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

GET /integrations/ongoing/inventory-control/{warehouseLocationId}

Returns ongoing inventory control data

Parameters (path)

Name Required Description Values
warehouseLocationId optional Id of warehouse location in tracezilla.  

Parameters (query)

Name Required Description Values
limit_sku_ids optional Limit request to specific sku ids.  

Responses

200

successful operation

Response content JSON schema
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
  "properties": {
    "type": "array",
    "items": {
      "properties": {
        "sku_id": {
          "format": "string",
          "example": "be3233c4-c0a2-4f47-a62a-303492c20ba6"
        },
        "sku_code": {
          "format": "string",
          "example": "A1000"
        },
        "sku_global_name": {
          "format": "string",
          "example": "Ketchup"
        },
        "trz_on_hand": {
          "description": "The quantity that has been received deducted the quantity that has been dispatched in tracezilla",
          "format": "int32",
          "example": 100
        },
        "trz_hereof_picked": {
          "description": "The quantity that is currently picked on outbound orders in tracezilla but has not yet been dispatced",
          "format": "int32",
          "example": 100
        },
        "trz_has_edi_error": {
          "description": "The outbound quantity that is on orders with the status *edi_error* in tracezilla",
          "format": "int32",
          "example": 100
        },
        "trz_pending_edi": {
          "description": "The outbound quantity that is estimated to not have been sent yet from tracezilla to ongoing",
          "format": "int32",
          "example": 100
        },
        "trz_control_quantity": {
          "description": "The on hand quantity in tracezilla deducted the picked quantity.",
          "format": "int32",
          "example": 100
        },
        "ong_allocated": {
          "description": "The quantity that is currently allocated on sales orders in ongoing, but haven't been picked from locations yet",
          "format": "int32",
          "example": 100
        },
        "ong_available": {
          "description": "The sellable quantity on locations in ongoing",
          "format": "int32",
          "example": 100
        },
        "ong_locked_for_sale": {
          "description": "The quantity on locations in Ongoing that have been locked for other reasons than allocations",
          "format": "int32",
          "example": 100
        },
        "ong_control_quantity": {
          "description": "The available quantity in ongoing + the allocated quantity in Ongoing.",
          "format": "int32",
          "example": 100
        },
        "control_quantity_diff": {
          "description": "The difference between the control quantity in Ongoing and tracezilla. The quantity on hand in tracezilla deducted the picked quantity should match the sellable + allocated quantity on locations in ongoing",
          "format": "int32",
          "example": 100
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}

406

not acceptable

500

internal server error