Logistic Centers API Overview
Use the Logistic Centers API to get the list of logistic centers of a specific merchant.
Logistic Centers API Scopes
Use of the Logistic Centers API requires the profile/logistic-centers/read
scope.
Many zDirect APIs require clients to have specific permissions or scopes for read or write access. You may assign scopes to your apps in the "Applications" section of the zDirect Portal.
For more information on configuring app scopes, see the Applications section of our zDirect Portal guide.
Rate Limiting
You may only make the following number of requests per minute:
Request | req/min (sandbox) | req/min (production) | rate-limit quota |
---|---|---|---|
GET /merchants/{merchant-id}/logistic-centers | 10 | 40 | per Fashion Partner |
GET /merchants/{merchant-id}/logistic-centers/{logistic-center-id} | 10 | 40 | per Fashion Partner |
For more information, see Rate Limiting.
Sandbox Behavior
The sandbox endpoint will return the same data as production, which means that the warehouses will only show up after being configured and approved in zDirect.
For more information, see Sandbox Testing in our Getting Started Guide.
Additional Resources
- For instructions on using the Logistic Centers API, see Logistic Centers API in our Developer Guide.
- For an OpenAPI reference, see OpenAPI Specification: Merchant Profile Logistic Centers API.
- For information on how to use the
logistic-center-id
, see Preparing and Shipping Orders