SalesOrdersExportRequest
A request to export a range of sales orders
Name | Type | Nullable? | Description |
---|---|---|---|
auth | The authorization information necessary to fulfill this request. | ||
criteria | ✔ | The criteria of which sales orders to retrieve | |
cursor | string | ✔ | Information needed to get this current batch of orders if necessary, this will be set by the export sales order response if there are additional orders to be retrieved. @example "23", "65f3873f-8ece-4429-935d-e35cbeeab5d5" |
sales_order_field_mappings | ✔ | Allows for mapping of custom 3rd party SalesOrder fields to properties on RequestedFulfillmentExtensions | |
sales_order_status_mappings | ✔ | seller specified mappings for custom statuses coming from the 3rd parties api and the SalesOrderStatus they should map to. | |
transaction_id | string | A randomly generated transaction ID, used to correlate the request and response |