Download Inventory Settings Import Template
GET/api/v2/listings/inventory-settings-import-template
Downloads an XLSX import template for bulk-editing listing inventory settings via spreadsheet import.
products:readGrant this scope to your token under Settings → Developer → Personal Access Tokens.
The workbook contains sample rows (a full settings override, a partial update, and a reset-to-inherit example) plus a reference sheet listing the valid values for your account: warehouse names, connected channel names, master-of-stock values (sku.io, sales_channel, neither), rule types (None, Fixed Allocation, % of Available), and up to 50 sample listing SKUs.
The response is a file download with Content-Type application/vnd.openxmlformats-officedocument.spreadsheetml.sheet and a filename of the form listing-inventory-settings-import-template-YYYY-MM-DD.xlsx.
Authentication: Requires Bearer token.
Request
Responses
- 200
- 401
- 403
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.