CatalogInfoResponseLimits

March 13, 2019 ยท View on GitHub

Description

Properties

NameGetterSetterTypeDescriptionNotes
batch_upsert_max_objects_per_batchgetBatchUpsertMaxObjectsPerBatch()setBatchUpsertMaxObjectsPerBatch($value)intThe maximum number of objects that may appear within a single batch in a `/v2/catalog/batch-upsert` request.[optional]
batch_upsert_max_total_objectsgetBatchUpsertMaxTotalObjects()setBatchUpsertMaxTotalObjects($value)intThe maximum number of objects that may appear across all batches in a `/v2/catalog/batch-upsert` request.[optional]
batch_retrieve_max_object_idsgetBatchRetrieveMaxObjectIds()setBatchRetrieveMaxObjectIds($value)intThe maximum number of object IDs that may appear in a `/v2/catalog/batch-retrieve` request.[optional]
search_max_page_limitgetSearchMaxPageLimit()setSearchMaxPageLimit($value)intThe maximum number of results that may be returned in a page of a `/v2/catalog/search` response.[optional]
batch_delete_max_object_idsgetBatchDeleteMaxObjectIds()setBatchDeleteMaxObjectIds($value)intThe maximum number of object IDs that may be included in a single `/v2/catalog/batch-delete` request.[optional]
update_item_taxes_max_item_idsgetUpdateItemTaxesMaxItemIds()setUpdateItemTaxesMaxItemIds($value)intThe maximum number of item IDs that may be included in a single `/v2/catalog/update-item-taxes` request.[optional]
update_item_taxes_max_taxes_to_enablegetUpdateItemTaxesMaxTaxesToEnable()setUpdateItemTaxesMaxTaxesToEnable($value)intThe maximum number of tax IDs to be enabled that may be included in a single `/v2/catalog/update-item-taxes` request.[optional]
update_item_taxes_max_taxes_to_disablegetUpdateItemTaxesMaxTaxesToDisable()setUpdateItemTaxesMaxTaxesToDisable($value)intThe maximum number of tax IDs to be disabled that may be included in a single `/v2/catalog/update-item-taxes` request.[optional]
update_item_modifier_lists_max_item_idsgetUpdateItemModifierListsMaxItemIds()setUpdateItemModifierListsMaxItemIds($value)intThe maximum number of item IDs that may be included in a single `/v2/catalog/update-item-modifier-lists` request.[optional]
update_item_modifier_lists_max_modifier_lists_to_enablegetUpdateItemModifierListsMaxModifierListsToEnable()setUpdateItemModifierListsMaxModifierListsToEnable($value)intThe maximum number of modifier list IDs to be enabled that may be included in a single `/v2/catalog/update-item-modifier-lists` request.[optional]
update_item_modifier_lists_max_modifier_lists_to_disablegetUpdateItemModifierListsMaxModifierListsToDisable()setUpdateItemModifierListsMaxModifierListsToDisable($value)intThe maximum number of modifier list IDs to be disabled that may be included in a single `/v2/catalog/update-item-modifier-lists` request.[optional]

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

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