Product
Unique identifier of the product to retrieve.
This ID corresponds to the product's primary key in the catalog system.
12345Filter product data for a specific seller.
When provided, returns seller-specific pricing and stock information. Useful for marketplace scenarios with multiple sellers offering the same product.
42Product detail retrieved successfully
Complete product detail response including variant selection data.
Contains all information needed to render a product detail page.
Indicates if any variant of this product is currently in stock.
This is an aggregate status across all sub-products/variants.
trueRedirect to an alternative product URL.
Occurs when:
- The requested product is not listable but has a listable parent
- The product type requires redirection to a variant
Product not found or not accessible.
Occurs when:
- No product exists with the specified ID
- Product is hidden and user is not authorized
- Product is marked as end-of-life with no remaining stock
Unique identifier of the product
12345Product variant data retrieved successfully
Complete product detail response including variant selection data.
Contains all information needed to render a product detail page.
Indicates if any variant of this product is currently in stock.
This is an aggregate status across all sub-products/variants.
trueProduct not found
Stock Keeping Unit (SKU) of the miscellaneous product.
SKUs can contain alphanumeric characters and hyphens.
GIFT-WRAP-PREMIUMPattern: ^[\w-]+$Miscellaneous product retrieved successfully
Core product information including pricing, stock, and attributes.
Unique product identifier
12345Display name of the product.
May be translated based on active language settings.
Premium Running Shoes - Blue/WhiteStock Keeping Unit - unique product code for inventory management.
SHOE-RUN-BLU-42Base product code shared across variants.
All size/color variants of the same product share this code.
SHOE-RUN-BLUID of the attribute set that defines this product's attribute schema.
15Additional custom attributes not part of the standard attribute set.
Current selling price as a decimal string.
Format: "123.45" (two decimal places)
149.99Original retail/list price before discounts.
Compare with price to calculate discount percentage.
199.99Currency code for price values.
Common values: "try" (Turkish Lira), "usd", "eur"
tryPrice category or tier identifier.
defaultApplicable tax rate as a decimal percentage.
Example: "18.00" represents 18% tax
18.00Stock availability status for this specific product/variant.
trueAvailable stock quantity.
May be from default stock or inventory-specific stock list.
25Unit of measurement for stock.
Common values: "quantity", "kg", "meter"
quantityProduct classification type.
| Value | Code | Description |
|---|---|---|
| 0 | simple | Standard product with optional variants |
| 1 | product_meta | Parent product that groups variants |
| 2 | bundle | Configurable product with chapters |
| 3 | grouped | Collection of related products sold together |
| 4 | miscellaneous | Special product (services, fees) |
| 5 | offer | Seller-specific product offer |
0Possible values: Canonical URL for this product.
Use this for SEO-friendly product links.
/products/premium-running-shoes-12345/Indicates if the product can be directly added to basket.
False when variant selection or additional input is required.
truePromotional offers applicable when this product is in the basket.
Indicates if the product should appear in product listings.
Non-listable products may only be accessible via direct URL.
trueCode used for product listing grouping.
SHOE-RUN-BLUProduct not found.
Occurs when:
- No product exists with the specified SKU
- Product is not of type "miscellaneous"
- Product is not active
Last updated
Was this helpful?

