- 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, or a shared organizational cart, by ID.
 - Method: deletePath:
/ccstore/v1/orders/remove/{id} - Removes a shared organizational order, optionally copying the contents to current personal order before removing.
 - Method: putPath:
/ccstore/v1/orders/current/unshare/ - 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 - Share the current order with the user's current organization
 - Method: putPath:
/ccstore/v1/orders/current/share/ - 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: patchPath:
/ccstore/v1/orders/{id}/updateQuotedOrder