Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.12 KB

UpdateItemModifierListsRequest.md

File metadata and controls

13 lines (9 loc) · 1.12 KB

UpdateItemModifierListsRequest

Properties

Name Getter Setter Type Description Notes
item_ids getItemIds() setItemIds($value) string[] The CatalogItems whose CatalogModifierLists are being updated.
modifier_lists_to_enable getModifierListsToEnable() setModifierListsToEnable($value) string[] The set of CatalogModifierLists (referenced by ID) to enable for the CatalogItem. [optional]
modifier_lists_to_disable getModifierListsToDisable() setModifierListsToDisable($value) string[] The set of CatalogModifierLists (referenced by ID) to disable for the CatalogItem. [optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]