Orders REST Endpoints
Store/Orders
The operations from the Store/Orders category.
- approveOrder
- Method: postPath:
/ccstore/v1/orders/approve
- 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
- getIncompleteOrder
- Method: getPath:
/ccstore/v1/orders/current
- getInitialOrder
- Method: postPath:
/ccstore/v1/orders/{id}
- getOrder
- Method: getPath:
/ccstore/v1/orders/{id}
- getOrderConfirmation
- Method: getPath:
/ccstore/v1/orders/confirmation/{uuid}
- 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
- removeCurrentProfileIncompleteOrder
- Method: deletePath:
/ccstore/v1/orders/current
- requestQuote
- Method: postPath:
/ccstore/v1/orders/requestQuote
- updateCurrentProfileOrder
- Method: postPath:
/ccstore/v1/orders/current
- updateOrder
- Method: putPath:
/ccstore/v1/orders/{id}