| Field Name | Data Type | Description | Nested Fields |
|---|---|---|---|
| _id | string | Unique Identifier for inventory adjustment record | 0 |
| adjustment_id | string | Unique identifier for adjustment | 0 |
| type | string | Field for type | 0 |
| quantity | string | Quantity of inventory | 0 |
| reason_code | string | Field for reason code | 0 |
| variant | object | Object containing variant details | 4 |
| variant.variant_id | string | Unique identifier for variant | 0 |
| variant.sku | string | Field for sku | 0 |
| variant.name | string | Name of variant | 0 |
| variant.cost_price | float | Price information for cost | 0 |
| location | object | Object containing location details | 2 |
| location.location_id | string | Unique identifier for location | 0 |
| location.location_name | string | Name of location | 0 |
| cost_impact | float | Field for cost impact | 0 |
| currency | string | Field for currency | 0 |
| stock_on_hand_before | integer | Field for stock on hand before | 0 |
| stock_on_hand_after | integer | Field for stock on hand after | 0 |
| reference | string | Field for reference | 0 |
| notes | string | Field for notes | 0 |
| created_at | datetime | Timestamp when the record was created | 0 |
| creator | object | Object containing creator details | 2 |
| creator.user_id | string | Unique identifier for user | 0 |
| creator.name | string | Name of creator | 0 |
Example
Example