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

Headers

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

Last updated