Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.17 KB

retrieve-inventory-transfer-response.md

File metadata and controls

40 lines (32 loc) · 1.17 KB

Retrieve Inventory Transfer Response

Structure

RetrieveInventoryTransferResponse

Fields

Name Type Tags Description
errors Error[] | undefined Optional Any errors that occurred during the request.
transfer InventoryTransfer | undefined Optional Represents the transfer of a quantity of product inventory at a
particular time from one location to another.

Example (as JSON)

{
  "errors": [],
  "transfer": {
    "catalog_object_id": "W62UWFY35CWMYGVWK6TWJDNI",
    "catalog_object_type": "ITEM_VARIATION",
    "created_at": "2016-11-17T13:02:15.142Z",
    "from_location_id": "C6W5YS5QM06F5",
    "id": "UDMOEO78BG6GYWA2XDRYX3KB",
    "occurred_at": "2016-11-16T25:44:22.837Z",
    "quantity": "7",
    "reference_id": "4a366069-4096-47a2-99a5-0084ac879509",
    "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",
    "to_location_id": "59TNP9SA8VGDA"
  }
}