# Import product relations Use this to import relations for the whole product catalog. Endpoint: POST /Product/ImportRelations Version: 4.0 ## Header parameters: - `X-StormConnect-Header` (string, required) Json serialized string ## Request fields (application/json): - `PartNo` (string, required) Part number for the SKU with relations. - `RelatedPartNo` (string, required) Part number for the related SKU. - `RelationTypeCode` (string, required) Code for the desired client defined relation type. - `Cultures` (array) List of cultures for the relation. - `Cultures.CultureCode` (string, required) Culture code for this specific culture (e.g. "en-US") - `Cultures.Description` (string) Description for the relation. - `Cultures.DescriptionHeader` (string) Description header for the relation. - `Cultures.Name` (string) Relation name - `Cultures.SubDescription` (string) Sub description for the relation. - `Cultures.SubHeader` (string) Sub header 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) Sort order for this relation on the SKU. ## Response 200 fields (application/json): - `StatusCode` (string) Status of the job - `Description` (string) Short message describing the job - `JobId` (string) Norce interal id created for this job. Refer to this for future requests. - `ValidationSummary` (object) Validation data for accepted payload - `ValidationSummary.NrOfItemsInTotal` (integer) Total number of items in payload. - `ValidationSummary.NrOfValidationFailures` (integer) Number of items that failed initial validation. - `ValidationSummary.Messages` (array) Messages concerning the validation.