Adjustments
Authorizations
ApiKeystringRequired
Api key taken from 'Gateway API key' setting.
Body
conditionstring · nullableOptional
Responses
200
OK
idstring · uuid · nullableOptional
timestampstring · date-time · nullableOptional
clientstring · nullableOptional
subTypestring · nullableOptional
typestring · nullableOptional
fromWarehousestring · nullableOptional
toWarehousestring · nullableOptional
productIdstring · uuidOptional
packsizeIdstring · uuid · nullableOptional
skustring · nullableOptional
eachCountinteger · int32 · nullableOptional
numberOfPacksinteger · int32 · nullableOptional
lotNumberstring · nullableOptional
expiryDatestring · date-time · nullableOptional
serialNumberstring · nullableOptional
quantitynumber · double · nullableOptional
reasonstring · nullableOptional
post/adjustments
POST /adjustments HTTP/1.1
ApiKey: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 211
{
"condition": "text",
"rules": [
{
"field": "text",
"value": "text",
"operator": "text",
"condition": "text",
"rules": [
{
"field": "text",
"value": "text",
"operator": "text",
"condition": "text",
"rules": [
"[Circular Reference]"
]
}
]
}
]
}200
OK
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"timestamp": "2026-01-01T00:00:00.000Z",
"client": "text",
"subType": "text",
"type": "text",
"fromWarehouse": "text",
"toWarehouse": "text",
"productId": "123e4567-e89b-12d3-a456-426614174000",
"packsizeId": "123e4567-e89b-12d3-a456-426614174000",
"sku": "text",
"eachCount": 1,
"numberOfPacks": 1,
"lotNumber": "text",
"expiryDate": "2026-01-01T00:00:00.000Z",
"serialNumber": "text",
"quantity": 1,
"reason": "text"
}Authorizations
ApiKeystringRequired
Api key taken from 'Gateway API key' setting.
Body
idsstring · uuid[] · nullableOptional
integrationReferencestring · nullableOptional
integrationMessagestring · nullableOptional
Responses
200
OK
idstring · uuidOptional
406
Not Acceptable
post/adjustments/upload
POST /adjustments/upload HTTP/1.1
ApiKey: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 106
{
"ids": [
"123e4567-e89b-12d3-a456-426614174000"
],
"integrationReference": "text",
"integrationMessage": "text"
}{
"id": "123e4567-e89b-12d3-a456-426614174000"
}Last updated
Was this helpful?
