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

Language
Click Try It! to start a request and see the response here!