Get Product list by identifiers
GET by identifiers
GET
https://{workspace}.myeshopbox.com/product-engine/api/v1/products
This endpoint will return the required attributes of products, identified by the unique identifiers such as EAN, UPC, SKU, etc.
Query Parameters
Name
Type
Description
fields
array
returned attributes of each product
ids
array
identifier values, maximum 100
Headers
Name
Type
Description
Authentication
string
The Bearer token to grant access to the API
Last updated