Inventory
RetrieveInventoryPhysicalCount
Returns the InventoryPhysicalCount object with the provided physical_count_id.
get/v2/inventory/physical-counts/{physical_count_id}
Path parameters
physical_count_idstring required
ID of the InventoryPhysicalCount to retrieve.
Response
Success
Example response
{
"count": {
"catalog_object_id": "W62UWFY35CWMYGVWK6TWJDNI",
"catalog_object_type": "ITEM_VARIATION",
"created_at": "2016-11-16T22:25:24.878Z",
"employee_id": "LRK57NSQ5X7PUD05",
"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"
},
"errors": []
}