Create Order From Cart
Forwards to TaxCloud POST /connections/{connectionId}/carts/orders to capture a previously calculated cart as an order. cartId and orderId travel in the forwarded body.
Authentication
Request
The cartId returned by (or supplied to) /merchant/cart/calculate identifying the calculated cart to convert into an order.
Your identifier for the resulting order in your own system. Used later with /merchant/order/get, /merchant/order/update, and /merchant/refund/create.
The kind of order to create: ‘order’ for a sale (default) or ‘credit’ for a credit order.
Response
The sales channel the order came from (e.g. amazon, ebay, walmart). Null when no channel was recorded.
The ship-to (destination) address of the order.
The kind of order: ‘order’ for a sale or ‘credit’ for a credit order.
The ship-from (origin) address of the order.
RFC3339 datetime the order was shipped/completed on, creating the tax liability. Absent for orders that are not yet completed.