When you cart is ready for submission you can request confirmation from the shopper and submit the order.
You can use the orderSubmit function to finalize and submit your cart, which will then be converted into an order. This function takes the ID of the cart you want to submit.
After submitting the cart, the function provides the resulting Order as the output.
Example:
orderSubmit
id
: The ID of the cart you want to submit.When you cart is ready for submission you can request confirmation from the shopper and submit the order.
You can use the orderSubmit function to finalize and submit your cart, which will then be converted into an order. This function takes the ID of the cart you want to submit.
After submitting the cart, the function provides the resulting Order as the output.
Example:
orderSubmit
id
: The ID of the cart you want to submit.