Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.32 KB

retrieve-inventory-physical-count-response.md

File metadata and controls

39 lines (31 loc) · 1.32 KB

Retrieve Inventory Physical Count Response

Structure

RetrieveInventoryPhysicalCountResponse

Fields

Name Type Tags Description
errors Error[] | undefined Optional Any errors that occurred during the request.
count InventoryPhysicalCount | undefined Optional Represents the quantity of an item variation that is physically present
at a specific location, verified by a seller or a seller's employee. For example,
a physical count might come from an employee counting the item variations on
hand or from syncing with an external system.

Example (as JSON)

{
  "count": {
    "catalog_object_id": "W62UWFY35CWMYGVWK6TWJDNI",
    "catalog_object_type": "ITEM_VARIATION",
    "created_at": "2016-11-16T22:25:24.878Z",
    "id": "ANZADNPLKADOJKJIUANKLMLQ",
    "location_id": "C6W5YS5QM06F5",
    "occurred_at": "2016-11-16T22:25:24.878Z",
    "quantity": "15",
    "reference_id": "f857ec37-f9a0-4458-8e23-5b5e0bea4e53",
    "source": {
      "application_id": "416ff29c-86c4-4feb-b58c-9705f21f3ea0",
      "name": "Square Point of Sale 4.37",
      "product": "SQUARE_POS"
    },
    "state": "IN_STOCK",
    "team_member_id": "LRK57NSQ5X7PUD05"
  },
  "errors": []
}