Skip to main content
GET
Get Product by ID
Fetches the full product configuration, including AR settings and metadata, for a given SKU ID.

Parameters

skuIdstring
Unique SKU identifier returned in _id from Create or List APIs. Must be a valid existing SKU ID; otherwise, the API returns 404.
GET/skus/{skuId}
curl -X GET "https://api.pixelbin.io/service/platform/misc/v2.0/skus/{skuId}" \
-H "Authorization: Bearer {apitoken}"
Response
No example available.