Download OpenAPI specification:Download
OpenAPI specification for Repzo Adjust Inventory endpoints.
| params | object Query parameters for filtering inventory adjustments |
{- "data": [
- {
- "_id": "string",
- "warehouse": "string",
- "rep": "string",
- "items": [
- {
- "product": "string",
- "variant": "string",
- "adjustmentQuantity": 0,
- "reason": "string"
}
], - "notes": "string",
- "status": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "meta": { }
}| warehouse | string |
| rep | string |
Array of objects | |
| notes | string |
{- "warehouse": "string",
- "rep": "string",
- "items": [
- {
- "product": "string",
- "variant": "string",
- "adjustmentQuantity": 0,
- "reason": "string"
}
], - "notes": "string"
}{- "data": {
- "_id": "string",
- "warehouse": "string",
- "rep": "string",
- "items": [
- {
- "product": "string",
- "variant": "string",
- "adjustmentQuantity": 0,
- "reason": "string"
}
], - "notes": "string",
- "status": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}{- "data": {
- "_id": "string",
- "warehouse": "string",
- "rep": "string",
- "items": [
- {
- "product": "string",
- "variant": "string",
- "adjustmentQuantity": 0,
- "reason": "string"
}
], - "notes": "string",
- "status": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}