Retrieve a list of products by SKUs
GET/v/pl
- Requires Data Viewer ApiKey permissions.
- Example URI: https://site.piminto.com/api/en-us/v/pl?skus=Part-number00,Part-number01
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
- 200
success