Catalog Info Response
Name | Type | Tags | Description |
---|---|---|---|
errors |
List of Error |
Optional | Any errors that occurred during the request. |
limits |
Catalog Info Response Limits |
Optional | - |
standard_unit_description_group |
Standard Unit Description Group |
Optional | Group of standard measurement units. |
{
"limits": {
"batch_delete_max_object_ids": 200,
"batch_retrieve_max_object_ids": 1000,
"batch_upsert_max_objects_per_batch": 1000,
"batch_upsert_max_total_objects": 10000,
"search_max_page_limit": 1000,
"update_item_modifier_lists_max_item_ids": 1000,
"update_item_modifier_lists_max_modifier_lists_to_disable": 1000,
"update_item_modifier_lists_max_modifier_lists_to_enable": 1000,
"update_item_taxes_max_item_ids": 1000,
"update_item_taxes_max_taxes_to_disable": 1000,
"update_item_taxes_max_taxes_to_enable": 1000
}
}