get
https://www.pelcro.com/api/v1/sdk/ecommerce/products/site//skus/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Retrieve a single product SKU by id for a site. Public — no authentication required. The products listing already nests each product's SKUs, so use this only to fetch one SKU on its own (for example, to refresh its price or inventory).
Example:
curl --request GET --url 'https://www.pelcro.com/api/v1/sdk/ecommerce/products/site/1232/skus/101'Important Behaviors
- Returns
400(The requested SKU is not found.) when the SKU's product isn't on the requested site, or the SKU is inactive. - Returns
404when the SKU id doesn't exist.
