GET v6/integration/skuCategories

Request Information

URI Parameters

None.

Body Parameters

IntegrationSpecsModelv6
NameDescriptionTypeAdditional information
BatchSize

integer

None.

Pointer

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "batchSize": 1,
  "pointer": 1
}

Response Information

Resource Description

Collection of IntegrationSKUCategoryModelv6
NameDescriptionTypeAdditional information
SKUCategoryId

integer

None.

Active

boolean

None.

SKUCategory

string

None.

SystemCategory

boolean

None.

CreationDate

date

None.

ModifiedDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "skuCategoryId": 1,
    "active": true,
    "skuCategory": "sample string 3",
    "systemCategory": true,
    "creationDate": "2025-11-08T08:22:42.5011812+00:00",
    "modifiedDate": "2025-11-08T08:22:42.5011812+00:00"
  },
  {
    "skuCategoryId": 1,
    "active": true,
    "skuCategory": "sample string 3",
    "systemCategory": true,
    "creationDate": "2025-11-08T08:22:42.5011812+00:00",
    "modifiedDate": "2025-11-08T08:22:42.5011812+00:00"
  }
]