Skip to main content
It stores the stock inventory and stock information.
Field NameData TypeDescriptionNested Fields
_idstringUnique Identifier for inventory adjustment record0
adjustment_idstringUnique identifier for adjustment0
typestringField for type0
quantitystringQuantity of inventory0
reason_codestringField for reason code0
variantobjectObject containing variant details4
variant.variant_idstringUnique identifier for variant0
variant.skustringField for sku0
variant.namestringName of variant0
variant.cost_pricefloatPrice information for cost0
locationobjectObject containing location details2
location.location_idstringUnique identifier for location0
location.location_namestringName of location0
cost_impactfloatField for cost impact0
currencystringField for currency0
stock_on_hand_beforeintegerField for stock on hand before0
stock_on_hand_afterintegerField for stock on hand after0
referencestringField for reference0
notesstringField for notes0
created_atdatetimeTimestamp when the record was created0
creatorobjectObject containing creator details2
creator.user_idstringUnique identifier for user0
creator.namestringName of creator0
{
    "_id": {
        "$oid": "689c7d7c4bbce217eb5313a5"
    },
    "adjustment_id": "74fbcb05-9513-41cc-adbc-99ea48a4aae8",
    "type": "write-off",
    "quantity": -7,
    "reason_code": "style-discontinued",
    "variant": {
        "variant_id": "94114c81-4992-4971-9d33-3533015537e3",
        "sku": "SSHS-OVS-FRIZ-FAL-M",
        "name": "Silky Smooth Hair Serum - Oversized / Frizz Control / Fall",
        "cost_price": 155.3
    },
    "location": {
        "location_id": "53aefc8d-4665-496a-b289-965a2db67efa",
        "location_name": "Central Warehouse - New York"
    },
    "cost_impact": 1087.1,
    "currency": "USD",
    "stock_on_hand_before": 200,
    "stock_on_hand_after": 193,
    "reference": null,
    "notes": "Damaged beyond repair, writing off",
    "created_at": {
        "$date": "2024-08-03T05:03:41Z"
    },
    "creator": {
        "user_id": "usr_002",
        "name": "Matt Hailey"
    }
}