GET v6/integration/skus
Request Information
URI Parameters
None.
Body Parameters
IntegrationSpecsModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| BatchSize | integer |
None. |
|
| Pointer | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"batchSize": 1,
"pointer": 1
}
Response Information
Resource Description
Collection of IntegrationSKUModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUId | integer |
None. |
|
| SKUCategory | string |
None. |
|
| SKUSubCategory | string |
None. |
|
| SKU | string |
None. |
|
| Description | string |
None. |
|
| SKUType | string |
None. |
|
| ReceivePreLabeled | boolean |
None. |
|
| Active | boolean |
None. |
|
| NumberPerPallet | integer |
None. |
|
| Cost | decimal number |
None. |
|
| PurchaseUoM | string |
None. |
|
| ConversionRatio | decimal number |
None. |
|
| StockUoM | string |
None. |
|
| TruckloadQuantity | integer |
None. |
|
| Length | decimal number |
None. |
|
| Width | decimal number |
None. |
|
| Height | decimal number |
None. |
|
| DimensionUoM | string |
None. |
|
| Weight | decimal number |
None. |
|
| WeightUoM | string |
None. |
|
| Certified | boolean |
None. |
|
| CertificationDate | date |
None. |
|
| LoopCount | integer |
None. |
|
| ExpirationDays | integer |
None. |
|
| GLAccount | string |
None. |
|
| BOMs | Collection of IntegrationSKUBOMModelv6 |
None. |
|
| Masks | Collection of IntegrationSKUMaskModelv6 |
None. |
|
| AuthorizedLocations | Collection of IntegrationSKUAuthorizedLocationModelv6 |
None. |
|
| Customers | Collection of IntegrationSKUCustomerModelv6 |
None. |
|
| AssociatedMasks | Collection of IntegrationSKUAssociatedMaskModelv6 |
None. |
|
| ReturnChangeSKUs | Collection of IntegrationSKUReturnChangeSKUModelv6 |
None. |
|
| Rules | Collection of IntegrationSKURuleModelv6 |
None. |
|
| CreationDate | date |
None. |
|
| ModifiedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"skuId": 1,
"skuCategory": "sample string 2",
"skuSubCategory": "sample string 3",
"sku": "sample string 4",
"description": "sample string 5",
"skuType": "sample string 6",
"receivePreLabeled": true,
"active": true,
"numberPerPallet": 9,
"cost": 10.0,
"purchaseUoM": "sample string 11",
"conversionRatio": 12.0,
"stockUoM": "sample string 13",
"truckloadQuantity": 14,
"length": 15.0,
"width": 16.0,
"height": 17.0,
"dimensionUoM": "sample string 18",
"weight": 19.0,
"weightUoM": "sample string 20",
"certified": true,
"certificationDate": "2025-11-08T08:22:57.0925614+00:00",
"loopCount": 22,
"expirationDays": 23,
"glAccount": "sample string 24",
"boMs": [
{
"sku": "sample string 1",
"description": "sample string 2",
"skuType": "sample string 3",
"quantity": 4.0,
"unitOfMeasure": "sample string 5",
"operation": "sample string 6",
"returnToInventory": true,
"flagType": "sample string 8",
"creationDate": "2025-11-08T08:22:57.0925614+00:00",
"modifiedDate": "2025-11-08T08:22:57.0925614+00:00"
},
{
"sku": "sample string 1",
"description": "sample string 2",
"skuType": "sample string 3",
"quantity": 4.0,
"unitOfMeasure": "sample string 5",
"operation": "sample string 6",
"returnToInventory": true,
"flagType": "sample string 8",
"creationDate": "2025-11-08T08:22:57.0925614+00:00",
"modifiedDate": "2025-11-08T08:22:57.0925614+00:00"
}
],
"masks": [
{
"mask": "sample string 1",
"creationDate": "2025-11-08T08:22:57.0925614+00:00",
"modifiedDate": "2025-11-08T08:22:57.0925614+00:00"
},
{
"mask": "sample string 1",
"creationDate": "2025-11-08T08:22:57.0925614+00:00",
"modifiedDate": "2025-11-08T08:22:57.0925614+00:00"
}
],
"authorizedLocations": [
{
"locationName": "sample string 1",
"moduleName": "sample string 2",
"creationDate": "2025-11-08T08:22:57.0925614+00:00",
"modifiedDate": "2025-11-08T08:22:57.0925614+00:00"
},
{
"locationName": "sample string 1",
"moduleName": "sample string 2",
"creationDate": "2025-11-08T08:22:57.0925614+00:00",
"modifiedDate": "2025-11-08T08:22:57.0925614+00:00"
}
],
"customers": [
{
"locationName": "sample string 1",
"partNumber": "sample string 2",
"description": "sample string 3",
"creationDate": "2025-11-08T08:22:57.0935632+00:00",
"modifiedDate": "2025-11-08T08:22:57.0935632+00:00"
},
{
"locationName": "sample string 1",
"partNumber": "sample string 2",
"description": "sample string 3",
"creationDate": "2025-11-08T08:22:57.0935632+00:00",
"modifiedDate": "2025-11-08T08:22:57.0935632+00:00"
}
],
"associatedMasks": [
{
"mask": "sample string 1",
"sku": "sample string 2",
"singleUse": true,
"creationDate": "2025-11-08T08:22:57.0935632+00:00",
"modifiedDate": "2025-11-08T08:22:57.0935632+00:00"
},
{
"mask": "sample string 1",
"sku": "sample string 2",
"singleUse": true,
"creationDate": "2025-11-08T08:22:57.0935632+00:00",
"modifiedDate": "2025-11-08T08:22:57.0935632+00:00"
}
],
"returnChangeSKUs": [
{
"locationName": "sample string 1",
"sku": "sample string 2",
"creationDate": "2025-11-08T08:22:57.0935632+00:00",
"modifiedDate": "2025-11-08T08:22:57.0935632+00:00"
},
{
"locationName": "sample string 1",
"sku": "sample string 2",
"creationDate": "2025-11-08T08:22:57.0935632+00:00",
"modifiedDate": "2025-11-08T08:22:57.0935632+00:00"
}
],
"rules": [
{
"rule": "sample string 1",
"creationDate": "2025-11-08T08:22:57.0935632+00:00",
"modifiedDate": "2025-11-08T08:22:57.0935632+00:00"
},
{
"rule": "sample string 1",
"creationDate": "2025-11-08T08:22:57.0935632+00:00",
"modifiedDate": "2025-11-08T08:22:57.0935632+00:00"
}
],
"creationDate": "2025-11-08T08:22:57.0935632+00:00",
"modifiedDate": "2025-11-08T08:22:57.0935632+00:00"
},
{
"skuId": 1,
"skuCategory": "sample string 2",
"skuSubCategory": "sample string 3",
"sku": "sample string 4",
"description": "sample string 5",
"skuType": "sample string 6",
"receivePreLabeled": true,
"active": true,
"numberPerPallet": 9,
"cost": 10.0,
"purchaseUoM": "sample string 11",
"conversionRatio": 12.0,
"stockUoM": "sample string 13",
"truckloadQuantity": 14,
"length": 15.0,
"width": 16.0,
"height": 17.0,
"dimensionUoM": "sample string 18",
"weight": 19.0,
"weightUoM": "sample string 20",
"certified": true,
"certificationDate": "2025-11-08T08:22:57.0925614+00:00",
"loopCount": 22,
"expirationDays": 23,
"glAccount": "sample string 24",
"boMs": [
{
"sku": "sample string 1",
"description": "sample string 2",
"skuType": "sample string 3",
"quantity": 4.0,
"unitOfMeasure": "sample string 5",
"operation": "sample string 6",
"returnToInventory": true,
"flagType": "sample string 8",
"creationDate": "2025-11-08T08:22:57.0925614+00:00",
"modifiedDate": "2025-11-08T08:22:57.0925614+00:00"
},
{
"sku": "sample string 1",
"description": "sample string 2",
"skuType": "sample string 3",
"quantity": 4.0,
"unitOfMeasure": "sample string 5",
"operation": "sample string 6",
"returnToInventory": true,
"flagType": "sample string 8",
"creationDate": "2025-11-08T08:22:57.0925614+00:00",
"modifiedDate": "2025-11-08T08:22:57.0925614+00:00"
}
],
"masks": [
{
"mask": "sample string 1",
"creationDate": "2025-11-08T08:22:57.0925614+00:00",
"modifiedDate": "2025-11-08T08:22:57.0925614+00:00"
},
{
"mask": "sample string 1",
"creationDate": "2025-11-08T08:22:57.0925614+00:00",
"modifiedDate": "2025-11-08T08:22:57.0925614+00:00"
}
],
"authorizedLocations": [
{
"locationName": "sample string 1",
"moduleName": "sample string 2",
"creationDate": "2025-11-08T08:22:57.0925614+00:00",
"modifiedDate": "2025-11-08T08:22:57.0925614+00:00"
},
{
"locationName": "sample string 1",
"moduleName": "sample string 2",
"creationDate": "2025-11-08T08:22:57.0925614+00:00",
"modifiedDate": "2025-11-08T08:22:57.0925614+00:00"
}
],
"customers": [
{
"locationName": "sample string 1",
"partNumber": "sample string 2",
"description": "sample string 3",
"creationDate": "2025-11-08T08:22:57.0935632+00:00",
"modifiedDate": "2025-11-08T08:22:57.0935632+00:00"
},
{
"locationName": "sample string 1",
"partNumber": "sample string 2",
"description": "sample string 3",
"creationDate": "2025-11-08T08:22:57.0935632+00:00",
"modifiedDate": "2025-11-08T08:22:57.0935632+00:00"
}
],
"associatedMasks": [
{
"mask": "sample string 1",
"sku": "sample string 2",
"singleUse": true,
"creationDate": "2025-11-08T08:22:57.0935632+00:00",
"modifiedDate": "2025-11-08T08:22:57.0935632+00:00"
},
{
"mask": "sample string 1",
"sku": "sample string 2",
"singleUse": true,
"creationDate": "2025-11-08T08:22:57.0935632+00:00",
"modifiedDate": "2025-11-08T08:22:57.0935632+00:00"
}
],
"returnChangeSKUs": [
{
"locationName": "sample string 1",
"sku": "sample string 2",
"creationDate": "2025-11-08T08:22:57.0935632+00:00",
"modifiedDate": "2025-11-08T08:22:57.0935632+00:00"
},
{
"locationName": "sample string 1",
"sku": "sample string 2",
"creationDate": "2025-11-08T08:22:57.0935632+00:00",
"modifiedDate": "2025-11-08T08:22:57.0935632+00:00"
}
],
"rules": [
{
"rule": "sample string 1",
"creationDate": "2025-11-08T08:22:57.0935632+00:00",
"modifiedDate": "2025-11-08T08:22:57.0935632+00:00"
},
{
"rule": "sample string 1",
"creationDate": "2025-11-08T08:22:57.0935632+00:00",
"modifiedDate": "2025-11-08T08:22:57.0935632+00:00"
}
],
"creationDate": "2025-11-08T08:22:57.0935632+00:00",
"modifiedDate": "2025-11-08T08:22:57.0935632+00:00"
}
]