Create Order
Forwards to TaxCloud POST /connections/{connectionId}/orders to create an order directly. All order fields other than merchantId are relayed unchanged.
Authentication
Request
The currency the line-item prices and tax amounts are denominated in.
The ship-to (destination) address of the sale.
Your identifier for the order in your own system. Used later with /merchant/order/get, /merchant/order/update, and /merchant/refund/create.
The ship-from (origin) address of the sale.
The sales channel the order came from. Pass one of amazon, ebay, or walmart to exclude marketplace-collected tax from filing.
Whether the seller delivers the order directly (own vehicles) rather than via common carrier. Affects taxability of delivery charges in some states.
Optional line-item and order-level discounts to apply. If omitted, prices are used as is.
The kind of order: ‘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.