- Subcategories:
- Current
Orders REST Endpoints
Store/Orders
Order endpoints
- approveOrder
- Method: postPath:
/ccstore/v1/orders/approve - cancelOrder
- Method: postPath:
/ccstore/v1/orders/cancel - checkRequiresApproval
- Method: postPath:
/ccstore/v1/orders/checkRequiresApproval - createOrder
- Method: postPath:
/ccstore/v1/orders - getAllOrdersForProfile
- Method: getPath:
/ccstore/v1/orders - getGiftWithPurchaseChoices
- Method: getPath:
/ccstore/v1/orders/getGiftWithPurchaseChoices - getInitialOrder
- Method: postPath:
/ccstore/v1/orders/{id} - getOrder
- Method: getPath:
/ccstore/v1/orders/{id} - getOrderConfirmation
- Method: getPath:
/ccstore/v1/orders/confirmation/{uuid} - getValidActions
- Method: getPath:
/ccstore/v1/orders/validActions/{id} - initiateCancelOrder
- Method: postPath:
/ccstore/v1/orders/initiateCancelOrder - listReturnRequests
- Method: getPath:
/ccstore/v1/orders/{id}/returnRequests - priceOrder
- Method: postPath:
/ccstore/v1/orders/price - rejectOrder
- Method: postPath:
/ccstore/v1/orders/reject - rejectQuote
- Method: postPath:
/ccstore/v1/orders/rejectQuote - removeProfileIncompleteOrderById
- Method: deletePath:
/ccstore/v1/orders/remove/{id} - requestQuote
- Method: postPath:
/ccstore/v1/orders/requestQuote - submitCancelOrder
- Method: putPath:
/ccstore/v1/orders/submitCancelOrder - submitQuotedOrder
- Method: postPath:
/ccstore/v1/orders/{id}/acceptQuote - switchCurrentOrder
- Method: postPath:
/ccstore/v1/orders/current/switch/ - updateOrder
- Method: putPath:
/ccstore/v1/orders/{id} - updateQuotedOrder
- Method: postPath:
/ccstore/v1/orders/{id}/updateQuotedOrder