CatalogInfoResponseLimits

June 28, 2018 ยท View on GitHub

squareconnect.models.catalog_info_response_limits

Description

Properties

NameTypeDescriptionNotes
batch_upsert_max_objects_per_batchintThe maximum number of objects that may appear within a single batch in a `/v2/catalog/batch-upsert` request.[optional]
batch_upsert_max_total_objectsintThe maximum number of objects that may appear across all batches in a `/v2/catalog/batch-upsert` request.[optional]
batch_retrieve_max_object_idsintThe maximum number of object IDs that may appear in a `/v2/catalog/batch-retrieve` request.[optional]
search_max_page_limitintThe maximum number of results that may be returned in a page of a `/v2/catalog/search` response.[optional]
batch_delete_max_object_idsintThe maximum number of object IDs that may be included in a single `/v2/catalog/batch-delete` request.[optional]
update_item_taxes_max_item_idsintThe 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_enableintThe 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_disableintThe 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_idsintThe 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_enableintThe 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_disableintThe maximum number of modifier list IDs to be disabled that may be included in a single `/v2/catalog/update-item-modifier-lists` request.[optional]

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