List products

List the active products — each with its in-stock SKUs — available for purchase on a site. Public; no authentication required. Served from the global edge for fast, low-latency responses.

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

Overview

List the active products available for purchase on a site — each product includes its in-stock SKUs, so a single call returns the full catalog. Public (no authentication required). Served from the global edge for fast, low-latency responses.

Example:

curl --request GET \n  --url 'https://www.pelcro.com/api/v1/sdk/ecommerce/products/site/1232'

Important Behaviors

  • Products with no active, in-stock SKUs are omitted from the response.
  • An empty catalog returns 204.
  • A non-numeric site_id returns 400; an unknown site returns 404.
  • Responses are edge-cached briefly, so newly published catalog changes can take a short time to appear.
Path Params
int32
required

The unique identifier of the site.

Responses

204

No content. The site has no products with active SKUs.

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