---
title: "GET /api/product-mapping/{id}"
method: GET
path: "/api/product-mapping/{id}"
tags: ["Product Mapping"]
---

# GET /api/product-mapping/{id}

`GET /api/product-mapping/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `isRemovedStatusCheck` boolean

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `id` string, required
    - `name` string
    - `status` 'IN_PROGRESS' | 'SUBMITTED' | 'APPROVED' | 'CHANGES_REQUESTED' | 'IN_REVIEW' | 'COMPLETED'
    - `companyId` string
    - `startingTracingNodeId` string
    - `isArchived` union
      - number
      - boolean
    - `isRemoved` union
      - number
      - boolean
    - `tracingType` string
    - `links` object[]
      - `id` string, required
      - `originTracingNodeId` string
      - `destinationTracingNodeId` string
      - `isOriginCountry` union
        - number
        - boolean
      - `isInternal` union
        - number
        - boolean
      - `isReceiving` union
        - number
        - boolean
      - `isConnected` union
        - number
        - boolean
      - `level` number
      - `originTracingNode` object
        - `id` string, required
        - `assetCountry` string
        - `assetCountryName` string
        - `assetId` string
        - `assetType` string
        - `facilityProcesses` string[]
        - `featuredFacilityProcess` object
          - `id` string, required
          - `name` string
          - `productionProcessId` string
          - `productionProcessName` string
          - `productionProcessDescription` string
          - `productionProcessPosition` number
          - `productionProcessIconBackgroundColor` string
          - `productionProcessIconColor` string
          - `productionProcessDepthLevel` number
        - `featuredFacilityProcessName` string
        - `productionProcess` string
        - `producingProducts` object[]
          - `id` string, required
          - `forCompanyId` string
          - `name` string
          - `description` string
          - `gender` string
          - `productCategoryId` string
          - `isStoryActive` number
          - `isArchived` number
          - `isComponent` number
          - `imagesFileIds` string
          - `qrCodeId` string
          - `qrCodeUrl` string
          - `qrCodeContentType` string
          - `materials` object[]
          - `totalMaterialWeight` number
          - `createdAt` union
            - string
            - string, date-time
          - `updatedAt` union
            - string
            - string, date-time
          - `codes` object[], required
            - `codeId` string, required — Identifier type for the code. Single-use (each may appear at most once): ERP_ID, PLM_ID, MAIN_SUPPLIERS_ID, PIM_ID, UPC_GTIN_12, EAN_GTIN_13, ZALANDO_ID, FASHIONCLOUD_ID. Multi-use (append a numeric suffix for additional entries, e.g. OTHER_ID1, OTHER_ID2): OTHER_ID, ALTERNATIVE_SUPPLIERS_ID.
            - `codeValue` string, required — The unique code value for this identifier, e.g. "ERP-001234".
          - `productCategoryName` string
          - `productCategoryQuantityUnits` string[]
          - `productCategoryWeightUnits` string[]
          - `productLevelName` string
          - `productLevelQuantityUnits` string[]
          - `productLevelId` string
          - `productLevelWeightUnits` string[]
          - `styleTypeName` string
          - `styleLevelName` string
          - `isWeightAvailable` union
            - number
            - boolean
          - `categoryFieldValues` object[]
            - `id` string
            - `styleCategoryFieldId` string
            - `fieldName` string, required
            - `fieldType` string, required
            - `fieldValue` union
              - …
            - `standardFieldName` string
            - `fieldOptions` union
              - …
          - `productProperties` object
            - `brands` object[]
              - …
            - `seasons` object[]
              - …
            - `departments` object[]
              - …
            - `collections` object[]
              - …
          - `externalProductTypes` object[]
          - `unit` string
          - `quantity` number
          - `secondaryQuantity` number
          - `secondaryUnit` string
          - `lineId` string
          - `productLevel` string
        - `asset` object
          - `id` string, required
          - `officialName` string
          - `name` string
          - `isRemoved` union
            - number
            - boolean
          - `workosOrganizationId` string
          - `featuredImageFileId` string
          - `featuredImageFileUrl` string
          - `originalFeaturedImageFileUrl` string
          - `videoFileId` string
          - `videoFileUrl` string
          - `originalVideoFileUrl` string
          - `imageList` object[]
            - `url` string
            - `originalUrl` string
          - `country` string
          - `countryName` string
          - `county` string
          - `city` string
          - `currency` string
          - `zipCode` string
          - `addressLine1` string
          - `addressLine2` string
          - `phone` string
          - `website` string
          - `geojson` string
          - `description` string
          - `facilityProcesses` string
          - `numOfPermanentEmployees` number
          - `numOfMaleEmployees` number
          - `numOfFemaleEmployees` number
          - `annualProductionCapacity` number
          - `annualProductionCapacityUnit` string
          - `minimumOrderQuantity` number
          - `minimumOrderQuantityPerStyle` number
          - `standardLeadTime` number
          - `founders` string
          - `founded` number
          - `companySize` string
          - `companyType` string
          - `shopId` string
          - `higgId` string
          - `globalLocationNumber` string
          - `vatId` string
          - `dunsNumber` string
          - `commercialRegisterNumber` string
          - `osHubId` string
          - `isDemoCompany` union
            - number
            - boolean
          - `isClientCompany` union
            - number
            - boolean
          - `transliteratedOfficialName` string
          - `transliteratedName` string
          - `collaborationStartDate` union
            - string
            - string, date-time
          - `connectionType` string
          - `relationshipType` unknown
          - `collaborationStatus` unknown
          - `createdAt` union
            - string
            - string, date-time
          - `updatedAt` union
            - string
            - string, date-time
        - `collaboratorStatus` 'OWNER' | 'INVITED' | 'ACCEPTED'
        - `permissions` string[]
        - `collaborator` object
          - `id` string, required
          - `collaborationType` string, required
          - `collaborationStatus` string
          - `fromCollaboratorId` string, required
          - `invitedByCompanyId` string
          - `tracingNodeId` string
          - `createdAt` union
            - string
            - string, date-time
          - `createdByUserId` string
          - `createdByCompanyId` string
          - `company` object
            - `id` string, required
            - `officialName` string
            - `name` string
            - `country` string
            - `isRemoved` union
              - …
            - `featuredImageFileId` string
          - `status` string
          - `message` string
        - `isParentNode` boolean
        - `isStartingNode` boolean
      - `destinationTracingNode` object
        - `id` string, required
        - `assetCountry` string
        - `assetCountryName` string
        - `assetId` string
        - `assetType` string
        - `facilityProcesses` string[]
        - `featuredFacilityProcess` object
          - `id` string, required
          - `name` string
          - `productionProcessId` string
          - `productionProcessName` string
          - `productionProcessDescription` string
          - `productionProcessPosition` number
          - `productionProcessIconBackgroundColor` string
          - `productionProcessIconColor` string
          - `productionProcessDepthLevel` number
        - `featuredFacilityProcessName` string
        - `productionProcess` string
        - `producingProducts` object[]
          - `id` string, required
          - `forCompanyId` string
          - `name` string
          - `description` string
          - `gender` string
          - `productCategoryId` string
          - `isStoryActive` number
          - `isArchived` number
          - `isComponent` number
          - `imagesFileIds` string
          - `qrCodeId` string
          - `qrCodeUrl` string
          - `qrCodeContentType` string
          - `materials` object[]
          - `totalMaterialWeight` number
          - `createdAt` union
            - string
            - string, date-time
          - `updatedAt` union
            - string
            - string, date-time
          - `codes` object[], required
            - `codeId` string, required — Identifier type for the code. Single-use (each may appear at most once): ERP_ID, PLM_ID, MAIN_SUPPLIERS_ID, PIM_ID, UPC_GTIN_12, EAN_GTIN_13, ZALANDO_ID, FASHIONCLOUD_ID. Multi-use (append a numeric suffix for additional entries, e.g. OTHER_ID1, OTHER_ID2): OTHER_ID, ALTERNATIVE_SUPPLIERS_ID.
            - `codeValue` string, required — The unique code value for this identifier, e.g. "ERP-001234".
          - `productCategoryName` string
          - `productCategoryQuantityUnits` string[]
          - `productCategoryWeightUnits` string[]
          - `productLevelName` string
          - `productLevelQuantityUnits` string[]
          - `productLevelId` string
          - `productLevelWeightUnits` string[]
          - `styleTypeName` string
          - `styleLevelName` string
          - `isWeightAvailable` union
            - number
            - boolean
          - `categoryFieldValues` object[]
            - `id` string
            - `styleCategoryFieldId` string
            - `fieldName` string, required
            - `fieldType` string, required
            - `fieldValue` union
              - …
            - `standardFieldName` string
            - `fieldOptions` union
              - …
          - `productProperties` object
            - `brands` object[]
              - …
            - `seasons` object[]
              - …
            - `departments` object[]
              - …
            - `collections` object[]
              - …
          - `externalProductTypes` object[]
          - `unit` string
          - `quantity` number
          - `secondaryQuantity` number
          - `secondaryUnit` string
          - `lineId` string
          - `productLevel` string
        - `asset` object
          - `id` string, required
          - `officialName` string
          - `name` string
          - `isRemoved` union
            - number
            - boolean
          - `workosOrganizationId` string
          - `featuredImageFileId` string
          - `featuredImageFileUrl` string
          - `originalFeaturedImageFileUrl` string
          - `videoFileId` string
          - `videoFileUrl` string
          - `originalVideoFileUrl` string
          - `imageList` object[]
            - `url` string
            - `originalUrl` string
          - `country` string
          - `countryName` string
          - `county` string
          - `city` string
          - `currency` string
          - `zipCode` string
          - `addressLine1` string
          - `addressLine2` string
          - `phone` string
          - `website` string
          - `geojson` string
          - `description` string
          - `facilityProcesses` string
          - `numOfPermanentEmployees` number
          - `numOfMaleEmployees` number
          - `numOfFemaleEmployees` number
          - `annualProductionCapacity` number
          - `annualProductionCapacityUnit` string
          - `minimumOrderQuantity` number
          - `minimumOrderQuantityPerStyle` number
          - `standardLeadTime` number
          - `founders` string
          - `founded` number
          - `companySize` string
          - `companyType` string
          - `shopId` string
          - `higgId` string
          - `globalLocationNumber` string
          - `vatId` string
          - `dunsNumber` string
          - `commercialRegisterNumber` string
          - `osHubId` string
          - `isDemoCompany` union
            - number
            - boolean
          - `isClientCompany` union
            - number
            - boolean
          - `transliteratedOfficialName` string
          - `transliteratedName` string
          - `collaborationStartDate` union
            - string
            - string, date-time
          - `connectionType` string
          - `relationshipType` unknown
          - `collaborationStatus` unknown
          - `createdAt` union
            - string
            - string, date-time
          - `updatedAt` union
            - string
            - string, date-time
        - `collaboratorStatus` 'OWNER' | 'INVITED' | 'ACCEPTED'
        - `permissions` string[]
        - `collaborator` object
          - `id` string, required
          - `collaborationType` string, required
          - `collaborationStatus` string
          - `fromCollaboratorId` string, required
          - `invitedByCompanyId` string
          - `tracingNodeId` string
          - `createdAt` union
            - string
            - string, date-time
          - `createdByUserId` string
          - `createdByCompanyId` string
          - `company` object
            - `id` string, required
            - `officialName` string
            - `name` string
            - `country` string
            - `isRemoved` union
              - …
            - `featuredImageFileId` string
          - `status` string
          - `message` string
        - `isParentNode` boolean
        - `isStartingNode` boolean
      - `lines` object[]
        - `id` string, required
        - `tracingLinkId` string, required
        - `styleId` string, required
        - `quantity` number
        - `unit` string
        - `secondaryQuantity` number
        - `secondaryUnit` string
        - `style` object
          - `id` string, required
          - `forCompanyId` string
          - `name` string
          - `description` string
          - `gender` string
          - `productCategoryId` string
          - `isStoryActive` number
          - `isArchived` number
          - `isComponent` number
          - `imagesFileIds` string
          - `qrCodeId` string
          - `qrCodeUrl` string
          - `qrCodeContentType` string
          - `materials` object[]
          - `totalMaterialWeight` number
          - `createdAt` union
            - string
            - string, date-time
          - `updatedAt` union
            - string
            - string, date-time
          - `codes` object[], required
            - `codeId` string, required — Identifier type for the code. Single-use (each may appear at most once): ERP_ID, PLM_ID, MAIN_SUPPLIERS_ID, PIM_ID, UPC_GTIN_12, EAN_GTIN_13, ZALANDO_ID, FASHIONCLOUD_ID. Multi-use (append a numeric suffix for additional entries, e.g. OTHER_ID1, OTHER_ID2): OTHER_ID, ALTERNATIVE_SUPPLIERS_ID.
            - `codeValue` string, required — The unique code value for this identifier, e.g. "ERP-001234".
          - `productCategoryName` string
          - `productCategoryQuantityUnits` string[]
          - `productCategoryWeightUnits` string[]
          - `productLevelName` string
          - `productLevelQuantityUnits` string[]
          - `productLevelId` string
          - `productLevelWeightUnits` string[]
          - `styleTypeName` string
          - `styleLevelName` string
          - `isWeightAvailable` union
            - number
            - boolean
          - `categoryFieldValues` object[]
            - `id` string
            - `styleCategoryFieldId` string
            - `fieldName` string, required
            - `fieldType` string, required
            - `fieldValue` union
              - …
            - `standardFieldName` string
            - `fieldOptions` union
              - …
          - `productProperties` object
            - `brands` object[]
              - …
            - `seasons` object[]
              - …
            - `departments` object[]
              - …
            - `collections` object[]
              - …
          - `externalProductTypes` object[]
      - `createdAt` union
        - string
        - string, date-time
      - `createdByImpersonateId` string
      - `createdByUserId` string
      - `createdByCompanyId` string
      - `createdByApiKeyId` string
      - `createdByApiKeyLabel` string
      - `updatedAt` union
        - string
        - string, date-time
      - `updatedByImpersonateId` string
      - `updatedByImpersonateName` string
      - `updatedByUserId` string
      - `updatedByUserName` string
      - `updatedByCompanyId` string
      - `updatedByCompanyName` string
      - `updatedByApiKeyId` string
      - `updatedByApiKeyLabel` string
    - `layers` object[]
      - `id` string, required
      - `position` number
      - `productionProcess` object
        - `id` string, required
        - `name` string
        - `position` number
        - `color` string
        - `iconColor` string
        - `productionProcessDepthLevel` number
      - `name` string
      - `nodes` object[]
        - `id` string, required
        - `assetCountry` string
        - `assetCountryName` string
        - `assetId` string
        - `assetType` string
        - `facilityProcesses` string[]
        - `featuredFacilityProcess` object
          - `id` string, required
          - `name` string
          - `productionProcessId` string
          - `productionProcessName` string
          - `productionProcessDescription` string
          - `productionProcessPosition` number
          - `productionProcessIconBackgroundColor` string
          - `productionProcessIconColor` string
          - `productionProcessDepthLevel` number
        - `featuredFacilityProcessName` string
        - `productionProcess` string
        - `producingProducts` object[]
          - `id` string, required
          - `forCompanyId` string
          - `name` string
          - `description` string
          - `gender` string
          - `productCategoryId` string
          - `isStoryActive` number
          - `isArchived` number
          - `isComponent` number
          - `imagesFileIds` string
          - `qrCodeId` string
          - `qrCodeUrl` string
          - `qrCodeContentType` string
          - `materials` object[]
          - `totalMaterialWeight` number
          - `createdAt` union
            - string
            - string, date-time
          - `updatedAt` union
            - string
            - string, date-time
          - `codes` object[], required
            - `codeId` string, required — Identifier type for the code. Single-use (each may appear at most once): ERP_ID, PLM_ID, MAIN_SUPPLIERS_ID, PIM_ID, UPC_GTIN_12, EAN_GTIN_13, ZALANDO_ID, FASHIONCLOUD_ID. Multi-use (append a numeric suffix for additional entries, e.g. OTHER_ID1, OTHER_ID2): OTHER_ID, ALTERNATIVE_SUPPLIERS_ID.
            - `codeValue` string, required — The unique code value for this identifier, e.g. "ERP-001234".
          - `productCategoryName` string
          - `productCategoryQuantityUnits` string[]
          - `productCategoryWeightUnits` string[]
          - `productLevelName` string
          - `productLevelQuantityUnits` string[]
          - `productLevelId` string
          - `productLevelWeightUnits` string[]
          - `styleTypeName` string
          - `styleLevelName` string
          - `isWeightAvailable` union
            - number
            - boolean
          - `categoryFieldValues` object[]
            - `id` string
            - `styleCategoryFieldId` string
            - `fieldName` string, required
            - `fieldType` string, required
            - `fieldValue` union
              - …
            - `standardFieldName` string
            - `fieldOptions` union
              - …
          - `productProperties` object
            - `brands` object[]
              - …
            - `seasons` object[]
              - …
            - `departments` object[]
              - …
            - `collections` object[]
              - …
          - `externalProductTypes` object[]
          - `unit` string
          - `quantity` number
          - `secondaryQuantity` number
          - `secondaryUnit` string
          - `lineId` string
          - `productLevel` string
        - `asset` object
          - `id` string, required
          - `officialName` string
          - `name` string
          - `isRemoved` union
            - number
            - boolean
          - `workosOrganizationId` string
          - `featuredImageFileId` string
          - `featuredImageFileUrl` string
          - `originalFeaturedImageFileUrl` string
          - `videoFileId` string
          - `videoFileUrl` string
          - `originalVideoFileUrl` string
          - `imageList` object[]
            - `url` string
            - `originalUrl` string
          - `country` string
          - `countryName` string
          - `county` string
          - `city` string
          - `currency` string
          - `zipCode` string
          - `addressLine1` string
          - `addressLine2` string
          - `phone` string
          - `website` string
          - `geojson` string
          - `description` string
          - `facilityProcesses` string
          - `numOfPermanentEmployees` number
          - `numOfMaleEmployees` number
          - `numOfFemaleEmployees` number
          - `annualProductionCapacity` number
          - `annualProductionCapacityUnit` string
          - `minimumOrderQuantity` number
          - `minimumOrderQuantityPerStyle` number
          - `standardLeadTime` number
          - `founders` string
          - `founded` number
          - `companySize` string
          - `companyType` string
          - `shopId` string
          - `higgId` string
          - `globalLocationNumber` string
          - `vatId` string
          - `dunsNumber` string
          - `commercialRegisterNumber` string
          - `osHubId` string
          - `isDemoCompany` union
            - number
            - boolean
          - `isClientCompany` union
            - number
            - boolean
          - `transliteratedOfficialName` string
          - `transliteratedName` string
          - `collaborationStartDate` union
            - string
            - string, date-time
          - `connectionType` string
          - `relationshipType` unknown
          - `collaborationStatus` unknown
          - `createdAt` union
            - string
            - string, date-time
          - `updatedAt` union
            - string
            - string, date-time
        - `collaboratorStatus` 'OWNER' | 'INVITED' | 'ACCEPTED'
        - `permissions` string[]
        - `collaborator` object
          - `id` string, required
          - `collaborationType` string, required
          - `collaborationStatus` string
          - `fromCollaboratorId` string, required
          - `invitedByCompanyId` string
          - `tracingNodeId` string
          - `createdAt` union
            - string
            - string, date-time
          - `createdByUserId` string
          - `createdByCompanyId` string
          - `company` object
            - `id` string, required
            - `officialName` string
            - `name` string
            - `country` string
            - `isRemoved` union
              - …
            - `featuredImageFileId` string
          - `status` string
          - `message` string
        - `isParentNode` boolean
        - `isStartingNode` boolean
    - `collaboratorId` string
    - `supplyChainOwnerCompanyId` string
    - `collaborator` object
      - `id` string, required
      - `companyId` string, required
      - `collaborationType` string, required
      - `collaborationStatus` string, required
      - `message` string
      - `createdByCompanyId` string, required
      - `createdByUserId` string, required
      - `createdAt` union, required
        - string
        - string, date-time
      - `invitedByCompanyId` string
      - `fromCollaboratorId` string
      - `company` object, required
        - `id` string, required
        - `name` string
        - `officialName` string, required
        - `isRemoved` union
          - number
          - boolean
      - `facilityProcess` object
        - `id` string, required
        - `name` string, required
      - `invitedByCompany` object, required
        - `id` string, required
        - `name` string
        - `officialName` string, required
        - `isRemoved` union
          - number
          - boolean
      - `invitedByUser` object
        - `id` string
        - `name` string
    - `stats` object
      - `reviewCount` number, required
      - `requestChangesCount` number, required
      - `acceptedCount` number, required
      - `invitedCount` number, required
      - `approvedCount` number, required
    - `createdAt` union
      - string
      - string, date-time
    - `createdByImpersonateId` string
    - `createdByUserId` string
    - `createdByCompanyId` string
    - `createdByApiKeyId` string
    - `createdByApiKeyLabel` string
    - `updatedAt` union
      - string
      - string, date-time
    - `updatedByImpersonateId` string
    - `updatedByImpersonateName` string
    - `updatedByUserId` string
    - `updatedByUserName` string
    - `updatedByCompanyId` string
    - `updatedByCompanyName` string
    - `updatedByApiKeyId` string
    - `updatedByApiKeyLabel` string

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response

---

[API](https://skmtc.net/retraced/apis/api-reference.md) · [All operations](https://skmtc.net/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/60d6c901bc4e/schema)
