DEV

Enum.

CatalogItemUpdateMethod

No description

Possible Types

ALL

ALL: Updates all fields of the catalog item based on the input provided. This method sets fields to null if null values are provided in the input, ensuring the catalog item exactly mirrors the input.

NON_NULL

NON_NULL: Updates existing catalog item fields with non-null values provided in the input. Fields in the input that are null are ignored, and corresponding existing fields are not modified.

Was this page helpful?