v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-04231129815.9 KB
Products

Get product

Returns a product previously pushed via the Commerce API, identified by your productId.

get/products/{productId}

Path parameters

productIdstring required

Your product identifier

Response

Product found

successboolean

Example response

{
  "success": true,
  "product": {
    "productId": "SKU-PROTEIN-1KG",
    "providerProductId": "prod_ABC123",
    "provider": "api",
    "title": "Protein Powder",
    "price": 8850,
    "priceCents": 8850,
    "currency": "USD",
    "digitalDelivery": {
      "url": "https://images.sequenzy.com/product-files/comp_123/9f2.../guide.pdf",
      "fileName": "guide.pdf",
      "mimeType": "application/pdf"
    }
  }
}