- Subcategories:
- Current
Orders REST Endpoints
Store/Orders
Order endpoints
- Approve an order
- Method: postPath:
/ccstore/v1/orders/approve - Cancel an order
- Method: postPath:
/ccstore/v1/orders/cancel - Check an order requires approval
- Method: postPath:
/ccstore/v1/orders/checkRequiresApproval - copyOrder
- Method: postPath:
/ccstore/v1/orders/copyOrder - Create an order
- Method: postPath:
/ccstore/v1/orders - Get all orders for profile
- Method: getPath:
/ccstore/v1/orders - Get an order
- Method: getPath:
/ccstore/v1/orders/{id} - Get valid actions
- Method: getPath:
/ccstore/v1/orders/validActions/{id} - Initiate cancel of an order
- Method: postPath:
/ccstore/v1/orders/initiateCancelOrder - Price an order
- Method: postPath:
/ccstore/v1/orders/price - Reject a quote
- Method: postPath:
/ccstore/v1/orders/rejectQuote - Reject an order
- Method: postPath:
/ccstore/v1/orders/reject - Remove profile's incomplete order by ID
- Method: deletePath:
/ccstore/v1/orders/remove/{id} - Request a quote
- Method: postPath:
/ccstore/v1/orders/requestQuote - Retrieve an initial order by payment type
- Method: postPath:
/ccstore/v1/orders/{id} - Retrieve an order confirmation by UUID
- Method: getPath:
/ccstore/v1/orders/confirmation/{uuid} - Retrieve return requests
- Method: getPath:
/ccstore/v1/orders/{id}/returnRequests - Retrieve the Gift-With-Purchase choices
- Method: getPath:
/ccstore/v1/orders/getGiftWithPurchaseChoices - Submit cancel of an order
- Method: putPath:
/ccstore/v1/orders/submitCancelOrder - Submit the quoted order
- Method: postPath:
/ccstore/v1/orders/{id}/acceptQuote - Switch the current order
- Method: postPath:
/ccstore/v1/orders/current/switch/ - Update an order
- Method: putPath:
/ccstore/v1/orders/{id} - Update the quoted order
- Method: postPath:
/ccstore/v1/orders/{id}/updateQuotedOrder