Transition of shopping cart to generate a product order

Cart to Order Transition ensures that after submitting the cart, it generates a product order with the valid products in the cart.

  • The cart cannot be transitioned if it does not have any cartItem.

  • Only a registered user (customer) can submit the shopping cart to generate the product order in draft status(Checkout Flow).

  • If any Promo Codes are applied to the cart it will validate the eligibility of the promos with the registered customer and will pass or fail the cart depending on the eligibility(Promo Flow).

  • Based on the validations, product order is in either acknowledge or rejected status.

  • After cart submission, the customer is presented with the order summary.

Can be called by: user,m2m,customer

Required roles: sc.ops

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Headers
string
required

Required channel id to determine the channel through which the request is initiated

Response
200
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!