v1

latestOpenAPI 3.0.0Apache 2.02026-07-142008071.1 MB
Inventory

DeprecatedRetrieveInventoryAdjustment

Deprecated version of RetrieveInventoryAdjustment after the endpoint URL is updated to conform to the standard convention.

get/v2/inventory/adjustment/{adjustment_id}

Path parameters

adjustment_idstring required

ID of the InventoryAdjustment to retrieve.

Response

Success

Example response

{
  "adjustment": {
    "catalog_object_id": "W62UWFY35CWMYGVWK6TWJDNI",
    "catalog_object_type": "ITEM_VARIATION",
    "created_at": "2016-11-17T13:02:15.142Z",
    "employee_id": "LRK57NSQ5X7PUD05",
    "from_state": "IN_STOCK",
    "id": "UDMOEO78BG6GYWA2XDRYX3KB",
    "location_id": "C6W5YS5QM06F5",
    "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"
    },
    "to_state": "SOLD",
    "total_price_money": {
      "amount": 4550,
      "currency": "USD"
    }
  },
  "errors": []
}