List all delivery lead times
How to fetch a collection of delivery lead times via API
To fetch a collection of delivery lead times, send a GET
request to the /api/delivery_lead_times
endpoint.
Request
GET https://yourdomain.commercelayer.io/api/delivery_lead_times
Example
The following request fetches a collection of delivery lead times:
Remember that when you fetch a list of resources you get paginated result.
Sortable fields
The list of delivery lead times can be sorted by the following fields:
Attributes
min_hours
max_hours
min_days
id
created_at
updated_at
reference
reference_origin
Relationships
stock_location
shipping_method
Filterable fields
The list of delivery lead times can be filtered by the following fields:
Attributes
min_hours
max_hours
min_days
max_days
id
created_at
updated_at
reference
reference_origin
metadata
Relationships
stock_location
shipping_method
attachments
Last updated