Retrieve a shipping category
How to fetch a specific shipping category via API
Last updated
How to fetch a specific shipping category via API
Last updated
To a single shipping category, send a GET
request to the /api/shipping_categories/:id
endpoint, where id
is the ID of the resource that you want to retrieve.
GET https://yourdomain.commercelayer.io/api/shipping_categories/:id
The following request fetches the shipping category identified by the id "xYZkjABcde":