Products V5

Read active status

The total number of results could be limited by specifying query parameters. Generally the resulting active status values will be paginated. The default page length is 100 active status entries per response, also the page size limit. The links specified in the result can be used to page through the total result space.

get/v5/products/active-status

Query parameters

skustring

search for product variations by their sku value. Use this if your sku values contain slash ('/') or dot ('.') characters.

productReferencestring

search for product variations by their productReference value

categorystring

search for product variations by their category value

brandIdstring

search for product variations by their brand ID value

pageinteger
limitinteger

proposed limit for the number of active status values per response page (at most 100)

Response

successful operation

Example response

{
  "status": [
    {
      "sku": "82388894-5883-488",
      "active": true,
      "lastModified": "2019-06-18T06:12:36Z"
    }
  ],
  "links": [
    {
      "rel": "self",
      "href": "/v5/products/active-status?page=0&limit=100"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.