Skip to main content

ProductIntegrationDetail

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:05Z
    updatedAtstring
    Example: 2024-06-01T14:30:05Z
    statusstring

    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
  • ]
  • ProductIntegrationDetail
    {
    "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"
    }
    ]
    }