Search for products via identifiers, view the product status and basic information.
This API allows you to look up individual products using one of the following:
https://boss-test.smarterx.com
Search for products using either GTIN or SKU. Must provide at least one.
Return matching products with basic information, including uuids that can be used to retrieve additional information
Authorization
The Authorization
header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE
.
gtin
GTIN of a product. 8, 12, 13, or 14 digits in length. More than one may be provided in a space or comma-separated list.
sku
Product SKU (format may vary. More than one may be provided in a space or comma-separated list.
external_id
Customer identifier(format may vary). More than one may be provided in a space or comma-separated list.
1
Returns basic information about a product.
Authorization
The Authorization
header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE
.
product_id
SmarterX uuid for a product
1
Returns basic information about a product looked up on GTIN-14.
Authorization
The Authorization
header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE
.
gtin
GTIN of a product. 8, 12, 13, or 14 digits in length
1
Returns basic information about a product looked up on SKU.
Authorization
The Authorization
header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE
.
sku
SKU of a product
1
Returns basic information about a product looked up on external_id.
Authorization
The Authorization
header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE
.
external_id
Customers unique identifier for a product
1