Skip to main content

Retrieve a list of products by SKUs

GET 

/v/pl

Provides the ability to retrieve information about multiple products simultaneously.

Returns


Specify the list of SKUs you want to retrieve, separated by commas. The endpoint will return information about the corresponding products and structured category data assigned to the specified product.

Returns an empty array of SKUs if an invalid SKU is specified.

This API call is useful for applications that need to display multiple products at once. By retrieving information about multiple products with a single API request, you can save time and resources compared to sending individual requests for each product.

Request

Responses

success