Download OpenAPI specification:Download
OpenAPI specification for Repzo Inventory endpoints.
| params | object Query parameters for filtering inventory items |
{- "data": [
- {
- "_id": "string",
- "product": "string",
- "variant": "string",
- "warehouse": "string",
- "quantity": 0,
- "reservedQuantity": 0,
- "availableQuantity": 0,
- "cost": 0,
- "lastUpdated": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "meta": { }
}