Warehouse

Attribute List.

List of attributes

get/rest/api/warehouse/attribute/

Query parameters

offsetinteger

Position indicator (0-beginning, 1-skips one record, 256 - skips 256 records)

limitinteger

Limit of returned results, max 512 records

Response

Attributes array

totalCountinteger

Number of matching results

currentOffsetinteger

Current list offset

pageResultCountinteger

Number of results per page

Example response

{
  "attributes": [
    {
      "id": 30,
      "type": 1,
      "name": "Manufacturer code",
      "attributeFeatures": null
    },
    {
      "id": 31,
      "type": 17,
      "name": "Color",
      "attributeFeatures": [
        {
          "id": 12,
          "value": "Red"
        },
        {
          "id": 13,
          "value": "Blue"
        },
        {
          "value": "Black"
        }
      ]
    },
    {
      "id": 32,
      "type": 16,
      "name": "Materials",
      "attributeFeatures": [
        {
          "id": 15,
          "value": "Plastic"
        },
        {
          "id": 16,
          "value": "Metal"
        }
      ]
    }
  ],
  "totalCount": 7398,
  "pageResultCount": 64
}

Changes

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