Skip to content

Latest commit

 

History

History
76 lines (68 loc) · 2.2 KB

catalog-info-response.md

File metadata and controls

76 lines (68 loc) · 2.2 KB

Catalog Info Response

Structure

Catalog Info Response

Fields

Name Type Tags Description
errors Array<Error Hash> Optional Any errors that occurred during the request.
limits Catalog Info Response Limits Hash Optional -
standard_unit_description_group Standard Unit Description Group Hash Optional Group of standard measurement units.

Example (as JSON)

{
  "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
  },
  "errors": [
    {
      "category": "MERCHANT_SUBSCRIPTION_ERROR",
      "code": "INVALID_EXPIRATION",
      "detail": "detail6",
      "field": "field4"
    }
  ],
  "standard_unit_description_group": {
    "standard_unit_descriptions": [
      {
        "unit": {
          "custom_unit": {
            "name": "name2",
            "abbreviation": "abbreviation4"
          },
          "area_unit": "IMPERIAL_ACRE",
          "length_unit": "IMPERIAL_INCH",
          "volume_unit": "METRIC_MILLILITER",
          "weight_unit": "IMPERIAL_STONE"
        },
        "name": "name4",
        "abbreviation": "abbreviation6"
      },
      {
        "unit": {
          "custom_unit": {
            "name": "name2",
            "abbreviation": "abbreviation4"
          },
          "area_unit": "IMPERIAL_ACRE",
          "length_unit": "IMPERIAL_INCH",
          "volume_unit": "METRIC_MILLILITER",
          "weight_unit": "IMPERIAL_STONE"
        },
        "name": "name4",
        "abbreviation": "abbreviation6"
      }
    ],
    "language_code": "language_code6"
  }
}