get
https://www.pelcro.com/api/v1/sdk/ecommerce/products/site/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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_idreturns400; an unknown site returns404. - Responses are edge-cached briefly, so newly published catalog changes can take a short time to appear.
204No content. The site has no products with active SKUs.
