This page was automatically generated from tracezilla’s Swagger API documentation 2026-01-26

POST /fifo-adjust-quantity-on-sku/{partnerLocationId}/{skuId}

Adjust quantity on hand fifo on all lots of a SKU, placing the remaining quantity on the newest lots.

Description

Adjust quantity on hand fifo on all lots of a SKU, placing the remaining quantity on the newest lots

Parameters (path)

Name Required Description Values
partnerLocationId required Id of location of the inventory.  
skuId required Id of location of the inventory.  

Request body

Description

Data to store.

Required

This parameter is required.

Request body JSON schema
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "properties": {
    "line_text": {
      "description": "Text to be put on the adjustment lines.",
      "type": "string",
      "format": "string",
      "example": "end of month stocktaking"
    },
    "allow_auto_purchase": {
      "description": "If an automatic purchase order should be allowed, in case no OK lot is found.",
      "type": "boolean",
      "format": "bool",
      "example": false
    },
    "quantity_on_hand": {
      "description": "The quantity on hand end of day.",
      "format": "int32",
      "example": 20
    }
  },
  "type": "object"
}

Responses

204

Adjustment was succesfull

406

not acceptable

500

Internal server error