Create Order

Create orders from marketplace transactions, pre-existing systems, or bulk uploads.

Path parameters

connectionIdstringRequired

represents the ID of a connection. It is used as a unique identifier for the connection

Headers

X-API-KEYstringRequired

Request

This endpoint expects an object.
completedDatedatetimeRequired

The RFC3339 datetime string the order was shipped on, created a tax liability

currencyobjectRequired

represents information about a currency including its code and denomination.

customerIdstringRequired<=50 characters

customerId in external system

destinationobjectRequired

the destination address of the order

lineItemslist of objectsRequired
orderIdstringRequired<=50 characters

orderId in external system

originobjectRequired

the origin address of the order

transactionDatedatetimeRequired

The RFC3339 datetime string the order was purchased on

channelstringOptional

what channel did this come from. Pass in one of amazon,ebay,walmart for tax exclusion

deliveredBySellerbooleanOptional

represents if the seller directly delivered the order.

excludeFromFilingbooleanOptional

Whether to exclude from filing

exemptionobjectOptional

information about exemption on the order

Response

Created

connectionIdstring>=36 characters

represents the ID of a connection. It is used as a unique identifier for the connection

currencyobject

represents information about a currency including its code and denomination.

customerIdstring

customerId in external system

deliveredBySellerboolean

represents if the seller directly delivered the order.

destinationobject

the destination address of the order

excludeFromFilingboolean

Whether to exclude from filing

exemptionobject

information about exemption on the order

lineItemslist of objects
orderIdstring

orderId in external system

originobject

the origin address of the order

transactionDatedatetime

The RFC3339 datetime string the order was purchased on

$schemastringOptionalformat: "uri"

A URL to the JSON Schema for this object.

channelstringOptional

what channel did this come from

completedDatedatetimeOptional

The RFC3339 datetime string the order was shipped on, created a tax liability

Errors