Catalog
UpdateItemModifierLists
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
Request body
Example request
{
"request_body": {
"item_ids": [
"H42BRLUJ5KTZTTMPVSLFAACQ",
"2JXOBJIHCWBQ4NZ3RIXQGJA6"
],
"modifier_lists_to_disable": [
"7WRC16CJZDVLSNDQ35PP6YAD"
],
"modifier_lists_to_enable": [
"H42BRLUJ5KTZTTMPVSLFAACQ",
"2JXOBJIHCWBQ4NZ3RIXQGJA6"
]
}
}Response
Success
Example response
{
"updated_at": "2016-11-16T22:25:24.878Z"
}