Products
Products are the central element of the system. Product entities contain attribute data, classifications in categories and variants. The data model for products are described by product structures.
By default, ids for archived products are not returned
Include archived products
falseOK
GET /v1/products/ids HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
OK
[
10021,
20311,
234032,
23134,
53451,
32433,
23481
]Id of product to return
OK
Represents the root information always present on a product
Unique id of the product
Timestamp of the product creation
Username of the user who created the product
Timestamp of the last product update
Username of the user who made the last change to the product
Variation definition reference. For more information, Struct.App.Api.Models.ProductStructure.VariationDefinition for more information
Indicates whether the product is archived
The uid of the archive reason selected when the product was archived
The uid of the product structure used for this product
The uid of the workflow state of the product
GET /v1/products/{id} HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
OK
{
"Id": 2011,
"Name": {
"en-GB": "Mascot work pants",
"da-DK": "Mascot arbejdsbukser"
},
"Created": "2026-11-16T18:51:56.2116696+00:00",
"CreatedBy": "Struct",
"LastModified": "2026-11-16T18:51:56.2116711+00:00",
"LastModifiedBy": "Struct",
"VariationDefinitionUid": "5d78af57-1807-4b1e-90e1-eab8898e5be2",
"IsArchived": false,
"ArchiveReason": "a4fe2a06-a8e9-4f37-9a42-802a7a68055a",
"ProductStructureUid": "5a39b801-4904-4001-8576-5956eccf0d5c",
"WorkflowStateUid": "4c469d04-fde5-451a-8541-44d8f489016b",
"BusinessUnits": [],
"Classifications": []
}Id of product
Update model containing the updates to make on a product. Note that properties with null values will be ignored and will not cause an update. This means you should only set properties that shall be updated on the product
Product structure to set on product
Variation definition to set on product
Indicate whether the product shall be archived or un-archived
Reference to the archive reason when archiving product (if IsArchived is true)
Workflow state to set on the product
OK
No content
PATCH /v1/products/{id} HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 651
{
"ProductStructureUid": "cd487a91-51a5-412a-9d85-ea50c977c59c",
"VariationDefinitionUid": "f869a265-bcfb-49d4-b847-9277213d75a9",
"IsArchived": null,
"ArchiveReason": "a4d97711-0abb-4e5b-9bd8-5f70f0810ddd",
"ClassificationsUpdate": {
"Classifications": [
{
"CategoryId": 27,
"IsPrimary": true,
"OwnerReference": null,
"SortOrder": 0
},
{
"CategoryId": 49,
"IsPrimary": false,
"OwnerReference": null,
"SortOrder": 1
}
],
"UpdateMethod": {},
"RemoveWhereOwnerReferenceIs": null
},
"WorkflowStateUid": "1d29b5d5-8ec4-4797-b22f-bcc93b7e8939",
"BusinessUnits": null,
"Values": {
"Description": [
{
"CultureCode": "en-GB",
"Data": "Apples flagship phone"
},
{
"CultureCode": "da-DK",
"Data": "Apples flagskib"
}
]
}
}OK
No content
OK
Represents the root information always present on a product
Unique id of the product
Timestamp of the product creation
Username of the user who created the product
Timestamp of the last product update
Username of the user who made the last change to the product
Variation definition reference. For more information, Struct.App.Api.Models.ProductStructure.VariationDefinition for more information
Indicates whether the product is archived
The uid of the archive reason selected when the product was archived
The uid of the product structure used for this product
The uid of the workflow state of the product
POST /v1/products/batch HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 3
[
1
]OK
[
{
"Id": 2011,
"Name": {
"en-GB": "Mascot work pants",
"da-DK": "Mascot arbejdsbukser"
},
"Created": "2026-11-16T18:51:56.2139354+00:00",
"CreatedBy": "Struct",
"LastModified": "2026-11-16T18:51:56.2139365+00:00",
"LastModifiedBy": "Struct",
"VariationDefinitionUid": "56a391dc-4e57-4127-ac68-4f618b0fb8d5",
"IsArchived": false,
"ArchiveReason": "93a6afcf-53d9-4bac-befc-12d532562945",
"ProductStructureUid": "33b92a37-2008-4188-8b8b-5409a90b682b",
"WorkflowStateUid": "7da1f451-cd69-4294-8d41-0de8a315f1f7",
"BusinessUnits": [],
"Classifications": []
},
{
"Id": 2012,
"Name": {
"en-GB": "Apple Iphone",
"da-DK": "Apple Iphone"
},
"Created": "2026-08-08T18:51:56.2139375+00:00",
"CreatedBy": "Struct",
"LastModified": "2026-06-19T18:51:56.2139376+00:00",
"LastModifiedBy": "Struct",
"VariationDefinitionUid": "56a391dc-4e57-4127-ac68-4f618b0fb8d5",
"IsArchived": false,
"ArchiveReason": "e44f5a6c-7e81-4fd9-a6a7-12f41558e662",
"ProductStructureUid": "33b92a37-2008-4188-8b8b-5409a90b682b",
"WorkflowStateUid": "3d8f4d34-a2ac-46a9-b0ab-69eda9fe3d0d",
"BusinessUnits": [],
"Classifications": []
},
{
"Id": 2013,
"Name": {
"en-GB": "Samsung 8K series TV",
"da-DK": "Samsung 8K serie"
},
"Created": "2026-05-25T18:51:56.2139380+00:00",
"CreatedBy": "Struct",
"LastModified": "2026-05-25T18:51:56.2139381+00:00",
"LastModifiedBy": "Struct",
"VariationDefinitionUid": "56a391dc-4e57-4127-ac68-4f618b0fb8d5",
"IsArchived": false,
"ArchiveReason": "0875c6d7-eac6-4c67-9e24-3d4dd1ebba8c",
"ProductStructureUid": "33b92a37-2008-4188-8b8b-5409a90b682b",
"WorkflowStateUid": "c5cf9d3a-10bc-4cdd-ae34-7882eb77b9ad",
"BusinessUnits": [],
"Classifications": []
}
]No more than 5000 products can be requested at a time. If no limit is provided, the default limit of 1000 will be used. By default, archived products are not returned
Include archived products
falseNumber of products to return
1000Only return products with id larger than this value
OK
Result set of products from a product query
The total number of items
The remaining items that lie after the last id of the item in this result set
The id of the last item in this result set
GET /v1/products HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
OK
{
"Products": [
{
"Id": 18,
"Name": {
"en-GB": "Mascot work pants",
"da-DK": "Mascot arbejdsbukser"
},
"Created": "2026-11-16T18:51:56.2144954+00:00",
"CreatedBy": "Struct",
"LastModified": "2026-11-16T18:51:56.2144964+00:00",
"LastModifiedBy": "Struct",
"VariationDefinitionUid": "e41ba49f-3843-4410-810d-82274529c9d9",
"IsArchived": false,
"ArchiveReason": "2f202f2f-59a7-4c51-8588-a7b512fb97a2",
"ProductStructureUid": "d5608af0-4d1c-4ebd-ac21-6b336def57d2",
"WorkflowStateUid": "89c8d121-f441-443a-bcce-d4d35546f80e",
"BusinessUnits": [
{
"AccessPolicy": "OWNER",
"BusinessUnitUid": "b916589c-6039-462f-aa37-edf22e3c2a1f"
},
{
"AccessPolicy": "NON_OWNER",
"BusinessUnitUid": "9a1c9706-7d20-4197-9964-4eabbd020243"
}
],
"Classifications": []
},
{
"Id": 19,
"Name": {
"en-GB": "Apple Iphone",
"da-DK": "Apple Iphone"
},
"Created": "2026-08-08T18:51:56.2145005+00:00",
"CreatedBy": "Struct",
"LastModified": "2026-06-19T18:51:56.2145006+00:00",
"LastModifiedBy": "Struct",
"VariationDefinitionUid": "e41ba49f-3843-4410-810d-82274529c9d9",
"IsArchived": false,
"ArchiveReason": "8828aafc-d82f-43b1-8d45-971256f7531b",
"ProductStructureUid": "d5608af0-4d1c-4ebd-ac21-6b336def57d2",
"WorkflowStateUid": "1ac0c688-aa92-443c-9015-d8c058e76d99",
"BusinessUnits": [],
"Classifications": []
},
{
"Id": 20,
"Name": {
"en-GB": "Samsung 8K series TV",
"da-DK": "Samsung 8K serie"
},
"Created": "2026-05-25T18:51:56.2145010+00:00",
"CreatedBy": "Struct",
"LastModified": "2026-05-25T18:51:56.2145011+00:00",
"LastModifiedBy": "Struct",
"VariationDefinitionUid": "e41ba49f-3843-4410-810d-82274529c9d9",
"IsArchived": false,
"ArchiveReason": "3685a78c-f78b-49d7-b93a-fda8076ca183",
"ProductStructureUid": "d5608af0-4d1c-4ebd-ac21-6b336def57d2",
"WorkflowStateUid": "6ccd665e-5fd0-432c-84c4-0358ee5511dd",
"BusinessUnits": [],
"Classifications": []
}
],
"Total": 20102,
"Remaining": 20100,
"LastId": 20
}A maximum of 5000 products can be created in one request
Model used to create a new product
Product structure to use for product
Variation definition to use for product
Workflow state to set on the product
OK
POST /v1/products HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1066
[
{
"ProductStructureUid": "71c110a3-1368-48ff-8c18-7fe6e656d9af",
"VariationDefinitionUid": "cd3241dd-2458-4529-9226-6e816e5cca52",
"Classifications": [
{
"CategoryId": 27,
"IsPrimary": true,
"OwnerReference": null,
"SortOrder": 0
}
],
"WorkflowStateUid": "3ffcb8b9-2c3a-4e6a-b105-d1f08edbe078",
"BusinessUnits": null,
"Values": {
"Name": "Samsung QE65Q950T",
"PrimaryImage": "3013",
"ExtraImage": [
"2566",
"5155",
"5664"
],
"Description": [
{
"CultureCode": "en-GB",
"Data": "The best Samsung TV ever produced"
},
{
"CultureCode": "da-DK",
"Data": "Det allerbedste TV Samsung har at byde på"
}
]
}
},
{
"ProductStructureUid": "71c110a3-1368-48ff-8c18-7fe6e656d9af",
"VariationDefinitionUid": "cd3241dd-2458-4529-9226-6e816e5cca52",
"Classifications": [
{
"CategoryId": 58,
"IsPrimary": true,
"OwnerReference": null,
"SortOrder": 0
}
],
"WorkflowStateUid": "c4940c07-78e9-4e9d-b07a-966f3461bfba",
"BusinessUnits": null,
"Values": {
"Name": "Apple Iphone 12 Pro",
"PrimaryImage": "222",
"ExtraImage": [
"5654",
"789",
"2589"
],
"Description": [
{
"CultureCode": "en-GB",
"Data": "Apples flagship phone"
},
{
"CultureCode": "da-DK",
"Data": "Apples flagskib"
}
]
}
}
]OK
[
1
]Update model for a product
Id of product to update
OK
No content
PATCH /v1/products HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1655
[
{
"ProductId": 20111,
"UpdateModel": {
"ProductStructureUid": "47613412-1872-4bd2-a4df-1fbeadeb1e31",
"VariationDefinitionUid": "88ca0752-a2f6-462c-a01d-0cc7eefdd315",
"IsArchived": null,
"ArchiveReason": "bb30ffa0-6651-4707-a011-45da5829e6af",
"ClassificationsUpdate": null,
"WorkflowStateUid": "630c894b-fa0b-40c9-9893-74c0e82a84e6",
"BusinessUnits": null,
"Values": {
"Name": "Samsung QE65Q950T",
"PrimaryImage": "3013"
}
}
},
{
"ProductId": 5635,
"UpdateModel": {
"ProductStructureUid": "bb9bfb5e-92b0-4a46-87cd-8bb5e7348c99",
"VariationDefinitionUid": "1a006a5a-aa1f-4760-9a3f-e15b91716d76",
"IsArchived": null,
"ArchiveReason": "5aa6f2de-5449-4430-a446-c79d08b358f1",
"ClassificationsUpdate": {
"Classifications": [
{
"CategoryId": 27,
"IsPrimary": true,
"OwnerReference": null,
"SortOrder": 0
},
{
"CategoryId": 49,
"IsPrimary": false,
"OwnerReference": null,
"SortOrder": 1
}
],
"UpdateMethod": {},
"RemoveWhereOwnerReferenceIs": null
},
"WorkflowStateUid": "20473c38-a637-408c-b589-35acae105b5d",
"BusinessUnits": null,
"Values": {}
}
},
{
"ProductId": 18863,
"UpdateModel": {
"ProductStructureUid": "f3950434-b6cf-4c5b-8bd5-cf18454b3f27",
"VariationDefinitionUid": "dad5c3c1-b758-468f-b2f4-0de2b6a6e0f0",
"IsArchived": null,
"ArchiveReason": "d6d27775-9d88-4d0d-892c-17517423acfa",
"ClassificationsUpdate": {
"Classifications": [
{
"CategoryId": 27,
"IsPrimary": true,
"OwnerReference": null,
"SortOrder": 0
},
{
"CategoryId": 49,
"IsPrimary": false,
"OwnerReference": null,
"SortOrder": 1
}
],
"UpdateMethod": {},
"RemoveWhereOwnerReferenceIs": null
},
"WorkflowStateUid": "90d46aa1-49f8-4dc0-9411-10ba7136f0b9",
"BusinessUnits": null,
"Values": {
"Description": [
{
"CultureCode": "en-GB",
"Data": "Apples flagship phone"
},
{
"CultureCode": "da-DK",
"Data": "Apples flagskib"
}
]
}
}
}
]OK
No content
Alias of identifier type
OK
GET /v1/products/identifiers/{identifierAlias} HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
OK
{
"5796359512359": 10000,
"5756525697563": 11012,
"5756326985442": 15133
}Alias of identifier type
Identifier value
OK
GET /v1/products/identifiers/{identifierAlias}/{identifier} HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
OK
1Provide an identifier alias along with an array of identifiers to get the internal entity ids matching those identifiers
The alias of the identifier
Array of identifiers to return internal ids for
OK
POST /v1/products/batch/identifiers HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 49
{
"IdentifierAlias": "text",
"Identifiers": [
"text"
]
}OK
{
"5796359512359": 10000,
"5756525697563": 11012,
"5756326985442": 15133,
"5799645384354": null
}Id of product
Indicate if only uids of referenced to global list values shall be returned instead of the materialized values
falseOK
Attribute values for a product
Id of product
GET /v1/products/{id}/attributevalues HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
OK
{
"ProductId": 2011,
"Values": {
"Name": "Samsung QE65Q950T",
"PrimaryImage": "3013",
"ExtraImage": [
"2566",
"5155",
"5664"
],
"Description": [
{
"CultureCode": "en-GB",
"Data": "The best Samsung TV ever produced"
},
{
"CultureCode": "da-DK",
"Data": "Det allerbedste TV Samsung har at byde på"
}
]
}
}No more than 5000 products can be requested at a time.
Define which categories to fetch data for and what data to fetch
Ids of products to return
Defines which attribute values to return
1= All: Return all attribute values2= Scopes: Return values for scopes specified in request3= Aliases: Return values for attribute aliases specified in request4= ScopesAndAliases: Return values for attributes in specified scopes, plus values in the attributes specified by alias5= Uids: Return values for attribute uids specified in request
If IncludeValues is Scopes, define which scopes to return values for here
If IncludeValues is Aliases, define aliases of the attributes to include values for
If IncludeValues is Uids, define uids of the attributes to include values for
Only return values for specific languages
Only return values for specific dimension segments
Indicate if only uids of referenced to global list values shall be returned instead of the materialized values
Get attribute values back in time
OK
Attribute values for a product
Id of product
POST /v1/products/batch/attributevalues HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 259
{
"ProductIds": [
1
],
"IncludeValues": 1,
"Scopes": [
"text"
],
"Aliases": [
"text"
],
"Uids": [
"123e4567-e89b-12d3-a456-426614174000"
],
"LimitToCultureCodes": [
"text"
],
"LimitToSegments": [
"text"
],
"GlobalListValueReferencesOnly": true,
"FromTimestamp": "2026-01-01T00:00:00.000Z"
}OK
[
{
"ProductId": 2011,
"Values": {
"Name": "Samsung QE65Q950T",
"PrimaryImage": "3013",
"ExtraImage": [
"2566",
"5155",
"5664"
],
"Description": [
{
"CultureCode": "en-GB",
"Data": "The best Samsung TV ever produced"
},
{
"CultureCode": "da-DK",
"Data": "Det allerbedste TV Samsung har at byde på"
}
]
}
},
{
"ProductId": 54698,
"Values": {
"Name": "Apple Iphone 12 Pro",
"PrimaryImage": "222",
"ExtraImage": [
"5654",
"789",
"2589"
],
"Description": [
{
"CultureCode": "en-GB",
"Data": "Apples flagship phone"
},
{
"CultureCode": "da-DK",
"Data": "Apples flagskib"
}
]
}
}
]Id of product
Culture code to use for rendering localized attribute values. If not provided, invariant culture will be used
OK
Wraps rendered attribute values for a product
Id of the product for which the attribute values are rendered
GET /v1/products/{id}/attributevalues/rendered HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
OK
{
"ProductId": 2011,
"RenderedValues": [
{
"AttributeAlias": "Name",
"DisplayName": {
"en-GB": "Name",
"da-DK": "Navn"
},
"RenderedValues": [
{
"CultureCode": null,
"Segment": null,
"Dimension": null,
"Value": "Samsung QE65Q950T",
"Unit": null
}
]
},
{
"AttributeAlias": "Description",
"DisplayName": {
"en-GB": "Description",
"da-DK": "Beskrivelse"
},
"RenderedValues": [
{
"CultureCode": "en-GB",
"Segment": null,
"Dimension": null,
"Value": "The best Samsung TV ever produced",
"Unit": null
},
{
"CultureCode": "da-DK",
"Segment": null,
"Dimension": null,
"Value": "Det allerbedste TV Samsung har at byde på",
"Unit": null
}
]
},
{
"AttributeAlias": "ShortDescription",
"DisplayName": {
"en-GB": "Short Description",
"da-DK": "Kort beskrivelse"
},
"RenderedValues": [
{
"CultureCode": "en-GB",
"Segment": "EMEA",
"Dimension": "Market",
"Value": "Very nice TV",
"Unit": null
},
{
"CultureCode": "en-GB",
"Segment": "ASIA",
"Dimension": "Market",
"Value": "Very good TV",
"Unit": null
},
{
"CultureCode": "da-DK",
"Segment": "EMEA",
"Dimension": "Market",
"Value": "Meget lækkert TV",
"Unit": null
},
{
"CultureCode": "da-DK",
"Segment": "ASIA",
"Dimension": "Market",
"Value": "Meget godt TV",
"Unit": null
}
]
},
{
"AttributeAlias": "Weight",
"DisplayName": {
"en-GB": "Weight",
"da-DK": "Vægt"
},
"RenderedValues": [
{
"CultureCode": null,
"Segment": null,
"Dimension": null,
"Value": "15",
"Unit": "kg"
}
]
}
]
}No more than 5000 products can be requested at a time.
Define which products to fetch data for and what data to fetch
Ids of products to return
Defines which attribute values to return
1= All: Return all attribute values2= Scopes: Return values for scopes specified in request3= Aliases: Return values for attribute aliases specified in request4= ScopesAndAliases: Return values for attributes in specified scopes, plus values in the attributes specified by alias5= Uids: Return values for attribute uids specified in request
If IncludeValues is Scopes, define which scopes to return values for here
If IncludeValues is Aliases, define aliases of the attributes to include values for
If IncludeValues is Uids, define uids of the attributes to include values for
Only return values for specific languages
Only return values for specific dimension segments
Culture code to use for rendering values (eg. to control decimal separator, datetime rendering etc.). If not provided, Invariant culture will be used
OK
Wraps rendered attribute values for a product
Id of the product for which the attribute values are rendered
POST /v1/products/batch/attributevalues/rendered HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 206
{
"ProductIds": [
1
],
"IncludeValues": 1,
"Scopes": [
"text"
],
"Aliases": [
"text"
],
"Uids": [
"123e4567-e89b-12d3-a456-426614174000"
],
"LimitToCultureCodes": [
"text"
],
"LimitToSegments": [
"text"
],
"RenderCultureCode": "text"
}OK
[
{
"ProductId": 2011,
"RenderedValues": [
{
"AttributeAlias": "Name",
"DisplayName": {
"en-GB": "Name",
"da-DK": "Navn"
},
"RenderedValues": [
{
"CultureCode": null,
"Segment": null,
"Dimension": null,
"Value": "Samsung QE65Q950T",
"Unit": null
}
]
},
{
"AttributeAlias": "Description",
"DisplayName": {
"en-GB": "Description",
"da-DK": "Beskrivelse"
},
"RenderedValues": [
{
"CultureCode": "en-GB",
"Segment": null,
"Dimension": null,
"Value": "The best Samsung TV ever produced",
"Unit": null
},
{
"CultureCode": "da-DK",
"Segment": null,
"Dimension": null,
"Value": "Det allerbedste TV Samsung har at byde på",
"Unit": null
}
]
},
{
"AttributeAlias": "ShortDescription",
"DisplayName": {
"en-GB": "Short Description",
"da-DK": "Kort beskrivelse"
},
"RenderedValues": [
{
"CultureCode": "en-GB",
"Segment": "EMEA",
"Dimension": "Market",
"Value": "Very nice TV",
"Unit": null
},
{
"CultureCode": "en-GB",
"Segment": "ASIA",
"Dimension": "Market",
"Value": "Very good TV",
"Unit": null
},
{
"CultureCode": "da-DK",
"Segment": "EMEA",
"Dimension": "Market",
"Value": "Meget lækkert TV",
"Unit": null
},
{
"CultureCode": "da-DK",
"Segment": "ASIA",
"Dimension": "Market",
"Value": "Meget godt TV",
"Unit": null
}
]
},
{
"AttributeAlias": "Weight",
"DisplayName": {
"en-GB": "Weight",
"da-DK": "Vægt"
},
"RenderedValues": [
{
"CultureCode": null,
"Segment": null,
"Dimension": null,
"Value": "15",
"Unit": "kg"
}
]
}
]
},
{
"ProductId": 2012,
"RenderedValues": [
{
"AttributeAlias": "Name",
"DisplayName": {
"en-GB": "Name",
"da-DK": "Navn"
},
"RenderedValues": [
{
"CultureCode": null,
"Segment": null,
"Dimension": null,
"Value": "Philips SQ6532dd",
"Unit": null
}
]
},
{
"AttributeAlias": "Description",
"DisplayName": {
"en-GB": "Description",
"da-DK": "Beskrivelse"
},
"RenderedValues": [
{
"CultureCode": "en-GB",
"Segment": null,
"Dimension": null,
"Value": "The best Philips TV ever produced",
"Unit": null
},
{
"CultureCode": "da-DK",
"Segment": null,
"Dimension": null,
"Value": "Det allerbedste TV Philips har at byde på",
"Unit": null
}
]
},
{
"AttributeAlias": "ShortDescription",
"DisplayName": {
"en-GB": "Short Description",
"da-DK": "Kort beskrivelse"
},
"RenderedValues": [
{
"CultureCode": "en-GB",
"Segment": "EMEA",
"Dimension": "Market",
"Value": "Very nice TV",
"Unit": null
},
{
"CultureCode": "en-GB",
"Segment": "ASIA",
"Dimension": "Market",
"Value": "Very good TV",
"Unit": null
},
{
"CultureCode": "da-DK",
"Segment": "EMEA",
"Dimension": "Market",
"Value": "Meget lækkert TV",
"Unit": null
},
{
"CultureCode": "da-DK",
"Segment": "ASIA",
"Dimension": "Market",
"Value": "Meget godt TV",
"Unit": null
}
]
},
{
"AttributeAlias": "Weight",
"DisplayName": {
"en-GB": "Weight",
"da-DK": "Vægt"
},
"RenderedValues": [
{
"CultureCode": null,
"Segment": null,
"Dimension": null,
"Value": "10",
"Unit": "kg"
}
]
}
]
}
]Id of product
OK
Holds information on products placement in categories
Id of category the product is placed in
Indication whether this classification is the primary classification for the product
A reference to where this classification comes from. If the classification is made in the PIM interface, this will be null. When creating or updating classifications of products through API this can be set to any value. Thus, classifications made from the API can be distinguished from those made directly in the UI
Sort order of the product in this category
Indication whether this classification is the master catalogue for the product
The catalogue uid of the category the product is classified in
Indication whether this classification is a dynamic category
GET /v1/products/{id}/classifications HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
OK
[
{
"CategoryId": 12,
"IsPrimary": true,
"OwnerReference": null,
"SortOrder": 1,
"IsMasterCatalogue": false,
"CatalogueUid": "00000000-0000-0000-0000-000000000000",
"IsDynamicCategory": false
},
{
"CategoryId": 1202,
"IsPrimary": false,
"OwnerReference": null,
"SortOrder": 3,
"IsMasterCatalogue": false,
"CatalogueUid": "00000000-0000-0000-0000-000000000000",
"IsDynamicCategory": false
},
{
"CategoryId": 27,
"IsPrimary": false,
"OwnerReference": null,
"SortOrder": 12,
"IsMasterCatalogue": false,
"CatalogueUid": "00000000-0000-0000-0000-000000000000",
"IsDynamicCategory": false
}
]Id of product
Model for adding or updating a classification of a product
Id of category the product is placed in
Indication whether this classification is the primary classification for the product
A reference to where this classification comes from. If the classification is made in the PIM interface, this will be null. When creating or updating classifications of products through API this can be set to any value. Thus, classifications made from the API can be distinguished from those made directly in the UI
Sort order of the product in this category
OK
No content
Bad Request
POST /v1/products/{id}/classifications HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 144
[
{
"CategoryId": 27,
"IsPrimary": true,
"OwnerReference": null,
"SortOrder": 0
},
{
"CategoryId": 49,
"IsPrimary": false,
"OwnerReference": null,
"SortOrder": 1
}
]No content
Id of product
OK
No content
DELETE /v1/products/{id}/classifications HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 11
[
265,
88,
27
]OK
No content
OK
POST /v1/products/batch/classifications HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 17
[
2003,
2325,
69866
]OK
{
"2003": [
{
"CategoryId": 12,
"IsPrimary": true,
"OwnerReference": null,
"SortOrder": 1,
"IsMasterCatalogue": false,
"CatalogueUid": "00000000-0000-0000-0000-000000000000",
"IsDynamicCategory": false
},
{
"CategoryId": 1202,
"IsPrimary": false,
"OwnerReference": null,
"SortOrder": 3,
"IsMasterCatalogue": false,
"CatalogueUid": "00000000-0000-0000-0000-000000000000",
"IsDynamicCategory": false
},
{
"CategoryId": 27,
"IsPrimary": false,
"OwnerReference": null,
"SortOrder": 12,
"IsMasterCatalogue": false,
"CatalogueUid": "00000000-0000-0000-0000-000000000000",
"IsDynamicCategory": false
}
],
"2325": [
{
"CategoryId": 12,
"IsPrimary": true,
"OwnerReference": null,
"SortOrder": 2,
"IsMasterCatalogue": false,
"CatalogueUid": "00000000-0000-0000-0000-000000000000",
"IsDynamicCategory": false
},
{
"CategoryId": 27,
"IsPrimary": false,
"OwnerReference": null,
"SortOrder": 3,
"IsMasterCatalogue": false,
"CatalogueUid": "00000000-0000-0000-0000-000000000000",
"IsDynamicCategory": false
}
],
"69866": [
{
"CategoryId": 27,
"IsPrimary": true,
"OwnerReference": null,
"SortOrder": 1,
"IsMasterCatalogue": false,
"CatalogueUid": "00000000-0000-0000-0000-000000000000",
"IsDynamicCategory": false
}
]
}OK
No content
POST /v1/products/classifications HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 235
{
"30211": [
{
"CategoryId": 27,
"IsPrimary": true,
"OwnerReference": null,
"SortOrder": 0
},
{
"CategoryId": 11,
"IsPrimary": false,
"OwnerReference": null,
"SortOrder": 1
}
],
"30212": [
{
"CategoryId": 27,
"IsPrimary": true,
"OwnerReference": null,
"SortOrder": 0
}
]
}OK
No content
Model for removing classifications for a product
Id to remove classifications from
Categories to remove product from
OK
No content
DELETE /v1/products/classifications HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 80
[
{
"ProductId": 302,
"CategoryIds": [
23,
55
]
},
{
"ProductId": 56684,
"CategoryIds": [
88
]
}
]OK
No content
Id of product
Return ids of archived variants as well
falseOK
GET /v1/products/{id}/variants HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
OK
[
12544,
5353,
56843,
8865,
1556
]Return ids of archived variants as well
falseOK
POST /v1/products/batch/variants HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 3
[
1
]OK
{
"5646": [
7424,
5454,
4404
],
"10006": [
12544,
5353,
56843,
8865,
1556
]
}#Available from v.3.11.0
Id of product
Return ids of archived variant groups as well
falseOK
GET /v1/products/{id}/variantgroups HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
OK
[
12544,
5353,
56843,
8865,
1556
]#Available from v.3.11.0
Return ids of archived variant groups as well
falseOK
POST /v1/products/batch/variantgroups HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 3
[
1
]OK
{
"5646": [
7424,
5454,
4404
],
"10006": [
12544,
5353,
56843,
8865,
1556
]
}#Available from v.3.5.0
Id of product
OK
Model holding references from other entities to a product
Id of the referenced product
List of global list values referencing this product
GET /v1/products/{id}/references HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
OK
{
"ProductId": 12,
"ReferencingCategories": [
{
"EntityId": 100,
"AttributeUid": "c335510a-c2e2-4a4b-b840-788408b5c607"
},
{
"EntityId": 101,
"AttributeUid": "c335510a-c2e2-4a4b-b840-788408b5c607"
}
],
"ReferencingProducts": [
{
"EntityId": 100010,
"AttributeUid": "df92d73d-6edb-471f-adac-cad3cf84c109"
},
{
"EntityId": 100011,
"AttributeUid": "df92d73d-6edb-471f-adac-cad3cf84c109"
},
{
"EntityId": 102354,
"AttributeUid": "8f7d0fe2-3c0c-4a93-8f9d-87c1d1c3dd59"
}
],
"ReferencingVariantGroups": [],
"ReferencingVariants": [
{
"EntityId": 100,
"AttributeUid": "df92d73d-6edb-471f-adac-cad3cf84c109"
}
],
"ReferencingAssets": [],
"ReferencingGlobalListValues": [
"2c8cdf77-271a-489d-8f86-723437957610",
"1c9177c7-0e83-4335-b86b-dd18a598c987"
]
}#Available from v.3.5.0 No more than 5000 values can be requested at a time.
OK
Model holding references from other entities to a product
Id of the referenced product
List of global list values referencing this product
POST /v1/products/batch/references HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 3
[
1
]OK
[
{
"ProductId": 12,
"ReferencingCategories": [
{
"EntityId": 100,
"AttributeUid": "22ec061e-28f5-4529-a018-1de11469b3ca"
},
{
"EntityId": 101,
"AttributeUid": "22ec061e-28f5-4529-a018-1de11469b3ca"
}
],
"ReferencingProducts": [
{
"EntityId": 100010,
"AttributeUid": "87369fd1-7fee-4d9d-927f-9cb10bd39db7"
},
{
"EntityId": 100011,
"AttributeUid": "87369fd1-7fee-4d9d-927f-9cb10bd39db7"
},
{
"EntityId": 102354,
"AttributeUid": "9dde85e2-ab79-4845-8f30-a74f387fef0f"
}
],
"ReferencingVariantGroups": [],
"ReferencingVariants": [
{
"EntityId": 100,
"AttributeUid": "87369fd1-7fee-4d9d-927f-9cb10bd39db7"
}
],
"ReferencingAssets": [],
"ReferencingGlobalListValues": [
"faa33621-adae-4fd7-b084-31e1cad2f765",
"16e1ebf4-fb94-4f84-9e0f-a7c94869762b"
]
},
{
"ProductId": 20,
"ReferencingCategories": [
{
"EntityId": 100,
"AttributeUid": "22ec061e-28f5-4529-a018-1de11469b3ca"
}
],
"ReferencingProducts": [
{
"EntityId": 23553,
"AttributeUid": "87369fd1-7fee-4d9d-927f-9cb10bd39db7"
},
{
"EntityId": 5656,
"AttributeUid": "87369fd1-7fee-4d9d-927f-9cb10bd39db7"
}
],
"ReferencingVariantGroups": [],
"ReferencingVariants": [
{
"EntityId": 568323,
"AttributeUid": "9dde85e2-ab79-4845-8f30-a74f387fef0f"
}
],
"ReferencingAssets": [],
"ReferencingGlobalListValues": [
"1387f9df-96fa-4dd0-8b9d-a085040d2040",
"e6066518-36de-44d3-b271-e91d697a0272"
]
}
]Search model used for searching products or variants in PIM
Include archived items in result
OK
POST /v1/products/search HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 552
{
"IncludeArchived": false,
"QueryModel": {
"SubQueries": [
{
"Filters": [
{
"FieldUid": "6a5d7f84-1d34-4f96-b5c3-7a6e1d2b4c90_NA_NA",
"QueryOperator": {},
"FilterValue": "DK"
}
],
"BooleanOperator": {},
"QueryModelType": "SimpleQueryModel"
},
{
"Filters": [
{
"FieldUid": "89b4cda9-d803-4812-9862-51167c809f2c_en-GB_NA",
"QueryOperator": {},
"FilterValue": "red"
},
{
"FieldUid": "89b4cda9-d803-4812-9862-51167c809f2c_en-GB_NA",
"QueryOperator": {},
"FilterValue": "blue"
}
],
"BooleanOperator": {},
"QueryModelType": "SimpleQueryModel"
}
],
"BooleanOperator": {},
"QueryModelType": "BooleanQueryModel"
}
}OK
[
10021,
20311,
234032,
23134,
53451,
32433,
23481
]Get paged result of products matching certain criteria. Result mapped with headers and item results
Extended search model used for searching products or variants in PIM with support for paging and sorting
Include archived items in result
OK
POST /v1/products/search/paged HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 729
{
"Page": 1,
"PageSize": 10,
"FieldUids": [
"Id",
"89b4cda9-d803-4812-9862-51167c809f2c_en-GB_NA"
],
"SortByFieldUid": "89b4cda9-d803-4812-9862-51167c809f2c_en-GB_NA",
"SortDescending": true,
"IncludeArchived": false,
"QueryModel": {
"SubQueries": [
{
"Filters": [
{
"FieldUid": "6a5d7f84-1d34-4f96-b5c3-7a6e1d2b4c90_NA_NA",
"QueryOperator": {},
"FilterValue": "DK"
}
],
"BooleanOperator": {},
"QueryModelType": "SimpleQueryModel"
},
{
"Filters": [
{
"FieldUid": "89b4cda9-d803-4812-9862-51167c809f2c_en-GB_NA",
"QueryOperator": {},
"FilterValue": "red"
},
{
"FieldUid": "89b4cda9-d803-4812-9862-51167c809f2c_en-GB_NA",
"QueryOperator": {},
"FilterValue": "blue"
}
],
"BooleanOperator": {},
"QueryModelType": "SimpleQueryModel"
}
],
"BooleanOperator": {},
"QueryModelType": "BooleanQueryModel"
}
}OK
{
"TotalHits": 55,
"Page": 1,
"PageSize": 3,
"TotalPages": 19,
"ItemListHeaders": [
{
"FieldUid": "Id",
"FieldName": "Internal Id",
"FieldType": "string",
"SupportsSearching": true,
"SupportsSorting": true
},
{
"FieldUid": "89b4cda9-d803-4812-9862-51167c809f2c_en-GB_NA",
"FieldName": "Name (en-GB)",
"FieldType": "string",
"SupportsSearching": true,
"SupportsSorting": true
}
],
"ListItems": [
{
"Id": 10021,
"ShownValues": [
"10021",
"Samsung QE65Q950T"
]
},
{
"Id": 20311,
"ShownValues": [
"20311",
"Apple Iphone 15 Pro"
]
},
{
"Id": 234032,
"ShownValues": [
"234032",
"Red T-Shirt"
]
}
]
}OK
Representation of a queryable field in PIM
Unique id of field in PIM
The display name of the field
If true field can be used for sorting
GET /v1/products/queryablefields HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
OK
[
{
"Uid": "PIM_CategoryIds",
"Name": "CategoryIds",
"SupportsSorting": false
},
{
"Uid": "PIM_Name_1",
"Name": "Internal Name (en-GB)",
"SupportsSorting": false
},
{
"Uid": "PIM_Name_3",
"Name": "Internal Name (da-DK)",
"SupportsSorting": false
},
{
"Uid": "89b4cda9-d803-4812-9862-51167c809f2c_en-GB_NA",
"Name": "Name (en-GB)",
"SupportsSorting": false
},
{
"Uid": "89b4cda9-d803-4812-9862-51167c809f2c_da-DK_NA",
"Name": "Name (da-DK)",
"SupportsSorting": false
},
{
"Uid": "7f2c7c6e-6d7f-4be0-b239-8db011f4c7a1_en-GB_NA",
"Name": "Description (en-GB)",
"SupportsSorting": false
},
{
"Uid": "7f2c7c6e-6d7f-4be0-b239-8db011f4c7a1_da-DK_NA",
"Name": "Description (da-DK)",
"SupportsSorting": false
}
]#Available from v.3.5.0
Id of product to get insights for
OK
Model representing an entity's enrichment insight
Uid of enrichment insight
Id of entity
Completeness in percentage (0 - 100). Is null, if ignored is true
Indicates whether the completeness is ignored for this entity and this enrichment insight
GET /v1/products/{id}/enrichmentinsights HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
OK
[
{
"EnrichmentInsightSetupUid": "b9ab083f-d622-4eba-b273-4a9bf26a3a03",
"EntityId": 1974035,
"Completeness": 50,
"MissingData": [
{
"Type": "AttributeInsightsDataReference",
"DataReference": "f9a52541-5712-406b-b4b6-04a94399e00f_9_NA"
}
],
"Ignored": false
},
{
"EnrichmentInsightSetupUid": "731a399b-f61c-48d4-b1c0-251a20d7125a",
"EntityId": 1974035,
"Completeness": 100,
"MissingData": [],
"Ignored": false
}
]#Available from v.3.5.0
OK
Model representing an entity's enrichment insight
Uid of enrichment insight
Id of entity
Completeness in percentage (0 - 100). Is null, if ignored is true
Indicates whether the completeness is ignored for this entity and this enrichment insight
POST /v1/products/batch/enrichmentinsights HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 3
[
1
]OK
[
{
"EnrichmentInsightSetupUid": "01b4c950-f779-4aa7-9d5c-67a1ba48388d",
"EntityId": 1974035,
"Completeness": 50,
"MissingData": [
{
"Type": "AttributeInsightsDataReference",
"DataReference": "f9a52541-5712-406b-b4b6-04a94399e00f_9_NA"
}
],
"Ignored": false
},
{
"EnrichmentInsightSetupUid": "01b4c950-f779-4aa7-9d5c-67a1ba48388d",
"EntityId": 1974043,
"Completeness": 100,
"MissingData": [],
"Ignored": false
}
]#Available from v.3.5.0
Uid of enrichment insight to get for batch of products
OK
Model representing an entity's enrichment insight
Uid of enrichment insight
Id of entity
Completeness in percentage (0 - 100). Is null, if ignored is true
Indicates whether the completeness is ignored for this entity and this enrichment insight
POST /v1/products/batch/enrichmentinsights/{enrichmentInsightUid} HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 3
[
1
]OK
[
{
"EnrichmentInsightSetupUid": "135a2f89-a300-48a2-9b0e-c0e8af5dc1cd",
"EntityId": 1974035,
"Completeness": 50,
"MissingData": [
{
"Type": "AttributeInsightsDataReference",
"DataReference": "f9a52541-5712-406b-b4b6-04a94399e00f_9_NA"
}
],
"Ignored": false
},
{
"EnrichmentInsightSetupUid": "135a2f89-a300-48a2-9b0e-c0e8af5dc1cd",
"EntityId": 1974043,
"Completeness": 100,
"MissingData": [],
"Ignored": false
}
]#Available from v.3.5.0
Id of product
Uid of enrichment insight to toggle ignore for
Indicate whether to ignore the insight for the given enrichment insight and products
OK
No content
PATCH /v1/products/{id}/enrichmentinsights/{enrichmentInsightSetupUid}/{ignore} HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
OK
No content
#Available from v.3.5.0
Uid of enrichment insight to toggle ignore for
Indicate whether to ignore the insight for the given enrichment insight and products
OK
No content
PATCH /v1/products/batch/enrichmentinsights/{enrichmentInsightSetupUid}/{ignore} HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 3
[
1
]OK
No content
Last updated