List all SKUs

How to fetch a collection of SKUs via API

To fetch a collection of SKUs, send a GET request to the /api/skus endpoint.

Request

GET https://yourdomain.commercelayer.io/api/skus

Example

The following request fetches a collection of SKUs:

curl -g -X GET \
  'https://yourdomain.commercelayer.io/api/skus/' \
  -H 'Accept: application/vnd.api+json' \
  -H 'Authorization: Bearer your-access-token'