wand-sparkles2026-03-09: Product Service – skip related items validation

Overview

A new query parameter skipRelatedItemsValidation has been added to product creation and update endpoints. When set to true, the validation that checks whether related products exist is skipped. This is useful during data loading scenarios where related products may not yet exist and will be created later.

Important: The skipRelatedItemsValidation parameter is only respected when the allowToSkipRelatedProductsValidation system setting is set to true. Otherwise, it is disregarded.

Modified endpoints

Endpoint
Description

New query parameter skipRelatedItemsValidation added.

New query parameter skipRelatedItemsValidation added.

New query parameter skipRelatedItemsValidation added.

New query parameter skipRelatedItemsValidation added.

New query parameter skipRelatedItemsValidation added.

New system setting

Setting
Description

allowToSkipRelatedProductsValidation

When set to true, it allows the skipRelatedItemsValidation query parameter to take effect. If this setting is false or not configured, the query parameter is disregarded.

Known problems

There are no known problems.

Last updated

Was this helpful?