Square.Connect.Model.CatalogInfoResponseLimits

March 13, 2019 ยท View on GitHub

Description

Properties

NameTypeDescriptionNotes
BatchUpsertMaxObjectsPerBatchint?The maximum number of objects that may appear within a single batch in a `/v2/catalog/batch-upsert` request.[optional]
BatchUpsertMaxTotalObjectsint?The maximum number of objects that may appear across all batches in a `/v2/catalog/batch-upsert` request.[optional]
BatchRetrieveMaxObjectIdsint?The maximum number of object IDs that may appear in a `/v2/catalog/batch-retrieve` request.[optional]
SearchMaxPageLimitint?The maximum number of results that may be returned in a page of a `/v2/catalog/search` response.[optional]
BatchDeleteMaxObjectIdsint?The maximum number of object IDs that may be included in a single `/v2/catalog/batch-delete` request.[optional]
UpdateItemTaxesMaxItemIdsint?The maximum number of item IDs that may be included in a single `/v2/catalog/update-item-taxes` request.[optional]
UpdateItemTaxesMaxTaxesToEnableint?The maximum number of tax IDs to be enabled that may be included in a single `/v2/catalog/update-item-taxes` request.[optional]
UpdateItemTaxesMaxTaxesToDisableint?The maximum number of tax IDs to be disabled that may be included in a single `/v2/catalog/update-item-taxes` request.[optional]
UpdateItemModifierListsMaxItemIdsint?The maximum number of item IDs that may be included in a single `/v2/catalog/update-item-modifier-lists` request.[optional]
UpdateItemModifierListsMaxModifierListsToEnableint?The maximum number of modifier list IDs to be enabled that may be included in a single `/v2/catalog/update-item-modifier-lists` request.[optional]
UpdateItemModifierListsMaxModifierListsToDisableint?The 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]