Square.Connect.Model.CatalogInfoResponseLimits
March 13, 2019 ยท View on GitHub
Description
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| BatchUpsertMaxObjectsPerBatch | int? | The maximum number of objects that may appear within a single batch in a `/v2/catalog/batch-upsert` request. | [optional] |
| BatchUpsertMaxTotalObjects | int? | The maximum number of objects that may appear across all batches in a `/v2/catalog/batch-upsert` request. | [optional] |
| BatchRetrieveMaxObjectIds | int? | The maximum number of object IDs that may appear in a `/v2/catalog/batch-retrieve` request. | [optional] |
| SearchMaxPageLimit | int? | The maximum number of results that may be returned in a page of a `/v2/catalog/search` response. | [optional] |
| BatchDeleteMaxObjectIds | int? | The maximum number of object IDs that may be included in a single `/v2/catalog/batch-delete` request. | [optional] |
| UpdateItemTaxesMaxItemIds | int? | The maximum number of item IDs that may be included in a single `/v2/catalog/update-item-taxes` request. | [optional] |
| UpdateItemTaxesMaxTaxesToEnable | int? | The maximum number of tax IDs to be enabled that may be included in a single `/v2/catalog/update-item-taxes` request. | [optional] |
| UpdateItemTaxesMaxTaxesToDisable | int? | The maximum number of tax IDs to be disabled that may be included in a single `/v2/catalog/update-item-taxes` request. | [optional] |
| UpdateItemModifierListsMaxItemIds | int? | The maximum number of item IDs that may be included in a single `/v2/catalog/update-item-modifier-lists` request. | [optional] |
| UpdateItemModifierListsMaxModifierListsToEnable | int? | 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] |
| UpdateItemModifierListsMaxModifierListsToDisable | int? | 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] |