Get product SKU

Retrieve a single product SKU by id for a site. Public — no authentication required. The products listing already nests each product's SKUs; use this to fetch one SKU on its own (e.g. to refresh its price or inventory).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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 404 when the SKU id doesn't exist.
Path Params
int32
required

The unique identifier of the site.

int32
required

The unique identifier of the SKU.

Responses

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json