REST API to create inventory adjustment

Endpoint: https://<account_id>.suitetalk.api.netsuite.com/services/rest/record/v1/inventoryAdjustment

Payload

{
    "trandate": "2024-7-26",
    "department": {
        "id": "741"
    },
    "subsidiary":{
         "id": "7"
    },
    "account":{
        "id": "336"
    },
    "inventory": {
        "items": [
            {
                "item": {
                    "id": "1214608"
                },
                "adjustqtyby": 100,
                "location":{
                    "id":"1762"
                },
                "unitCost": 0
            }
        ]
    }
}

Leave a comment

Your email address will not be published. Required fields are marked *