Import product relations

Use this to import relations for the whole product catalog.

Request
header Parameters
required
object <RelationHeader> (RelationHeader)

Json serialized string

Request Body schema:

List of product relations to import.

Array
PartNo
required
string

Part number for the SKU with relations.

RelatedPartNo
required
string

Part number for the related SKU.

RelationTypeCode
required
string

Code for the desired client defined relation type.

Array of objects <RelationCulture> (RelationCulture)

List of cultures for the relation.

IsActive
boolean

Sets the relation to active or inactive.

IsRelatedVariantUnique
boolean

True if the related product is variant unique.

IsVariantUnique
boolean

True if the relation is variant unique.

SortOrder
integer <int32>

Sort order for this relation on the SKU.

Responses
200

Success

400

Bad Request

500

Internal Server Error

post/Product/ImportRelations
Request samples
[
  • {
    }
]
Response samples
{
  • "StatusCode": "string",
  • "Description": "string",
  • "JobId": "string",
  • "ValidationSummary": {
    }
}