Download inventory as CSV.
GET {{baseUrl}}/api/v1/Inventory/:partnerId?modifiedAfter=<>&mapped=<>&transform=<>&includeNullQuantity=<>&fileType=<>
Request rate limited to 10 requests per second with bursts up to 100 requests.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
modifiedAfter | string | Only items modified after this time | |
mapped | string | Set to false to view items with no merchant SKU | |
transform | string | Transform CSV (if configured) | |
includeNullQuantity | string | Set to true to include items with null quantity | |
fileType | string | Valid options are csv, xlsx, xml, json and legacy. |