Create Cart
Create an opportunity, order, or quote based on the header object.
Opportunity
Order
Quote
Communication (vlocity_cmt)
For API parameter names and descriptions, see Industries Configure, Price, Quote Web APIs v2 Documentation.
By default, you can only create carts for active accounts. If the account is in a status besides active, add this filter to your request: "filters": "Account.vlocity_cmt__Status__c:Inactive_Active_Pending".
| Response Format | JSON |
|---|---|
| Resource URL | /services/apexrest/{namespace}/v2/carts |
Opportunity
In this example, the status of the account isn't Active. Therefore, we also specify "filters": "Account.vlocity_cmt__Status__c:Inactive_Active_Pending" in the request.
Order
Quote
Asset to Order
See Also