Updates the CatalogModifierList objects that apply to the targeted CatalogItem without having to perform an upsert on the entire item.
POST
/v2/catalog/update-item-modifier-lists
Updates the CatalogModifierList objects that apply to the targeted CatalogItem without having to perform an upsert on the entire item.
The IDs of the catalog items associated with the CatalogModifierList objects being updated.
The IDs of the CatalogModifierList objects to enable for the CatalogItem. At least one of modifier_lists_to_enable
or modifier_lists_to_disable
must be specified.
The database timestamp of this update in RFC 3339 format, e.g., 2016-09-04T23:59:33.123Z
.
Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:
UTC: 2020-01-26T02:25:34Z
Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00