Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 905 Bytes

batch-change-inventory-response.md

File metadata and controls

33 lines (25 loc) · 905 Bytes

Batch Change Inventory Response

Structure

BatchChangeInventoryResponse

Fields

Name Type Tags Description
errors Error[] | undefined Optional Any errors that occurred during the request.
counts InventoryCount[] | undefined Optional The current counts for all objects referenced in the request.
changes InventoryChange[] | undefined Optional Changes created for the request.

Example (as JSON)

{
  "counts": [
    {
      "calculated_at": "2016-11-16T22:28:01.223Z",
      "catalog_object_id": "W62UWFY35CWMYGVWK6TWJDNI",
      "catalog_object_type": "ITEM_VARIATION",
      "location_id": "C6W5YS5QM06F5",
      "quantity": "53",
      "state": "IN_STOCK"
    }
  ],
  "errors": []
}