ProductIntegrationListResponse
Paginated list of products, items, or materials.
codeinteger
Example:
200statusstring
Example:
successcountinteger
Total number of records matching the query.
nextstringnullable
URL of the next page, if any.
previousstringnullable
URL of the previous page, if any.
results object[]
Array [
namestring
customIdstring
entityTypestring
Internal entity type code.
Possible values: [pdt, itm, mat]
descriptionstring
categories object[]
Array [
taxonomystringnullable
levelCustomIdstringnullable
levelIdentifierstringnullable
customIdstring
namestring
businessIdstring
customIdentifierIdstringnullable
]
ownerOrg object
idinteger
namestring
customIdstring
typestring
creatorOrg object
idinteger
namestring
customIdstring
typestring
lastUpdateSourcestring
createdAtstring
Example:
2024-06-01T14:30:05ZupdatedAtstring
Example:
2024-06-01T14:30:05Zstatusstring
Possible values: [active, inactive]
style object
Present for items when the item has a parent style product.
styleUuidstringnullable
styleIdstringnullable
styleNamestringnullable
productIdstring
revisionIdinteger
isSetboolean
set object[]
Array [
styleUuidstringnullable
styleIdstringnullable
styleNamestringnullable
]
domainAttributes object
property name*any
additionalAttributes object
property name*any
suppliers object[]
Array [
idintegernullable
globalOrgIdintegernullable
customIdstringnullable
namestringnullable
]
factories object[]
Array [
idintegernullable
globalOrgIdintegernullable
customIdstringnullable
namestringnullable
]
]
ProductIntegrationListResponse
{
"code": 200,
"status": "success",
"count": 0,
"next": "string",
"previous": "string",
"results": [
{
"name": "string",
"customId": "string",
"entityType": "pdt",
"description": "string",
"categories": [
{
"taxonomy": "string",
"levelCustomId": "string",
"levelIdentifier": "string",
"customId": "string",
"name": "string",
"businessId": "string",
"customIdentifierId": "string"
}
],
"ownerOrg": {
"id": 0,
"name": "string",
"customId": "string",
"type": "string"
},
"creatorOrg": {
"id": 0,
"name": "string",
"customId": "string",
"type": "string"
},
"lastUpdateSource": "string",
"createdAt": "2024-06-01T14:30:05Z",
"updatedAt": "2024-06-01T14:30:05Z",
"status": "active",
"style": {
"styleUuid": "string",
"styleId": "string",
"styleName": "string"
},
"productId": "string",
"revisionId": 0,
"isSet": true,
"set": [
{
"styleUuid": "string",
"styleId": "string",
"styleName": "string"
}
],
"domainAttributes": {},
"additionalAttributes": {},
"suppliers": [
{
"id": 0,
"globalOrgId": 0,
"customId": "string",
"name": "string"
}
],
"factories": [
{
"id": 0,
"globalOrgId": 0,
"customId": "string",
"name": "string"
}
]
}
]
}