website logo
Channel Docs
Merchant Docs
Navigate through spaces
Channel Docs
Merchant Docs
⌘K
Guides
🚀Quick Start
🏃‍♂️Utilizing Quick Checkout
👋Welcome to Violet's Docs
💡Concepts
🌐API Reference
✋Help
Docs powered by archbee 
4min

Submit Cart

When you cart is ready for submission you can request confirmation from the shopper and submit the order.

The following events occur when the request is made:

  1. The payment method is authorized for the total of the order.
  2. The each bag is submitted to the source merchants e-commerce platform.
  3. Upon successful receipt from the merchants e-commerce platform the payment amount is captured and the order is moved to a processing state.



POST /checkout/cart/{cart_id}/submit

Submit a given cart to merchants for order processing. API Reference: Submit Cart



Request

cart_id - The ID of the cart that is being submitted

Curl
|


At this point your order has been completed. If you subscribe to order Webhooks you will be notified as the order transitions from the processing state to the shipped and completed states.



Response

JSON
|




Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Order Errors
Docs powered by archbee 
TABLE OF CONTENTS
POST /checkout/cart/{cart_id}/submit