Get order
In most cases, you’ll want to get information about an individual order. You can retrieve an order by calling the GET /orders/:id endpoint. This will return all information about the order, in particular its status, such asnotified
, opened
, shipped
, delivered
, etc. For more information on all of the available order statuses, visit the Order Lifecycle documentation page.
For more information about the other fields in the Order object, refer to the Order schema.
Cancel order
To cancel an order increated
, notified
, or opened
status, call the POST /orders/:id/cancel endpoint. For gifts that are in the accepted
state or later, they are already processing; please contact Goody Support for these orders.