`/order archive`
`/order archive`
Tier:
managerArchives an order, removing it from default views.SellAuth endpoint: POST /shops/{id}/invoices/{id}/archive`/order cancel`
`/order cancel`
Tier:
managerCancels an order. Requires retyping the record’s ID to confirm before it runs.SellAuth endpoints:GET /shops/{id}/invoices/{id}POST /shops/{id}/invoices/{id}/cancel
`/order deliver`
`/order deliver`
Tier:
support(Re)delivers an order’s product to the customer. Requires retyping the record’s ID to confirm before it runs.SellAuth endpoint: POST /shops/{id}/invoices/{id}/deliver`/order note`
`/order note`
Tier:
managerSets an internal dashboard note on an order.SellAuth endpoint: PUT /shops/{id}/invoices/{id}/dashboard-note`/order refund`
`/order refund`
Tier:
managerRefunds an order. Requires retyping the record’s ID to confirm before it runs.SellAuth endpoints:GET /shops/{id}/invoices/{id}POST /shops/{id}/invoices/{id}/refund
`/order resend-email`
`/order resend-email`
Tier:
supportResends the order confirmation/delivery email.SellAuth endpoint: POST /shops/{id}/invoices/{id}/resend-email`/order ship`
`/order ship`
Tier:
supportMarks a physical order as shipped.SellAuth endpoint: POST /shops/{id}/invoices/{id}/ship`/order status`
`/order status`
Tier:
managerChanges an order’s status.SellAuth endpoints:GET /shops/{id}/invoices/{id}POST /shops/{id}/invoices/{id}/status
`/order unarchive`
`/order unarchive`
Tier:
managerRestores an archived order to default views.SellAuth endpoint: POST /shops/{id}/invoices/{id}/unarchive`/order unrefund`
`/order unrefund`
Tier:
managerReverses a refund on an order.SellAuth endpoint: POST /shops/{id}/invoices/{id}/unrefund