Product Attributes API

The Product Attributes API provides the ability to retrieve product attributes for a given product. The service provides the ability to provide pagination details to limit and offset the list of product attributes

Get Product Attributes #

Service URL: GET /products/{productId}/attributes

Tokens:

productId – The id of the product to get details for

Query Params:

  1. limit – Integer – param to limit the number of attributes to return
  2. offset – Integer – param to specify the number of rows to skip before starting to return the product attributes

Response Body:

Remarks:

Example Request:

Example Response:

Go to Top