Get item attributes
Item attributes define characteristics of an item. For example, item name, its identifiers, and description are the common attributes of any item. Attributes are key-value pairs (color: red) that hold information for each property of an item.
This endpoint gets all attributes of an item, by SKU or itemId.
Note: The Get item (GET /v1/product) gets item details and their attribute. So, this endpoint is recommended when you have the item SKU or item ID, and only require its attributes.
Authorizations
S2S access token (JWT) from fabric Identity service (during Login)
Headers
The x-site-context
header is a JSON object that contains information about the source you wish to pull from. The mandatory account
is the 24 character identifier found in Copilot. The channel
(Sales channel ID), stage
(environment name), and date
attributes can be used to further narrow the scope of your data source.
Query Parameters
Stock Keeping Unit (SKU) of item. <br /> Note: If omitted itemId
becomes mandatory.
Item ID. <br /> Note: If omitted sku
becomes mandatory.
Response
Attribute page object
Total number of records (item attributes)
Number of records (item attributes) in a page
Number of pages for the given pageSize
Attributes details
Was this page helpful?