# Pickwagen

Pickwagen & Co.

## GET /wms/picktrolleys/{id}

> Find an existing Resource by identifier

```json
{"openapi":"3.1.0","info":{"title":"OpenAPI definition","version":"2026.14.3"},"tags":[{"name":"Pickwagen","description":"Pickwagen & Co."}],"servers":[{"url":"http://localhost:52177/api","description":"Generated server url"}],"paths":{"/wms/picktrolleys/{id}":{"get":{"tags":["Pickwagen"],"summary":"Find an existing Resource by identifier","operationId":"getById_2","parameters":[{"name":"id","in":"path","description":"an identifier","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"successful operation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/erp-wms-PickTrolley"}}}},"404":{"description":"Resource with given ID was not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/core-error-ApiError"}}}}}}}},"components":{"schemas":{"erp-wms-PickTrolley":{"description":"Pickwagen","properties":{"version":{"type":"string","description":"Version Identifier for this Object (for PUT)"},"info":{"$ref":"#/components/schemas/core-api-MetaInfo"},"id":{"type":"string","description":"Unique identifier of the Object"},"label":{"type":"string","description":"Bezeichnung des Wagens"},"description":{"type":"string","description":"Beschreibung des Wagens"},"identifier":{"type":"string","description":"Barcode zur Selektion des Wagens"},"type":{"type":"string","description":"Pickwagen Typen","enum":["FREE_COLLECTION","FOR_ROLLING_ORDER_PICKING","FOR_CONSOLIDATION"]},"state":{"type":"string","description":"Status vom Pickwagen","enum":["NOT_ACTIVE","AVAILABLE","CONTAINS_GOODS","RESERVED_FOR_PICKLIST","IN_PICKING","PAUSED_IN_PICKING","READY_FOR_PACKING","IN_PACKING","PAUSED_IN_PACKING","READY_FOR_SHIPPING","WAITING_FOR_SHIPPING_DOCUMENTS"],"readOnly":true},"processedByUserRef":{"$ref":"#/components/schemas/core-api-ApiObjectReference"},"currentPicklistId":{"type":"integer","format":"int64","description":"Wagen gehört aktuell zu dieser Pickliste","readOnly":true},"pickTrolleyGroupRef":{"$ref":"#/components/schemas/core-api-ApiObjectReference"},"storageBinRef":{"$ref":"#/components/schemas/erp-stock-StorageBinRef"},"pickTrolleyBoxes":{"type":"array","description":"Zu diesem Wagen gehörende Boxen","items":{"$ref":"#/components/schemas/erp-wms-PickTrolleyBox"}},"picklistTemplateRefs":{"type":"array","description":"Picklistenvorlagen, welche genutzt werden können, um in der MDE Picklisten zu dem Wagen zu erzeugen","items":{"$ref":"#/components/schemas/core-api-ApiObjectReference"}}},"required":["label"]},"core-api-MetaInfo":{"description":"MetaInformations for this Object","properties":{"createdAt":{"type":"string","format":"date-time","description":"Created At Timestamp","readOnly":true},"createdFrom":{"type":"string","description":"TenantUser-Identifier of the creator","readOnly":true},"updatedAt":{"type":"string","format":"date-time","description":"Last Updated AT Timestamp","readOnly":true},"updatedFrom":{"type":"string","description":"TenantUser-Identifier of most recent updater","readOnly":true}}},"core-api-ApiObjectReference":{"description":"Related account","properties":{"id":{"type":"string","description":"Identifier"},"label":{"type":"string","description":"a label","readOnly":true},"description":{"type":"string","description":"a short description","readOnly":true},"active":{"type":"boolean","description":"Activ","readOnly":true}},"required":["id"]},"erp-stock-StorageBinRef":{"description":"Lagerplatz","properties":{"id":{"type":"integer","format":"int64","description":"ID"},"displayName":{"type":"string","description":"Anzeigename"},"color":{"type":"string","description":"Anzeigefarbe"},"storageRef":{"$ref":"#/components/schemas/core-api-ApiObjectReference"}}},"erp-wms-PickTrolleyBox":{"description":"Pickbox","properties":{"version":{"type":"string","description":"Version Identifier for this Object (for PUT)"},"info":{"$ref":"#/components/schemas/core-api-MetaInfo"},"id":{"type":"string","description":"Unique identifier of the Object"},"label":{"type":"string","description":"Bezeichnung der Box"},"description":{"type":"string","description":"Beschreibung der Box"},"identifier":{"type":"string","description":"Barcode zur Selektion der Box"},"state":{"type":"string","description":"Status der Pickbox","enum":["NOT_ACTIVE","AVAILABLE","RESERVED_FOR_ORDER","IN_PICKING","READY_FOR_PACKING","READY_FOR_SHIPPING","WAITING_FOR_DELIVERY_DOCUMENT_AND_SHIPPING_LABEL","WAITING_FOR_DELIVERY_DOCUMENT","WAITING_FOR_SHIPPING_LABEL"],"readOnly":true},"currentDocumentId":{"type":"integer","format":"int64","description":"Aktuell kommissionierter Beleg"},"pickTrolleyId":{"type":"integer","format":"int64","description":"Box gehört zu diesem Pickwagen"}},"required":["label","pickTrolleyId"]},"core-error-ApiError":{"properties":{"instance":{"type":"string","description":"the resource that produced the error","readOnly":true},"trackingId":{"type":"string","description":"Internal tracking number for this Error","readOnly":true},"timeOfOccurence":{"type":"string","format":"date-time","description":"Internal timestamp, when this error happened","readOnly":true},"errors":{"$ref":"#/components/schemas/core-error-ApiError.Errors"},"decisions":{"type":"array","description":"all decisions, we need to take care of","items":{"$ref":"#/components/schemas/core-error-ApiErrorDecision"},"readOnly":true,"uniqueItems":true},"httpStatus":{"type":"integer","format":"int32","description":"HTTP-Status code"},"debug-info-url":{"type":"string","format":"uri","description":"optional url to get a more detailed stack trace","readOnly":true}},"required":["decisions","errors","instance","timeOfOccurence","trackingId"]},"core-error-ApiError.Errors":{"description":"all occured errors","properties":{"fieldErrors":{"type":"object","additionalProperties":{"type":"array","description":"One or more validation errors","items":{"$ref":"#/components/schemas/core-error-ApiErrorDetail"},"readOnly":true,"uniqueItems":true},"description":"One or more validation errors","readOnly":true},"services":{"type":"array","description":"One or more generel service errors","items":{"$ref":"#/components/schemas/core-error-ApiErrorDetail"},"readOnly":true,"uniqueItems":true}},"readOnly":true,"required":["fieldErrors","services"]},"core-error-ApiErrorDetail":{"description":"One or more generel service errors","properties":{"message":{"$ref":"#/components/schemas/core-api-LocalizeableMessage"},"property":{"type":"string","description":"property that has a constraint violation  (optional)"}},"readOnly":true},"core-api-LocalizeableMessage":{"description":"localizeable message","properties":{"messageCode":{"type":"string","description":"Internal unique identifier/key for this message"},"messageParameters":{"type":"object","additionalProperties":{"type":"object","description":"list of parameters to fill a formattable message"},"description":"list of parameters to fill a formattable message"},"formattedMessage":{"type":"string","description":"formatted message (default language)"}}},"core-error-ApiErrorDecision":{"description":"all decisions, we need to take care of","properties":{"message":{"$ref":"#/components/schemas/core-api-LocalizeableMessage"},"title":{"$ref":"#/components/schemas/core-api-LocalizeableMessage"},"multipleAnswersAllowed":{"type":"boolean","default":false,"description":"true, if an array of answers is required","readOnly":true},"textInput":{"type":"boolean","default":false,"description":"true, if text input instead of decisions is required","readOnly":true},"options":{"type":"array","description":"possible options for this decision","items":{"$ref":"#/components/schemas/core-error-ApiErrorDecision.DecisionOption"},"readOnly":true},"answerProperty":{"type":"string","description":"property to fill the decision into","readOnly":true},"answerPropertyType":{"type":"string","description":"type of the target property","enum":["FIELD","PARAMETER"],"readOnly":true},"searchDialog":{"$ref":"#/components/schemas/unknownservice-unknownmodule-JsonNode"}},"readOnly":true},"core-error-ApiErrorDecision.DecisionOption":{"description":"possible options for this decision","properties":{"message":{"$ref":"#/components/schemas/core-api-LocalizeableMessage"},"value":{"type":"string","description":"value for this decision","readOnly":true},"defaultOption":{"type":"boolean","default":false,"description":"default option","readOnly":true},"searchDialogs":{"type":"array","description":"Zu verwendende Search-Dialogs","items":{"$ref":"#/components/schemas/core-error-ApiErrorDecision.DecisionOptionSearchDialog"},"readOnly":true}}},"core-error-ApiErrorDecision.DecisionOptionSearchDialog":{"description":"Zu verwendende Search-Dialogs","properties":{"dialog":{"$ref":"#/components/schemas/unknownservice-unknownmodule-JsonNode"},"answerKey":{"type":"string","description":"Schlüssel für das Ergebnis vom Search-Dialog","readOnly":true}}},"unknownservice-unknownmodule-JsonNode":{"description":"Search-Dialog"}}}}
```

## PUT /wms/picktrolleys/{id}

> Update existing Resource&#x20;

```json
{"openapi":"3.1.0","info":{"title":"OpenAPI definition","version":"2026.14.3"},"tags":[{"name":"Pickwagen","description":"Pickwagen & Co."}],"servers":[{"url":"http://localhost:52177/api","description":"Generated server url"}],"paths":{"/wms/picktrolleys/{id}":{"put":{"tags":["Pickwagen"],"summary":"Update existing Resource ","operationId":"update_2","parameters":[{"name":"id","in":"path","description":"an identifier","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/erp-wms-PickTrolley"}}},"required":true},"responses":{"200":{"description":"successful operation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/erp-wms-PickTrolley"}}}},"404":{"description":"Resource was not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/core-error-ApiError"}}}},"422":{"description":"Resource was not valid to process","content":{"application/json":{"schema":{"$ref":"#/components/schemas/core-error-ApiError"}}}}}}}},"components":{"schemas":{"erp-wms-PickTrolley":{"description":"Pickwagen","properties":{"version":{"type":"string","description":"Version Identifier for this Object (for PUT)"},"info":{"$ref":"#/components/schemas/core-api-MetaInfo"},"id":{"type":"string","description":"Unique identifier of the Object"},"label":{"type":"string","description":"Bezeichnung des Wagens"},"description":{"type":"string","description":"Beschreibung des Wagens"},"identifier":{"type":"string","description":"Barcode zur Selektion des Wagens"},"type":{"type":"string","description":"Pickwagen Typen","enum":["FREE_COLLECTION","FOR_ROLLING_ORDER_PICKING","FOR_CONSOLIDATION"]},"state":{"type":"string","description":"Status vom Pickwagen","enum":["NOT_ACTIVE","AVAILABLE","CONTAINS_GOODS","RESERVED_FOR_PICKLIST","IN_PICKING","PAUSED_IN_PICKING","READY_FOR_PACKING","IN_PACKING","PAUSED_IN_PACKING","READY_FOR_SHIPPING","WAITING_FOR_SHIPPING_DOCUMENTS"],"readOnly":true},"processedByUserRef":{"$ref":"#/components/schemas/core-api-ApiObjectReference"},"currentPicklistId":{"type":"integer","format":"int64","description":"Wagen gehört aktuell zu dieser Pickliste","readOnly":true},"pickTrolleyGroupRef":{"$ref":"#/components/schemas/core-api-ApiObjectReference"},"storageBinRef":{"$ref":"#/components/schemas/erp-stock-StorageBinRef"},"pickTrolleyBoxes":{"type":"array","description":"Zu diesem Wagen gehörende Boxen","items":{"$ref":"#/components/schemas/erp-wms-PickTrolleyBox"}},"picklistTemplateRefs":{"type":"array","description":"Picklistenvorlagen, welche genutzt werden können, um in der MDE Picklisten zu dem Wagen zu erzeugen","items":{"$ref":"#/components/schemas/core-api-ApiObjectReference"}}},"required":["label"]},"core-api-MetaInfo":{"description":"MetaInformations for this Object","properties":{"createdAt":{"type":"string","format":"date-time","description":"Created At Timestamp","readOnly":true},"createdFrom":{"type":"string","description":"TenantUser-Identifier of the creator","readOnly":true},"updatedAt":{"type":"string","format":"date-time","description":"Last Updated AT Timestamp","readOnly":true},"updatedFrom":{"type":"string","description":"TenantUser-Identifier of most recent updater","readOnly":true}}},"core-api-ApiObjectReference":{"description":"Related account","properties":{"id":{"type":"string","description":"Identifier"},"label":{"type":"string","description":"a label","readOnly":true},"description":{"type":"string","description":"a short description","readOnly":true},"active":{"type":"boolean","description":"Activ","readOnly":true}},"required":["id"]},"erp-stock-StorageBinRef":{"description":"Lagerplatz","properties":{"id":{"type":"integer","format":"int64","description":"ID"},"displayName":{"type":"string","description":"Anzeigename"},"color":{"type":"string","description":"Anzeigefarbe"},"storageRef":{"$ref":"#/components/schemas/core-api-ApiObjectReference"}}},"erp-wms-PickTrolleyBox":{"description":"Pickbox","properties":{"version":{"type":"string","description":"Version Identifier for this Object (for PUT)"},"info":{"$ref":"#/components/schemas/core-api-MetaInfo"},"id":{"type":"string","description":"Unique identifier of the Object"},"label":{"type":"string","description":"Bezeichnung der Box"},"description":{"type":"string","description":"Beschreibung der Box"},"identifier":{"type":"string","description":"Barcode zur Selektion der Box"},"state":{"type":"string","description":"Status der Pickbox","enum":["NOT_ACTIVE","AVAILABLE","RESERVED_FOR_ORDER","IN_PICKING","READY_FOR_PACKING","READY_FOR_SHIPPING","WAITING_FOR_DELIVERY_DOCUMENT_AND_SHIPPING_LABEL","WAITING_FOR_DELIVERY_DOCUMENT","WAITING_FOR_SHIPPING_LABEL"],"readOnly":true},"currentDocumentId":{"type":"integer","format":"int64","description":"Aktuell kommissionierter Beleg"},"pickTrolleyId":{"type":"integer","format":"int64","description":"Box gehört zu diesem Pickwagen"}},"required":["label","pickTrolleyId"]},"core-error-ApiError":{"properties":{"instance":{"type":"string","description":"the resource that produced the error","readOnly":true},"trackingId":{"type":"string","description":"Internal tracking number for this Error","readOnly":true},"timeOfOccurence":{"type":"string","format":"date-time","description":"Internal timestamp, when this error happened","readOnly":true},"errors":{"$ref":"#/components/schemas/core-error-ApiError.Errors"},"decisions":{"type":"array","description":"all decisions, we need to take care of","items":{"$ref":"#/components/schemas/core-error-ApiErrorDecision"},"readOnly":true,"uniqueItems":true},"httpStatus":{"type":"integer","format":"int32","description":"HTTP-Status code"},"debug-info-url":{"type":"string","format":"uri","description":"optional url to get a more detailed stack trace","readOnly":true}},"required":["decisions","errors","instance","timeOfOccurence","trackingId"]},"core-error-ApiError.Errors":{"description":"all occured errors","properties":{"fieldErrors":{"type":"object","additionalProperties":{"type":"array","description":"One or more validation errors","items":{"$ref":"#/components/schemas/core-error-ApiErrorDetail"},"readOnly":true,"uniqueItems":true},"description":"One or more validation errors","readOnly":true},"services":{"type":"array","description":"One or more generel service errors","items":{"$ref":"#/components/schemas/core-error-ApiErrorDetail"},"readOnly":true,"uniqueItems":true}},"readOnly":true,"required":["fieldErrors","services"]},"core-error-ApiErrorDetail":{"description":"One or more generel service errors","properties":{"message":{"$ref":"#/components/schemas/core-api-LocalizeableMessage"},"property":{"type":"string","description":"property that has a constraint violation  (optional)"}},"readOnly":true},"core-api-LocalizeableMessage":{"description":"localizeable message","properties":{"messageCode":{"type":"string","description":"Internal unique identifier/key for this message"},"messageParameters":{"type":"object","additionalProperties":{"type":"object","description":"list of parameters to fill a formattable message"},"description":"list of parameters to fill a formattable message"},"formattedMessage":{"type":"string","description":"formatted message (default language)"}}},"core-error-ApiErrorDecision":{"description":"all decisions, we need to take care of","properties":{"message":{"$ref":"#/components/schemas/core-api-LocalizeableMessage"},"title":{"$ref":"#/components/schemas/core-api-LocalizeableMessage"},"multipleAnswersAllowed":{"type":"boolean","default":false,"description":"true, if an array of answers is required","readOnly":true},"textInput":{"type":"boolean","default":false,"description":"true, if text input instead of decisions is required","readOnly":true},"options":{"type":"array","description":"possible options for this decision","items":{"$ref":"#/components/schemas/core-error-ApiErrorDecision.DecisionOption"},"readOnly":true},"answerProperty":{"type":"string","description":"property to fill the decision into","readOnly":true},"answerPropertyType":{"type":"string","description":"type of the target property","enum":["FIELD","PARAMETER"],"readOnly":true},"searchDialog":{"$ref":"#/components/schemas/unknownservice-unknownmodule-JsonNode"}},"readOnly":true},"core-error-ApiErrorDecision.DecisionOption":{"description":"possible options for this decision","properties":{"message":{"$ref":"#/components/schemas/core-api-LocalizeableMessage"},"value":{"type":"string","description":"value for this decision","readOnly":true},"defaultOption":{"type":"boolean","default":false,"description":"default option","readOnly":true},"searchDialogs":{"type":"array","description":"Zu verwendende Search-Dialogs","items":{"$ref":"#/components/schemas/core-error-ApiErrorDecision.DecisionOptionSearchDialog"},"readOnly":true}}},"core-error-ApiErrorDecision.DecisionOptionSearchDialog":{"description":"Zu verwendende Search-Dialogs","properties":{"dialog":{"$ref":"#/components/schemas/unknownservice-unknownmodule-JsonNode"},"answerKey":{"type":"string","description":"Schlüssel für das Ergebnis vom Search-Dialog","readOnly":true}}},"unknownservice-unknownmodule-JsonNode":{"description":"Search-Dialog"}}}}
```

## DELETE /wms/picktrolleys/{id}

> Delete an existing Resource

```json
{"openapi":"3.1.0","info":{"title":"OpenAPI definition","version":"2026.14.3"},"tags":[{"name":"Pickwagen","description":"Pickwagen & Co."}],"servers":[{"url":"http://localhost:52177/api","description":"Generated server url"}],"paths":{"/wms/picktrolleys/{id}":{"delete":{"tags":["Pickwagen"],"summary":"Delete an existing Resource","operationId":"delete_1","parameters":[{"name":"id","in":"path","description":"an identifier","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"successful operation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/core-api-OperationMessage"}}}},"404":{"description":"Resource was not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/core-error-ApiError"}}}},"409":{"description":"unable to delete Resource, due to constraints, existing references or internal state","content":{"application/json":{"schema":{"$ref":"#/components/schemas/core-api-OperationMessage"}}}}}}}},"components":{"schemas":{"core-api-OperationMessage":{"properties":{"context":{"type":"string","description":"message context"},"messageValue":{"type":"string","description":" message"}}},"core-error-ApiError":{"properties":{"instance":{"type":"string","description":"the resource that produced the error","readOnly":true},"trackingId":{"type":"string","description":"Internal tracking number for this Error","readOnly":true},"timeOfOccurence":{"type":"string","format":"date-time","description":"Internal timestamp, when this error happened","readOnly":true},"errors":{"$ref":"#/components/schemas/core-error-ApiError.Errors"},"decisions":{"type":"array","description":"all decisions, we need to take care of","items":{"$ref":"#/components/schemas/core-error-ApiErrorDecision"},"readOnly":true,"uniqueItems":true},"httpStatus":{"type":"integer","format":"int32","description":"HTTP-Status code"},"debug-info-url":{"type":"string","format":"uri","description":"optional url to get a more detailed stack trace","readOnly":true}},"required":["decisions","errors","instance","timeOfOccurence","trackingId"]},"core-error-ApiError.Errors":{"description":"all occured errors","properties":{"fieldErrors":{"type":"object","additionalProperties":{"type":"array","description":"One or more validation errors","items":{"$ref":"#/components/schemas/core-error-ApiErrorDetail"},"readOnly":true,"uniqueItems":true},"description":"One or more validation errors","readOnly":true},"services":{"type":"array","description":"One or more generel service errors","items":{"$ref":"#/components/schemas/core-error-ApiErrorDetail"},"readOnly":true,"uniqueItems":true}},"readOnly":true,"required":["fieldErrors","services"]},"core-error-ApiErrorDetail":{"description":"One or more generel service errors","properties":{"message":{"$ref":"#/components/schemas/core-api-LocalizeableMessage"},"property":{"type":"string","description":"property that has a constraint violation  (optional)"}},"readOnly":true},"core-api-LocalizeableMessage":{"description":"localizeable message","properties":{"messageCode":{"type":"string","description":"Internal unique identifier/key for this message"},"messageParameters":{"type":"object","additionalProperties":{"type":"object","description":"list of parameters to fill a formattable message"},"description":"list of parameters to fill a formattable message"},"formattedMessage":{"type":"string","description":"formatted message (default language)"}}},"core-error-ApiErrorDecision":{"description":"all decisions, we need to take care of","properties":{"message":{"$ref":"#/components/schemas/core-api-LocalizeableMessage"},"title":{"$ref":"#/components/schemas/core-api-LocalizeableMessage"},"multipleAnswersAllowed":{"type":"boolean","default":false,"description":"true, if an array of answers is required","readOnly":true},"textInput":{"type":"boolean","default":false,"description":"true, if text input instead of decisions is required","readOnly":true},"options":{"type":"array","description":"possible options for this decision","items":{"$ref":"#/components/schemas/core-error-ApiErrorDecision.DecisionOption"},"readOnly":true},"answerProperty":{"type":"string","description":"property to fill the decision into","readOnly":true},"answerPropertyType":{"type":"string","description":"type of the target property","enum":["FIELD","PARAMETER"],"readOnly":true},"searchDialog":{"$ref":"#/components/schemas/unknownservice-unknownmodule-JsonNode"}},"readOnly":true},"core-error-ApiErrorDecision.DecisionOption":{"description":"possible options for this decision","properties":{"message":{"$ref":"#/components/schemas/core-api-LocalizeableMessage"},"value":{"type":"string","description":"value for this decision","readOnly":true},"defaultOption":{"type":"boolean","default":false,"description":"default option","readOnly":true},"searchDialogs":{"type":"array","description":"Zu verwendende Search-Dialogs","items":{"$ref":"#/components/schemas/core-error-ApiErrorDecision.DecisionOptionSearchDialog"},"readOnly":true}}},"core-error-ApiErrorDecision.DecisionOptionSearchDialog":{"description":"Zu verwendende Search-Dialogs","properties":{"dialog":{"$ref":"#/components/schemas/unknownservice-unknownmodule-JsonNode"},"answerKey":{"type":"string","description":"Schlüssel für das Ergebnis vom Search-Dialog","readOnly":true}}},"unknownservice-unknownmodule-JsonNode":{"description":"Search-Dialog"}}}}
```

## PUT /wms/picktrolleys/{id}/free

>

```json
{"openapi":"3.1.0","info":{"title":"OpenAPI definition","version":"2026.14.3"},"tags":[{"name":"Pickwagen","description":"Pickwagen & Co."}],"servers":[{"url":"http://localhost:52177/api","description":"Generated server url"}],"paths":{"/wms/picktrolleys/{id}/free":{"put":{"tags":["Pickwagen"],"operationId":"freePickTrolley","parameters":[{"name":"id","in":"path","description":"ID des Pickwagen","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/erp-wms-PickTrolley"}}}}}}}},"components":{"schemas":{"erp-wms-PickTrolley":{"description":"Pickwagen","properties":{"version":{"type":"string","description":"Version Identifier for this Object (for PUT)"},"info":{"$ref":"#/components/schemas/core-api-MetaInfo"},"id":{"type":"string","description":"Unique identifier of the Object"},"label":{"type":"string","description":"Bezeichnung des Wagens"},"description":{"type":"string","description":"Beschreibung des Wagens"},"identifier":{"type":"string","description":"Barcode zur Selektion des Wagens"},"type":{"type":"string","description":"Pickwagen Typen","enum":["FREE_COLLECTION","FOR_ROLLING_ORDER_PICKING","FOR_CONSOLIDATION"]},"state":{"type":"string","description":"Status vom Pickwagen","enum":["NOT_ACTIVE","AVAILABLE","CONTAINS_GOODS","RESERVED_FOR_PICKLIST","IN_PICKING","PAUSED_IN_PICKING","READY_FOR_PACKING","IN_PACKING","PAUSED_IN_PACKING","READY_FOR_SHIPPING","WAITING_FOR_SHIPPING_DOCUMENTS"],"readOnly":true},"processedByUserRef":{"$ref":"#/components/schemas/core-api-ApiObjectReference"},"currentPicklistId":{"type":"integer","format":"int64","description":"Wagen gehört aktuell zu dieser Pickliste","readOnly":true},"pickTrolleyGroupRef":{"$ref":"#/components/schemas/core-api-ApiObjectReference"},"storageBinRef":{"$ref":"#/components/schemas/erp-stock-StorageBinRef"},"pickTrolleyBoxes":{"type":"array","description":"Zu diesem Wagen gehörende Boxen","items":{"$ref":"#/components/schemas/erp-wms-PickTrolleyBox"}},"picklistTemplateRefs":{"type":"array","description":"Picklistenvorlagen, welche genutzt werden können, um in der MDE Picklisten zu dem Wagen zu erzeugen","items":{"$ref":"#/components/schemas/core-api-ApiObjectReference"}}},"required":["label"]},"core-api-MetaInfo":{"description":"MetaInformations for this Object","properties":{"createdAt":{"type":"string","format":"date-time","description":"Created At Timestamp","readOnly":true},"createdFrom":{"type":"string","description":"TenantUser-Identifier of the creator","readOnly":true},"updatedAt":{"type":"string","format":"date-time","description":"Last Updated AT Timestamp","readOnly":true},"updatedFrom":{"type":"string","description":"TenantUser-Identifier of most recent updater","readOnly":true}}},"core-api-ApiObjectReference":{"description":"Related account","properties":{"id":{"type":"string","description":"Identifier"},"label":{"type":"string","description":"a label","readOnly":true},"description":{"type":"string","description":"a short description","readOnly":true},"active":{"type":"boolean","description":"Activ","readOnly":true}},"required":["id"]},"erp-stock-StorageBinRef":{"description":"Lagerplatz","properties":{"id":{"type":"integer","format":"int64","description":"ID"},"displayName":{"type":"string","description":"Anzeigename"},"color":{"type":"string","description":"Anzeigefarbe"},"storageRef":{"$ref":"#/components/schemas/core-api-ApiObjectReference"}}},"erp-wms-PickTrolleyBox":{"description":"Pickbox","properties":{"version":{"type":"string","description":"Version Identifier for this Object (for PUT)"},"info":{"$ref":"#/components/schemas/core-api-MetaInfo"},"id":{"type":"string","description":"Unique identifier of the Object"},"label":{"type":"string","description":"Bezeichnung der Box"},"description":{"type":"string","description":"Beschreibung der Box"},"identifier":{"type":"string","description":"Barcode zur Selektion der Box"},"state":{"type":"string","description":"Status der Pickbox","enum":["NOT_ACTIVE","AVAILABLE","RESERVED_FOR_ORDER","IN_PICKING","READY_FOR_PACKING","READY_FOR_SHIPPING","WAITING_FOR_DELIVERY_DOCUMENT_AND_SHIPPING_LABEL","WAITING_FOR_DELIVERY_DOCUMENT","WAITING_FOR_SHIPPING_LABEL"],"readOnly":true},"currentDocumentId":{"type":"integer","format":"int64","description":"Aktuell kommissionierter Beleg"},"pickTrolleyId":{"type":"integer","format":"int64","description":"Box gehört zu diesem Pickwagen"}},"required":["label","pickTrolleyId"]}}}}
```

## GET /wms/picktrolleys/{id}/boxes/{boxId}

>

```json
{"openapi":"3.1.0","info":{"title":"OpenAPI definition","version":"2026.14.3"},"tags":[{"name":"Pickwagen","description":"Pickwagen & Co."}],"servers":[{"url":"http://localhost:52177/api","description":"Generated server url"}],"paths":{"/wms/picktrolleys/{id}/boxes/{boxId}":{"get":{"tags":["Pickwagen"],"operationId":"getPickTrolleyBox","parameters":[{"name":"id","in":"path","description":"ID des Pickwagen","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"boxId","in":"path","description":"ID der Pickbox","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/erp-wms-PickTrolleyBox"}}}}}}}},"components":{"schemas":{"erp-wms-PickTrolleyBox":{"description":"Pickbox","properties":{"version":{"type":"string","description":"Version Identifier for this Object (for PUT)"},"info":{"$ref":"#/components/schemas/core-api-MetaInfo"},"id":{"type":"string","description":"Unique identifier of the Object"},"label":{"type":"string","description":"Bezeichnung der Box"},"description":{"type":"string","description":"Beschreibung der Box"},"identifier":{"type":"string","description":"Barcode zur Selektion der Box"},"state":{"type":"string","description":"Status der Pickbox","enum":["NOT_ACTIVE","AVAILABLE","RESERVED_FOR_ORDER","IN_PICKING","READY_FOR_PACKING","READY_FOR_SHIPPING","WAITING_FOR_DELIVERY_DOCUMENT_AND_SHIPPING_LABEL","WAITING_FOR_DELIVERY_DOCUMENT","WAITING_FOR_SHIPPING_LABEL"],"readOnly":true},"currentDocumentId":{"type":"integer","format":"int64","description":"Aktuell kommissionierter Beleg"},"pickTrolleyId":{"type":"integer","format":"int64","description":"Box gehört zu diesem Pickwagen"}},"required":["label","pickTrolleyId"]},"core-api-MetaInfo":{"description":"MetaInformations for this Object","properties":{"createdAt":{"type":"string","format":"date-time","description":"Created At Timestamp","readOnly":true},"createdFrom":{"type":"string","description":"TenantUser-Identifier of the creator","readOnly":true},"updatedAt":{"type":"string","format":"date-time","description":"Last Updated AT Timestamp","readOnly":true},"updatedFrom":{"type":"string","description":"TenantUser-Identifier of most recent updater","readOnly":true}}}}}}
```

## PUT /wms/picktrolleys/{id}/boxes/{boxId}

>

```json
{"openapi":"3.1.0","info":{"title":"OpenAPI definition","version":"2026.14.3"},"tags":[{"name":"Pickwagen","description":"Pickwagen & Co."}],"servers":[{"url":"http://localhost:52177/api","description":"Generated server url"}],"paths":{"/wms/picktrolleys/{id}/boxes/{boxId}":{"put":{"tags":["Pickwagen"],"operationId":"updatePickTrolleyBox","parameters":[{"name":"id","in":"path","description":"ID des Pickwagen","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"boxId","in":"path","description":"ID der Pickbox","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/erp-wms-PickTrolleyBox"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/erp-wms-PickTrolleyBox"}}}}}}}},"components":{"schemas":{"erp-wms-PickTrolleyBox":{"description":"Pickbox","properties":{"version":{"type":"string","description":"Version Identifier for this Object (for PUT)"},"info":{"$ref":"#/components/schemas/core-api-MetaInfo"},"id":{"type":"string","description":"Unique identifier of the Object"},"label":{"type":"string","description":"Bezeichnung der Box"},"description":{"type":"string","description":"Beschreibung der Box"},"identifier":{"type":"string","description":"Barcode zur Selektion der Box"},"state":{"type":"string","description":"Status der Pickbox","enum":["NOT_ACTIVE","AVAILABLE","RESERVED_FOR_ORDER","IN_PICKING","READY_FOR_PACKING","READY_FOR_SHIPPING","WAITING_FOR_DELIVERY_DOCUMENT_AND_SHIPPING_LABEL","WAITING_FOR_DELIVERY_DOCUMENT","WAITING_FOR_SHIPPING_LABEL"],"readOnly":true},"currentDocumentId":{"type":"integer","format":"int64","description":"Aktuell kommissionierter Beleg"},"pickTrolleyId":{"type":"integer","format":"int64","description":"Box gehört zu diesem Pickwagen"}},"required":["label","pickTrolleyId"]},"core-api-MetaInfo":{"description":"MetaInformations for this Object","properties":{"createdAt":{"type":"string","format":"date-time","description":"Created At Timestamp","readOnly":true},"createdFrom":{"type":"string","description":"TenantUser-Identifier of the creator","readOnly":true},"updatedAt":{"type":"string","format":"date-time","description":"Last Updated AT Timestamp","readOnly":true},"updatedFrom":{"type":"string","description":"TenantUser-Identifier of most recent updater","readOnly":true}}}}}}
```

## DELETE /wms/picktrolleys/{id}/boxes/{boxId}

>

```json
{"openapi":"3.1.0","info":{"title":"OpenAPI definition","version":"2026.14.3"},"tags":[{"name":"Pickwagen","description":"Pickwagen & Co."}],"servers":[{"url":"http://localhost:52177/api","description":"Generated server url"}],"paths":{"/wms/picktrolleys/{id}/boxes/{boxId}":{"delete":{"tags":["Pickwagen"],"operationId":"deletePickTrolleyBox","parameters":[{"name":"id","in":"path","description":"ID des Pickwagen","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"boxId","in":"path","description":"ID der Pickbox","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/core-api-OperationMessage"}}}}}}}},"components":{"schemas":{"core-api-OperationMessage":{"properties":{"context":{"type":"string","description":"message context"},"messageValue":{"type":"string","description":" message"}}}}}}
```

## POST /wms/picktrolleys

> Create new Resource

```json
{"openapi":"3.1.0","info":{"title":"OpenAPI definition","version":"2026.14.3"},"tags":[{"name":"Pickwagen","description":"Pickwagen & Co."}],"servers":[{"url":"http://localhost:52177/api","description":"Generated server url"}],"paths":{"/wms/picktrolleys":{"post":{"tags":["Pickwagen"],"summary":"Create new Resource","operationId":"create_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/erp-wms-PickTrolley"}}},"required":true},"responses":{"200":{"description":"successful operation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/erp-wms-PickTrolley"}}}},"422":{"description":"Resource was not valid to process","content":{"application/json":{"schema":{"$ref":"#/components/schemas/core-error-ApiError"}}}}}}}},"components":{"schemas":{"erp-wms-PickTrolley":{"description":"Pickwagen","properties":{"version":{"type":"string","description":"Version Identifier for this Object (for PUT)"},"info":{"$ref":"#/components/schemas/core-api-MetaInfo"},"id":{"type":"string","description":"Unique identifier of the Object"},"label":{"type":"string","description":"Bezeichnung des Wagens"},"description":{"type":"string","description":"Beschreibung des Wagens"},"identifier":{"type":"string","description":"Barcode zur Selektion des Wagens"},"type":{"type":"string","description":"Pickwagen Typen","enum":["FREE_COLLECTION","FOR_ROLLING_ORDER_PICKING","FOR_CONSOLIDATION"]},"state":{"type":"string","description":"Status vom Pickwagen","enum":["NOT_ACTIVE","AVAILABLE","CONTAINS_GOODS","RESERVED_FOR_PICKLIST","IN_PICKING","PAUSED_IN_PICKING","READY_FOR_PACKING","IN_PACKING","PAUSED_IN_PACKING","READY_FOR_SHIPPING","WAITING_FOR_SHIPPING_DOCUMENTS"],"readOnly":true},"processedByUserRef":{"$ref":"#/components/schemas/core-api-ApiObjectReference"},"currentPicklistId":{"type":"integer","format":"int64","description":"Wagen gehört aktuell zu dieser Pickliste","readOnly":true},"pickTrolleyGroupRef":{"$ref":"#/components/schemas/core-api-ApiObjectReference"},"storageBinRef":{"$ref":"#/components/schemas/erp-stock-StorageBinRef"},"pickTrolleyBoxes":{"type":"array","description":"Zu diesem Wagen gehörende Boxen","items":{"$ref":"#/components/schemas/erp-wms-PickTrolleyBox"}},"picklistTemplateRefs":{"type":"array","description":"Picklistenvorlagen, welche genutzt werden können, um in der MDE Picklisten zu dem Wagen zu erzeugen","items":{"$ref":"#/components/schemas/core-api-ApiObjectReference"}}},"required":["label"]},"core-api-MetaInfo":{"description":"MetaInformations for this Object","properties":{"createdAt":{"type":"string","format":"date-time","description":"Created At Timestamp","readOnly":true},"createdFrom":{"type":"string","description":"TenantUser-Identifier of the creator","readOnly":true},"updatedAt":{"type":"string","format":"date-time","description":"Last Updated AT Timestamp","readOnly":true},"updatedFrom":{"type":"string","description":"TenantUser-Identifier of most recent updater","readOnly":true}}},"core-api-ApiObjectReference":{"description":"Related account","properties":{"id":{"type":"string","description":"Identifier"},"label":{"type":"string","description":"a label","readOnly":true},"description":{"type":"string","description":"a short description","readOnly":true},"active":{"type":"boolean","description":"Activ","readOnly":true}},"required":["id"]},"erp-stock-StorageBinRef":{"description":"Lagerplatz","properties":{"id":{"type":"integer","format":"int64","description":"ID"},"displayName":{"type":"string","description":"Anzeigename"},"color":{"type":"string","description":"Anzeigefarbe"},"storageRef":{"$ref":"#/components/schemas/core-api-ApiObjectReference"}}},"erp-wms-PickTrolleyBox":{"description":"Pickbox","properties":{"version":{"type":"string","description":"Version Identifier for this Object (for PUT)"},"info":{"$ref":"#/components/schemas/core-api-MetaInfo"},"id":{"type":"string","description":"Unique identifier of the Object"},"label":{"type":"string","description":"Bezeichnung der Box"},"description":{"type":"string","description":"Beschreibung der Box"},"identifier":{"type":"string","description":"Barcode zur Selektion der Box"},"state":{"type":"string","description":"Status der Pickbox","enum":["NOT_ACTIVE","AVAILABLE","RESERVED_FOR_ORDER","IN_PICKING","READY_FOR_PACKING","READY_FOR_SHIPPING","WAITING_FOR_DELIVERY_DOCUMENT_AND_SHIPPING_LABEL","WAITING_FOR_DELIVERY_DOCUMENT","WAITING_FOR_SHIPPING_LABEL"],"readOnly":true},"currentDocumentId":{"type":"integer","format":"int64","description":"Aktuell kommissionierter Beleg"},"pickTrolleyId":{"type":"integer","format":"int64","description":"Box gehört zu diesem Pickwagen"}},"required":["label","pickTrolleyId"]},"core-error-ApiError":{"properties":{"instance":{"type":"string","description":"the resource that produced the error","readOnly":true},"trackingId":{"type":"string","description":"Internal tracking number for this Error","readOnly":true},"timeOfOccurence":{"type":"string","format":"date-time","description":"Internal timestamp, when this error happened","readOnly":true},"errors":{"$ref":"#/components/schemas/core-error-ApiError.Errors"},"decisions":{"type":"array","description":"all decisions, we need to take care of","items":{"$ref":"#/components/schemas/core-error-ApiErrorDecision"},"readOnly":true,"uniqueItems":true},"httpStatus":{"type":"integer","format":"int32","description":"HTTP-Status code"},"debug-info-url":{"type":"string","format":"uri","description":"optional url to get a more detailed stack trace","readOnly":true}},"required":["decisions","errors","instance","timeOfOccurence","trackingId"]},"core-error-ApiError.Errors":{"description":"all occured errors","properties":{"fieldErrors":{"type":"object","additionalProperties":{"type":"array","description":"One or more validation errors","items":{"$ref":"#/components/schemas/core-error-ApiErrorDetail"},"readOnly":true,"uniqueItems":true},"description":"One or more validation errors","readOnly":true},"services":{"type":"array","description":"One or more generel service errors","items":{"$ref":"#/components/schemas/core-error-ApiErrorDetail"},"readOnly":true,"uniqueItems":true}},"readOnly":true,"required":["fieldErrors","services"]},"core-error-ApiErrorDetail":{"description":"One or more generel service errors","properties":{"message":{"$ref":"#/components/schemas/core-api-LocalizeableMessage"},"property":{"type":"string","description":"property that has a constraint violation  (optional)"}},"readOnly":true},"core-api-LocalizeableMessage":{"description":"localizeable message","properties":{"messageCode":{"type":"string","description":"Internal unique identifier/key for this message"},"messageParameters":{"type":"object","additionalProperties":{"type":"object","description":"list of parameters to fill a formattable message"},"description":"list of parameters to fill a formattable message"},"formattedMessage":{"type":"string","description":"formatted message (default language)"}}},"core-error-ApiErrorDecision":{"description":"all decisions, we need to take care of","properties":{"message":{"$ref":"#/components/schemas/core-api-LocalizeableMessage"},"title":{"$ref":"#/components/schemas/core-api-LocalizeableMessage"},"multipleAnswersAllowed":{"type":"boolean","default":false,"description":"true, if an array of answers is required","readOnly":true},"textInput":{"type":"boolean","default":false,"description":"true, if text input instead of decisions is required","readOnly":true},"options":{"type":"array","description":"possible options for this decision","items":{"$ref":"#/components/schemas/core-error-ApiErrorDecision.DecisionOption"},"readOnly":true},"answerProperty":{"type":"string","description":"property to fill the decision into","readOnly":true},"answerPropertyType":{"type":"string","description":"type of the target property","enum":["FIELD","PARAMETER"],"readOnly":true},"searchDialog":{"$ref":"#/components/schemas/unknownservice-unknownmodule-JsonNode"}},"readOnly":true},"core-error-ApiErrorDecision.DecisionOption":{"description":"possible options for this decision","properties":{"message":{"$ref":"#/components/schemas/core-api-LocalizeableMessage"},"value":{"type":"string","description":"value for this decision","readOnly":true},"defaultOption":{"type":"boolean","default":false,"description":"default option","readOnly":true},"searchDialogs":{"type":"array","description":"Zu verwendende Search-Dialogs","items":{"$ref":"#/components/schemas/core-error-ApiErrorDecision.DecisionOptionSearchDialog"},"readOnly":true}}},"core-error-ApiErrorDecision.DecisionOptionSearchDialog":{"description":"Zu verwendende Search-Dialogs","properties":{"dialog":{"$ref":"#/components/schemas/unknownservice-unknownmodule-JsonNode"},"answerKey":{"type":"string","description":"Schlüssel für das Ergebnis vom Search-Dialog","readOnly":true}}},"unknownservice-unknownmodule-JsonNode":{"description":"Search-Dialog"}}}}
```

## POST /wms/picktrolleys/{id}/generate-boxes

>

```json
{"openapi":"3.1.0","info":{"title":"OpenAPI definition","version":"2026.14.3"},"tags":[{"name":"Pickwagen","description":"Pickwagen & Co."}],"servers":[{"url":"http://localhost:52177/api","description":"Generated server url"}],"paths":{"/wms/picktrolleys/{id}/generate-boxes":{"post":{"tags":["Pickwagen"],"operationId":"generateBoxes","parameters":[{"name":"id","in":"path","description":"ID des Pickwagen","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/erp-wms-PickTrolleyBoxGenerateRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/erp-wms-PickTrolleyBox"}}}}}}}}},"components":{"schemas":{"erp-wms-PickTrolleyBoxGenerateRequest":{"description":"Infos zur Generierung von Pickboxen","properties":{"pickTrolleyId":{"type":"integer","format":"int64","description":"ID des Pickwagens"},"labelPrefix":{"type":"string","description":"Präfix des Labels der generierten Boxen"},"labelPostfixStart":{"type":"integer","format":"int32","default":1,"description":"Startwert des Postfix vom Label"},"desiredCount":{"type":"integer","format":"int32","description":"Gewünschte Anzahl"}}},"erp-wms-PickTrolleyBox":{"description":"Pickbox","properties":{"version":{"type":"string","description":"Version Identifier for this Object (for PUT)"},"info":{"$ref":"#/components/schemas/core-api-MetaInfo"},"id":{"type":"string","description":"Unique identifier of the Object"},"label":{"type":"string","description":"Bezeichnung der Box"},"description":{"type":"string","description":"Beschreibung der Box"},"identifier":{"type":"string","description":"Barcode zur Selektion der Box"},"state":{"type":"string","description":"Status der Pickbox","enum":["NOT_ACTIVE","AVAILABLE","RESERVED_FOR_ORDER","IN_PICKING","READY_FOR_PACKING","READY_FOR_SHIPPING","WAITING_FOR_DELIVERY_DOCUMENT_AND_SHIPPING_LABEL","WAITING_FOR_DELIVERY_DOCUMENT","WAITING_FOR_SHIPPING_LABEL"],"readOnly":true},"currentDocumentId":{"type":"integer","format":"int64","description":"Aktuell kommissionierter Beleg"},"pickTrolleyId":{"type":"integer","format":"int64","description":"Box gehört zu diesem Pickwagen"}},"required":["label","pickTrolleyId"]},"core-api-MetaInfo":{"description":"MetaInformations for this Object","properties":{"createdAt":{"type":"string","format":"date-time","description":"Created At Timestamp","readOnly":true},"createdFrom":{"type":"string","description":"TenantUser-Identifier of the creator","readOnly":true},"updatedAt":{"type":"string","format":"date-time","description":"Last Updated AT Timestamp","readOnly":true},"updatedFrom":{"type":"string","description":"TenantUser-Identifier of most recent updater","readOnly":true}}}}}}
```

## POST /wms/picktrolleys/{id}/boxes

>

```json
{"openapi":"3.1.0","info":{"title":"OpenAPI definition","version":"2026.14.3"},"tags":[{"name":"Pickwagen","description":"Pickwagen & Co."}],"servers":[{"url":"http://localhost:52177/api","description":"Generated server url"}],"paths":{"/wms/picktrolleys/{id}/boxes":{"post":{"tags":["Pickwagen"],"operationId":"createPickTrolleyBox","parameters":[{"name":"id","in":"path","description":"ID des Pickwagen","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/erp-wms-PickTrolleyBox"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/erp-wms-PickTrolleyBox"}}}}}}}},"components":{"schemas":{"erp-wms-PickTrolleyBox":{"description":"Pickbox","properties":{"version":{"type":"string","description":"Version Identifier for this Object (for PUT)"},"info":{"$ref":"#/components/schemas/core-api-MetaInfo"},"id":{"type":"string","description":"Unique identifier of the Object"},"label":{"type":"string","description":"Bezeichnung der Box"},"description":{"type":"string","description":"Beschreibung der Box"},"identifier":{"type":"string","description":"Barcode zur Selektion der Box"},"state":{"type":"string","description":"Status der Pickbox","enum":["NOT_ACTIVE","AVAILABLE","RESERVED_FOR_ORDER","IN_PICKING","READY_FOR_PACKING","READY_FOR_SHIPPING","WAITING_FOR_DELIVERY_DOCUMENT_AND_SHIPPING_LABEL","WAITING_FOR_DELIVERY_DOCUMENT","WAITING_FOR_SHIPPING_LABEL"],"readOnly":true},"currentDocumentId":{"type":"integer","format":"int64","description":"Aktuell kommissionierter Beleg"},"pickTrolleyId":{"type":"integer","format":"int64","description":"Box gehört zu diesem Pickwagen"}},"required":["label","pickTrolleyId"]},"core-api-MetaInfo":{"description":"MetaInformations for this Object","properties":{"createdAt":{"type":"string","format":"date-time","description":"Created At Timestamp","readOnly":true},"createdFrom":{"type":"string","description":"TenantUser-Identifier of the creator","readOnly":true},"updatedAt":{"type":"string","format":"date-time","description":"Last Updated AT Timestamp","readOnly":true},"updatedFrom":{"type":"string","description":"TenantUser-Identifier of most recent updater","readOnly":true}}}}}}
```

## GET /wms/picktrolleys/byIdentifier/{identifier}

>

```json
{"openapi":"3.1.0","info":{"title":"OpenAPI definition","version":"2026.14.3"},"tags":[{"name":"Pickwagen","description":"Pickwagen & Co."}],"servers":[{"url":"http://localhost:52177/api","description":"Generated server url"}],"paths":{"/wms/picktrolleys/byIdentifier/{identifier}":{"get":{"tags":["Pickwagen"],"operationId":"getPickTrolleyByIdentifier","parameters":[{"name":"identifier","in":"path","description":"Identifier des Pickwagen","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/erp-wms-PickTrolley"}}}}}}}},"components":{"schemas":{"erp-wms-PickTrolley":{"description":"Pickwagen","properties":{"version":{"type":"string","description":"Version Identifier for this Object (for PUT)"},"info":{"$ref":"#/components/schemas/core-api-MetaInfo"},"id":{"type":"string","description":"Unique identifier of the Object"},"label":{"type":"string","description":"Bezeichnung des Wagens"},"description":{"type":"string","description":"Beschreibung des Wagens"},"identifier":{"type":"string","description":"Barcode zur Selektion des Wagens"},"type":{"type":"string","description":"Pickwagen Typen","enum":["FREE_COLLECTION","FOR_ROLLING_ORDER_PICKING","FOR_CONSOLIDATION"]},"state":{"type":"string","description":"Status vom Pickwagen","enum":["NOT_ACTIVE","AVAILABLE","CONTAINS_GOODS","RESERVED_FOR_PICKLIST","IN_PICKING","PAUSED_IN_PICKING","READY_FOR_PACKING","IN_PACKING","PAUSED_IN_PACKING","READY_FOR_SHIPPING","WAITING_FOR_SHIPPING_DOCUMENTS"],"readOnly":true},"processedByUserRef":{"$ref":"#/components/schemas/core-api-ApiObjectReference"},"currentPicklistId":{"type":"integer","format":"int64","description":"Wagen gehört aktuell zu dieser Pickliste","readOnly":true},"pickTrolleyGroupRef":{"$ref":"#/components/schemas/core-api-ApiObjectReference"},"storageBinRef":{"$ref":"#/components/schemas/erp-stock-StorageBinRef"},"pickTrolleyBoxes":{"type":"array","description":"Zu diesem Wagen gehörende Boxen","items":{"$ref":"#/components/schemas/erp-wms-PickTrolleyBox"}},"picklistTemplateRefs":{"type":"array","description":"Picklistenvorlagen, welche genutzt werden können, um in der MDE Picklisten zu dem Wagen zu erzeugen","items":{"$ref":"#/components/schemas/core-api-ApiObjectReference"}}},"required":["label"]},"core-api-MetaInfo":{"description":"MetaInformations for this Object","properties":{"createdAt":{"type":"string","format":"date-time","description":"Created At Timestamp","readOnly":true},"createdFrom":{"type":"string","description":"TenantUser-Identifier of the creator","readOnly":true},"updatedAt":{"type":"string","format":"date-time","description":"Last Updated AT Timestamp","readOnly":true},"updatedFrom":{"type":"string","description":"TenantUser-Identifier of most recent updater","readOnly":true}}},"core-api-ApiObjectReference":{"description":"Related account","properties":{"id":{"type":"string","description":"Identifier"},"label":{"type":"string","description":"a label","readOnly":true},"description":{"type":"string","description":"a short description","readOnly":true},"active":{"type":"boolean","description":"Activ","readOnly":true}},"required":["id"]},"erp-stock-StorageBinRef":{"description":"Lagerplatz","properties":{"id":{"type":"integer","format":"int64","description":"ID"},"displayName":{"type":"string","description":"Anzeigename"},"color":{"type":"string","description":"Anzeigefarbe"},"storageRef":{"$ref":"#/components/schemas/core-api-ApiObjectReference"}}},"erp-wms-PickTrolleyBox":{"description":"Pickbox","properties":{"version":{"type":"string","description":"Version Identifier for this Object (for PUT)"},"info":{"$ref":"#/components/schemas/core-api-MetaInfo"},"id":{"type":"string","description":"Unique identifier of the Object"},"label":{"type":"string","description":"Bezeichnung der Box"},"description":{"type":"string","description":"Beschreibung der Box"},"identifier":{"type":"string","description":"Barcode zur Selektion der Box"},"state":{"type":"string","description":"Status der Pickbox","enum":["NOT_ACTIVE","AVAILABLE","RESERVED_FOR_ORDER","IN_PICKING","READY_FOR_PACKING","READY_FOR_SHIPPING","WAITING_FOR_DELIVERY_DOCUMENT_AND_SHIPPING_LABEL","WAITING_FOR_DELIVERY_DOCUMENT","WAITING_FOR_SHIPPING_LABEL"],"readOnly":true},"currentDocumentId":{"type":"integer","format":"int64","description":"Aktuell kommissionierter Beleg"},"pickTrolleyId":{"type":"integer","format":"int64","description":"Box gehört zu diesem Pickwagen"}},"required":["label","pickTrolleyId"]}}}}
```

## GET /wms/picktrolleys/boxByIdentifier/{identifier}

>

```json
{"openapi":"3.1.0","info":{"title":"OpenAPI definition","version":"2026.14.3"},"tags":[{"name":"Pickwagen","description":"Pickwagen & Co."}],"servers":[{"url":"http://localhost:52177/api","description":"Generated server url"}],"paths":{"/wms/picktrolleys/boxByIdentifier/{identifier}":{"get":{"tags":["Pickwagen"],"operationId":"getPickTrolleyBoxByIdentifier","parameters":[{"name":"identifier","in":"path","description":"Identifier der Pickbox","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/erp-wms-PickTrolleyBox"}}}}}}}},"components":{"schemas":{"erp-wms-PickTrolleyBox":{"description":"Pickbox","properties":{"version":{"type":"string","description":"Version Identifier for this Object (for PUT)"},"info":{"$ref":"#/components/schemas/core-api-MetaInfo"},"id":{"type":"string","description":"Unique identifier of the Object"},"label":{"type":"string","description":"Bezeichnung der Box"},"description":{"type":"string","description":"Beschreibung der Box"},"identifier":{"type":"string","description":"Barcode zur Selektion der Box"},"state":{"type":"string","description":"Status der Pickbox","enum":["NOT_ACTIVE","AVAILABLE","RESERVED_FOR_ORDER","IN_PICKING","READY_FOR_PACKING","READY_FOR_SHIPPING","WAITING_FOR_DELIVERY_DOCUMENT_AND_SHIPPING_LABEL","WAITING_FOR_DELIVERY_DOCUMENT","WAITING_FOR_SHIPPING_LABEL"],"readOnly":true},"currentDocumentId":{"type":"integer","format":"int64","description":"Aktuell kommissionierter Beleg"},"pickTrolleyId":{"type":"integer","format":"int64","description":"Box gehört zu diesem Pickwagen"}},"required":["label","pickTrolleyId"]},"core-api-MetaInfo":{"description":"MetaInformations for this Object","properties":{"createdAt":{"type":"string","format":"date-time","description":"Created At Timestamp","readOnly":true},"createdFrom":{"type":"string","description":"TenantUser-Identifier of the creator","readOnly":true},"updatedAt":{"type":"string","format":"date-time","description":"Last Updated AT Timestamp","readOnly":true},"updatedFrom":{"type":"string","description":"TenantUser-Identifier of most recent updater","readOnly":true}}}}}}
```
