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

NameTypeDescription

fields

array

returned attributes of each product

ids

array

identifier values, maximum 100

Headers

NameTypeDescription

Authentication

string

The Bearer token to grant access to the API

{
  "87162143127": {
    "esin": "0SGAT12SG25F",
    "brand": "Kapas Kraft"
  },
  "623731HSHS": {
    "esin": "7HASI6ASDJ8S",
    "brand": "Kapas Kraft"
  }
}

Last updated