<- Catalog API

Catalog API

Update item modifier lists

POST

 /v2/catalog/update-item-modifier-lists

Permissions:ITEMS_WRITE
Try in API Explorer
Link to section

Request body

Example code

Link to section

item_ids

string [ ]

Required

The IDs of the catalog items associated with the CatalogModifierList objects being updated.

Link to section

modifier_lists_to_enable

string [ ]

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.

Link to section

modifier_lists_to_disable

string [ ]

The IDs of the CatalogModifierList objects to disable for the CatalogItem. At least one of modifier_lists_to_enable or modifier_lists_to_disable must be specified.

Link to section

Response fields

Link to section

errors

Any errors that occurred during the request.

Link to section

updated_at

string

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