Enrich orders data with additional details such as shipping costs and custom expenses. Use this endpoint to upload extra information for a specific order.

Body Params
number

Additional custom expenses associated with the order, in the currency of the order enriched. Must be non-negative.

number

Custom Gross Profit for the order, in the currency of the order being enriched. Must be non-negative.

number

Custom Gross Sales for the order, in the currency of the order being enriched. Must be non-negative.

number

Custom Net Revenue for the order, in the currency of the order being enriched. Must be non-negative.

number

A custom numeric value for the order, can be used for specialized calculations, references, or reporting.

string

A custom status label for the order, useful for filtering on statuses not captured by the built-in status field.

string

A free-form text field for storing additional metadata, internal notes, or other custom data relevant to this order.

boolean
Defaults to false

If true, the order is flagged to be ignored in standard reporting (e.g., to exclude test data or partial orders).

string
required

The unique identifier for the order being enriched.

number

The quantity of orders to count for this single order_id. Must be 0 or 1.

string

The sales platform where the order being enriched was processed. Required for secondary sales platforms (e.g. Amazon), optional for main sales platform (e.g. Shopify).

number

Shipping costs paid by the seller for the order, in the currency of the order being enriched. Must be non-negative.

string
required

The domain of the shop (e.g., example.myshop.com).

number

The total number of items in the order. Must be non-negative.

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json