Skip to main content

GET single Product by SKU

GET 

/v/p/:sku

NOTE: This endpoint retrieves an active product that is associated with an active category. It is designed specifically for integration with web stores, ensuring that only currently available and relevant products are displayed to end-users.
Ideal for storefronts or catalog pages that need to dynamically load and display products that are currently being sold and belong to categories that are visible/enabled.

Provides the ability to retrieve information about an existing product.

Returns


Specify the unique product code or number (SKU) of the product from either the product creation request or the product list, and the endpoint will return the corresponding product information and structured category data assigned to the specified product.

Returns an Error if an invalid SKU identifier was specified.

Request

Responses

success