Retrieve a list of products by SKUs
GET/v/pl
- Requires Data Viewer ApiKey permissions.
- Example URI: https://instancename.piminto.com/api/en-us/v/pl?skus=Part-number00,Part-number01
NOTE: This endpoint retrieves a list of active products that are associated with active categories. 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 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.
Request
Responses
- 200
success