For the complete documentation index, see llms.txt. This page is also available as Markdown.

Picklisten Vorlagen

Picklisten-Vorlagen

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

Name der Vorlage

descriptionstringOptional

Beschreibung der Vorlage

pickingTypestring · enumRequired

Art der Kommissionierung

Possible values:
defaultTemplatebooleanOptional

Handelt es sich um eine Standard-Vorlage?

Default: false
activebooleanRead-onlyOptional

Is Template active?

Default: true
get/wms/picklist-templates/{id}
GET /api/wms/picklist-templates/{id} HTTP/1.1
Host: 10.102.24.197:32795
Accept: */*
{
  "version": "text",
  "info": {
    "createdAt": "2026-01-01T00:00:00.000Z",
    "createdFrom": "text",
    "updatedAt": "2026-01-01T00:00:00.000Z",
    "updatedFrom": "text"
  },
  "id": "text",
  "picklistCreationOptions": {
    "sortByRoutePosition": true,
    "maxPicklistLineCount": 1,
    "maxQuantityOfOrderLineForFastOrderPicking": 1,
    "orderPickingTrolleyRef": {
      "id": "text",
      "label": "text",
      "description": "text",
      "active": true
    },
    "orderPickingTrolleyGroupRef": {
      "id": "text",
      "label": "text",
      "description": "text",
      "active": true
    },
    "useAllAvailOrderPickingTrolleys": false,
    "cycleToCreatePicklistsCronExpression": "text",
    "specifyStorageBins": true,
    "specifySerialWithOldestExpiryDate": false,
    "firstCreateFastOrderPickingPicklists": false,
    "fastOrderPickingTemplateToUseRef": {
      "id": "text",
      "label": "text",
      "description": "text",
      "active": true
    },
    "printPicklist": false,
    "picklistOutputReportGroupRef": {
      "id": "text",
      "label": "text",
      "description": "text",
      "active": true
    },
    "printLabelsOnCreation": false
  },
  "orderSelectionOptions": {
    "maxOrderCount": 1,
    "alternativeSelectionInVql": "text",
    "additionalExistsStatementsInVql": [
      "text"
    ],
    "deliveryMethodRefs": [],
    "documentTypeRefs": [],
    "documentDateRange": {
      "from": "text",
      "to": "text",
      "allowEmpty": true
    },
    "deliveryDateRange": {
      "from": "text",
      "to": "text",
      "allowEmpty": true
    },
    "confirmedDeliveryDateRange": {
      "from": "text",
      "to": "text",
      "allowEmpty": true
    },
    "onlyFullDeliverableOrders": false,
    "onlyFullDeliverableOrderLines": false,
    "storageAreaRefs": [],
    "salesChannelId": 1,
    "minArticleCountPerOrder": 1,
    "maxArticleCountPerOrder": 1,
    "maxShippingWeightPerOrder": 1,
    "maxTotalVolumePerOrderInCCM": 1,
    "maxOrderValue": 1
  },
  "picklistProcessingOptions": {
    "autoPrintDeliveryDocument": false,
    "autoPrintShippingLabel": false,
    "allowOnlyScanOfArticles": false,
    "autoDeterminationOfLots": false,
    "hideTargetQuantityInViews": false,
    "allowPickingOfServiceArticles": false,
    "allowPickingOfNonInventoryManagedArticles": false,
    "allowFullConfirmation": false,
    "deviatingQuantity": "ALLOW_ONLY_ORDERED_QUANTITY",
    "assemblyGroupAtOnce": false,
    "alwaysShowDeliveryMethod": true,
    "showShippingFormOnPickingFinish": false,
    "autoPickingFinishAfterLastArticleInOrder": false,
    "useDigitalPicklist": false,
    "usePickNPack": false,
    "scanDeliveryDocumentAndShippingLabelOnFinish": false,
    "scanPickTrolleyBoxToConfirmPickedArticle": false,
    "blockIfMaximumPackageWeightIsExceeded": true,
    "useSalesUnit": false,
    "printLabelOnScan": false,
    "printLabelOnCompleteOrder": false,
    "printLabelAfterPicking": false
  },
  "label": "text",
  "description": "text",
  "pickingType": "FAST_ORDER_PICKING",
  "defaultTemplate": false,
  "active": true,
  "picklistScripts": {
    "ANY_ADDITIONAL_PROPERTY": {
      "source": "text",
      "active": false
    }
  }
}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

Name der Vorlage

descriptionstringOptional

Beschreibung der Vorlage

pickingTypestring · enumRequired

Art der Kommissionierung

Possible values:
defaultTemplatebooleanOptional

Handelt es sich um eine Standard-Vorlage?

Default: false
activebooleanRead-onlyOptional

Is Template active?

Default: true
Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

Name der Vorlage

descriptionstringOptional

Beschreibung der Vorlage

pickingTypestring · enumRequired

Art der Kommissionierung

Possible values:
defaultTemplatebooleanOptional

Handelt es sich um eine Standard-Vorlage?

Default: false
activebooleanRead-onlyOptional

Is Template active?

Default: true
put/wms/picklist-templates/{id}
PUT /api/wms/picklist-templates/{id} HTTP/1.1
Host: 10.102.24.197:32795
Content-Type: application/json
Accept: */*
Content-Length: 2207

{
  "version": "text",
  "info": {},
  "id": "text",
  "picklistCreationOptions": {
    "sortByRoutePosition": true,
    "maxPicklistLineCount": 1,
    "maxQuantityOfOrderLineForFastOrderPicking": 1,
    "orderPickingTrolleyRef": {
      "id": "text"
    },
    "orderPickingTrolleyGroupRef": {
      "id": "text"
    },
    "useAllAvailOrderPickingTrolleys": false,
    "cycleToCreatePicklistsCronExpression": "text",
    "specifyStorageBins": true,
    "specifySerialWithOldestExpiryDate": false,
    "firstCreateFastOrderPickingPicklists": false,
    "fastOrderPickingTemplateToUseRef": {
      "id": "text"
    },
    "printPicklist": false,
    "picklistOutputReportGroupRef": {
      "id": "text"
    },
    "printLabelsOnCreation": false
  },
  "orderSelectionOptions": {
    "maxOrderCount": 1,
    "alternativeSelectionInVql": "text",
    "additionalExistsStatementsInVql": [
      "text"
    ],
    "deliveryMethodRefs": [],
    "documentTypeRefs": [],
    "documentDateRange": {
      "from": "text",
      "to": "text",
      "allowEmpty": true
    },
    "deliveryDateRange": {
      "from": "text",
      "to": "text",
      "allowEmpty": true
    },
    "confirmedDeliveryDateRange": {
      "from": "text",
      "to": "text",
      "allowEmpty": true
    },
    "onlyFullDeliverableOrders": false,
    "onlyFullDeliverableOrderLines": false,
    "storageAreaRefs": [],
    "salesChannelId": 1,
    "minArticleCountPerOrder": 1,
    "maxArticleCountPerOrder": 1,
    "maxShippingWeightPerOrder": 1,
    "maxTotalVolumePerOrderInCCM": 1,
    "maxOrderValue": 1
  },
  "picklistProcessingOptions": {
    "autoPrintDeliveryDocument": false,
    "autoPrintShippingLabel": false,
    "allowOnlyScanOfArticles": false,
    "autoDeterminationOfLots": false,
    "hideTargetQuantityInViews": false,
    "allowPickingOfServiceArticles": false,
    "allowPickingOfNonInventoryManagedArticles": false,
    "allowFullConfirmation": false,
    "deviatingQuantity": "ALLOW_ONLY_ORDERED_QUANTITY",
    "assemblyGroupAtOnce": false,
    "alwaysShowDeliveryMethod": true,
    "showShippingFormOnPickingFinish": false,
    "autoPickingFinishAfterLastArticleInOrder": false,
    "useDigitalPicklist": false,
    "usePickNPack": false,
    "scanDeliveryDocumentAndShippingLabelOnFinish": false,
    "scanPickTrolleyBoxToConfirmPickedArticle": false,
    "blockIfMaximumPackageWeightIsExceeded": true,
    "useSalesUnit": false,
    "printLabelOnScan": false,
    "printLabelOnCompleteOrder": false,
    "printLabelAfterPicking": false
  },
  "label": "text",
  "description": "text",
  "pickingType": "FAST_ORDER_PICKING",
  "defaultTemplate": false,
  "picklistScripts": {
    "ANY_ADDITIONAL_PROPERTY": {
      "source": "text",
      "active": false
    }
  }
}
{
  "version": "text",
  "info": {
    "createdAt": "2026-01-01T00:00:00.000Z",
    "createdFrom": "text",
    "updatedAt": "2026-01-01T00:00:00.000Z",
    "updatedFrom": "text"
  },
  "id": "text",
  "picklistCreationOptions": {
    "sortByRoutePosition": true,
    "maxPicklistLineCount": 1,
    "maxQuantityOfOrderLineForFastOrderPicking": 1,
    "orderPickingTrolleyRef": {
      "id": "text",
      "label": "text",
      "description": "text",
      "active": true
    },
    "orderPickingTrolleyGroupRef": {
      "id": "text",
      "label": "text",
      "description": "text",
      "active": true
    },
    "useAllAvailOrderPickingTrolleys": false,
    "cycleToCreatePicklistsCronExpression": "text",
    "specifyStorageBins": true,
    "specifySerialWithOldestExpiryDate": false,
    "firstCreateFastOrderPickingPicklists": false,
    "fastOrderPickingTemplateToUseRef": {
      "id": "text",
      "label": "text",
      "description": "text",
      "active": true
    },
    "printPicklist": false,
    "picklistOutputReportGroupRef": {
      "id": "text",
      "label": "text",
      "description": "text",
      "active": true
    },
    "printLabelsOnCreation": false
  },
  "orderSelectionOptions": {
    "maxOrderCount": 1,
    "alternativeSelectionInVql": "text",
    "additionalExistsStatementsInVql": [
      "text"
    ],
    "deliveryMethodRefs": [],
    "documentTypeRefs": [],
    "documentDateRange": {
      "from": "text",
      "to": "text",
      "allowEmpty": true
    },
    "deliveryDateRange": {
      "from": "text",
      "to": "text",
      "allowEmpty": true
    },
    "confirmedDeliveryDateRange": {
      "from": "text",
      "to": "text",
      "allowEmpty": true
    },
    "onlyFullDeliverableOrders": false,
    "onlyFullDeliverableOrderLines": false,
    "storageAreaRefs": [],
    "salesChannelId": 1,
    "minArticleCountPerOrder": 1,
    "maxArticleCountPerOrder": 1,
    "maxShippingWeightPerOrder": 1,
    "maxTotalVolumePerOrderInCCM": 1,
    "maxOrderValue": 1
  },
  "picklistProcessingOptions": {
    "autoPrintDeliveryDocument": false,
    "autoPrintShippingLabel": false,
    "allowOnlyScanOfArticles": false,
    "autoDeterminationOfLots": false,
    "hideTargetQuantityInViews": false,
    "allowPickingOfServiceArticles": false,
    "allowPickingOfNonInventoryManagedArticles": false,
    "allowFullConfirmation": false,
    "deviatingQuantity": "ALLOW_ONLY_ORDERED_QUANTITY",
    "assemblyGroupAtOnce": false,
    "alwaysShowDeliveryMethod": true,
    "showShippingFormOnPickingFinish": false,
    "autoPickingFinishAfterLastArticleInOrder": false,
    "useDigitalPicklist": false,
    "usePickNPack": false,
    "scanDeliveryDocumentAndShippingLabelOnFinish": false,
    "scanPickTrolleyBoxToConfirmPickedArticle": false,
    "blockIfMaximumPackageWeightIsExceeded": true,
    "useSalesUnit": false,
    "printLabelOnScan": false,
    "printLabelOnCompleteOrder": false,
    "printLabelAfterPicking": false
  },
  "label": "text",
  "description": "text",
  "pickingType": "FAST_ORDER_PICKING",
  "defaultTemplate": false,
  "active": true,
  "picklistScripts": {
    "ANY_ADDITIONAL_PROPERTY": {
      "source": "text",
      "active": false
    }
  }
}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

application/json
contextstringOptional

message context

messageValuestringOptional

message

delete/wms/picklist-templates/{id}
DELETE /api/wms/picklist-templates/{id} HTTP/1.1
Host: 10.102.24.197:32795
Accept: */*
{
  "context": "text",
  "messageValue": "text"
}

deaktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

Name der Vorlage

descriptionstringOptional

Beschreibung der Vorlage

pickingTypestring · enumRequired

Art der Kommissionierung

Possible values:
defaultTemplatebooleanOptional

Handelt es sich um eine Standard-Vorlage?

Default: false
activebooleanRead-onlyOptional

Is Template active?

Default: true
put/wms/picklist-templates/{id}/deactivate
PUT /api/wms/picklist-templates/{id}/deactivate HTTP/1.1
Host: 10.102.24.197:32795
Accept: */*
{
  "version": "text",
  "info": {
    "createdAt": "2026-01-01T00:00:00.000Z",
    "createdFrom": "text",
    "updatedAt": "2026-01-01T00:00:00.000Z",
    "updatedFrom": "text"
  },
  "id": "text",
  "picklistCreationOptions": {
    "sortByRoutePosition": true,
    "maxPicklistLineCount": 1,
    "maxQuantityOfOrderLineForFastOrderPicking": 1,
    "orderPickingTrolleyRef": {
      "id": "text",
      "label": "text",
      "description": "text",
      "active": true
    },
    "orderPickingTrolleyGroupRef": {
      "id": "text",
      "label": "text",
      "description": "text",
      "active": true
    },
    "useAllAvailOrderPickingTrolleys": false,
    "cycleToCreatePicklistsCronExpression": "text",
    "specifyStorageBins": true,
    "specifySerialWithOldestExpiryDate": false,
    "firstCreateFastOrderPickingPicklists": false,
    "fastOrderPickingTemplateToUseRef": {
      "id": "text",
      "label": "text",
      "description": "text",
      "active": true
    },
    "printPicklist": false,
    "picklistOutputReportGroupRef": {
      "id": "text",
      "label": "text",
      "description": "text",
      "active": true
    },
    "printLabelsOnCreation": false
  },
  "orderSelectionOptions": {
    "maxOrderCount": 1,
    "alternativeSelectionInVql": "text",
    "additionalExistsStatementsInVql": [
      "text"
    ],
    "deliveryMethodRefs": [],
    "documentTypeRefs": [],
    "documentDateRange": {
      "from": "text",
      "to": "text",
      "allowEmpty": true
    },
    "deliveryDateRange": {
      "from": "text",
      "to": "text",
      "allowEmpty": true
    },
    "confirmedDeliveryDateRange": {
      "from": "text",
      "to": "text",
      "allowEmpty": true
    },
    "onlyFullDeliverableOrders": false,
    "onlyFullDeliverableOrderLines": false,
    "storageAreaRefs": [],
    "salesChannelId": 1,
    "minArticleCountPerOrder": 1,
    "maxArticleCountPerOrder": 1,
    "maxShippingWeightPerOrder": 1,
    "maxTotalVolumePerOrderInCCM": 1,
    "maxOrderValue": 1
  },
  "picklistProcessingOptions": {
    "autoPrintDeliveryDocument": false,
    "autoPrintShippingLabel": false,
    "allowOnlyScanOfArticles": false,
    "autoDeterminationOfLots": false,
    "hideTargetQuantityInViews": false,
    "allowPickingOfServiceArticles": false,
    "allowPickingOfNonInventoryManagedArticles": false,
    "allowFullConfirmation": false,
    "deviatingQuantity": "ALLOW_ONLY_ORDERED_QUANTITY",
    "assemblyGroupAtOnce": false,
    "alwaysShowDeliveryMethod": true,
    "showShippingFormOnPickingFinish": false,
    "autoPickingFinishAfterLastArticleInOrder": false,
    "useDigitalPicklist": false,
    "usePickNPack": false,
    "scanDeliveryDocumentAndShippingLabelOnFinish": false,
    "scanPickTrolleyBoxToConfirmPickedArticle": false,
    "blockIfMaximumPackageWeightIsExceeded": true,
    "useSalesUnit": false,
    "printLabelOnScan": false,
    "printLabelOnCompleteOrder": false,
    "printLabelAfterPicking": false
  },
  "label": "text",
  "description": "text",
  "pickingType": "FAST_ORDER_PICKING",
  "defaultTemplate": false,
  "active": true,
  "picklistScripts": {
    "ANY_ADDITIONAL_PROPERTY": {
      "source": "text",
      "active": false
    }
  }
}

aktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

Name der Vorlage

descriptionstringOptional

Beschreibung der Vorlage

pickingTypestring · enumRequired

Art der Kommissionierung

Possible values:
defaultTemplatebooleanOptional

Handelt es sich um eine Standard-Vorlage?

Default: false
activebooleanRead-onlyOptional

Is Template active?

Default: true
put/wms/picklist-templates/{id}/activate
PUT /api/wms/picklist-templates/{id}/activate HTTP/1.1
Host: 10.102.24.197:32795
Accept: */*
{
  "version": "text",
  "info": {
    "createdAt": "2026-01-01T00:00:00.000Z",
    "createdFrom": "text",
    "updatedAt": "2026-01-01T00:00:00.000Z",
    "updatedFrom": "text"
  },
  "id": "text",
  "picklistCreationOptions": {
    "sortByRoutePosition": true,
    "maxPicklistLineCount": 1,
    "maxQuantityOfOrderLineForFastOrderPicking": 1,
    "orderPickingTrolleyRef": {
      "id": "text",
      "label": "text",
      "description": "text",
      "active": true
    },
    "orderPickingTrolleyGroupRef": {
      "id": "text",
      "label": "text",
      "description": "text",
      "active": true
    },
    "useAllAvailOrderPickingTrolleys": false,
    "cycleToCreatePicklistsCronExpression": "text",
    "specifyStorageBins": true,
    "specifySerialWithOldestExpiryDate": false,
    "firstCreateFastOrderPickingPicklists": false,
    "fastOrderPickingTemplateToUseRef": {
      "id": "text",
      "label": "text",
      "description": "text",
      "active": true
    },
    "printPicklist": false,
    "picklistOutputReportGroupRef": {
      "id": "text",
      "label": "text",
      "description": "text",
      "active": true
    },
    "printLabelsOnCreation": false
  },
  "orderSelectionOptions": {
    "maxOrderCount": 1,
    "alternativeSelectionInVql": "text",
    "additionalExistsStatementsInVql": [
      "text"
    ],
    "deliveryMethodRefs": [],
    "documentTypeRefs": [],
    "documentDateRange": {
      "from": "text",
      "to": "text",
      "allowEmpty": true
    },
    "deliveryDateRange": {
      "from": "text",
      "to": "text",
      "allowEmpty": true
    },
    "confirmedDeliveryDateRange": {
      "from": "text",
      "to": "text",
      "allowEmpty": true
    },
    "onlyFullDeliverableOrders": false,
    "onlyFullDeliverableOrderLines": false,
    "storageAreaRefs": [],
    "salesChannelId": 1,
    "minArticleCountPerOrder": 1,
    "maxArticleCountPerOrder": 1,
    "maxShippingWeightPerOrder": 1,
    "maxTotalVolumePerOrderInCCM": 1,
    "maxOrderValue": 1
  },
  "picklistProcessingOptions": {
    "autoPrintDeliveryDocument": false,
    "autoPrintShippingLabel": false,
    "allowOnlyScanOfArticles": false,
    "autoDeterminationOfLots": false,
    "hideTargetQuantityInViews": false,
    "allowPickingOfServiceArticles": false,
    "allowPickingOfNonInventoryManagedArticles": false,
    "allowFullConfirmation": false,
    "deviatingQuantity": "ALLOW_ONLY_ORDERED_QUANTITY",
    "assemblyGroupAtOnce": false,
    "alwaysShowDeliveryMethod": true,
    "showShippingFormOnPickingFinish": false,
    "autoPickingFinishAfterLastArticleInOrder": false,
    "useDigitalPicklist": false,
    "usePickNPack": false,
    "scanDeliveryDocumentAndShippingLabelOnFinish": false,
    "scanPickTrolleyBoxToConfirmPickedArticle": false,
    "blockIfMaximumPackageWeightIsExceeded": true,
    "useSalesUnit": false,
    "printLabelOnScan": false,
    "printLabelOnCompleteOrder": false,
    "printLabelAfterPicking": false
  },
  "label": "text",
  "description": "text",
  "pickingType": "FAST_ORDER_PICKING",
  "defaultTemplate": false,
  "active": true,
  "picklistScripts": {
    "ANY_ADDITIONAL_PROPERTY": {
      "source": "text",
      "active": false
    }
  }
}

Create new Resource

post
Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

Name der Vorlage

descriptionstringOptional

Beschreibung der Vorlage

pickingTypestring · enumRequired

Art der Kommissionierung

Possible values:
defaultTemplatebooleanOptional

Handelt es sich um eine Standard-Vorlage?

Default: false
activebooleanRead-onlyOptional

Is Template active?

Default: true
Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

Name der Vorlage

descriptionstringOptional

Beschreibung der Vorlage

pickingTypestring · enumRequired

Art der Kommissionierung

Possible values:
defaultTemplatebooleanOptional

Handelt es sich um eine Standard-Vorlage?

Default: false
activebooleanRead-onlyOptional

Is Template active?

Default: true
post/wms/picklist-templates
POST /api/wms/picklist-templates HTTP/1.1
Host: 10.102.24.197:32795
Content-Type: application/json
Accept: */*
Content-Length: 2207

{
  "version": "text",
  "info": {},
  "id": "text",
  "picklistCreationOptions": {
    "sortByRoutePosition": true,
    "maxPicklistLineCount": 1,
    "maxQuantityOfOrderLineForFastOrderPicking": 1,
    "orderPickingTrolleyRef": {
      "id": "text"
    },
    "orderPickingTrolleyGroupRef": {
      "id": "text"
    },
    "useAllAvailOrderPickingTrolleys": false,
    "cycleToCreatePicklistsCronExpression": "text",
    "specifyStorageBins": true,
    "specifySerialWithOldestExpiryDate": false,
    "firstCreateFastOrderPickingPicklists": false,
    "fastOrderPickingTemplateToUseRef": {
      "id": "text"
    },
    "printPicklist": false,
    "picklistOutputReportGroupRef": {
      "id": "text"
    },
    "printLabelsOnCreation": false
  },
  "orderSelectionOptions": {
    "maxOrderCount": 1,
    "alternativeSelectionInVql": "text",
    "additionalExistsStatementsInVql": [
      "text"
    ],
    "deliveryMethodRefs": [],
    "documentTypeRefs": [],
    "documentDateRange": {
      "from": "text",
      "to": "text",
      "allowEmpty": true
    },
    "deliveryDateRange": {
      "from": "text",
      "to": "text",
      "allowEmpty": true
    },
    "confirmedDeliveryDateRange": {
      "from": "text",
      "to": "text",
      "allowEmpty": true
    },
    "onlyFullDeliverableOrders": false,
    "onlyFullDeliverableOrderLines": false,
    "storageAreaRefs": [],
    "salesChannelId": 1,
    "minArticleCountPerOrder": 1,
    "maxArticleCountPerOrder": 1,
    "maxShippingWeightPerOrder": 1,
    "maxTotalVolumePerOrderInCCM": 1,
    "maxOrderValue": 1
  },
  "picklistProcessingOptions": {
    "autoPrintDeliveryDocument": false,
    "autoPrintShippingLabel": false,
    "allowOnlyScanOfArticles": false,
    "autoDeterminationOfLots": false,
    "hideTargetQuantityInViews": false,
    "allowPickingOfServiceArticles": false,
    "allowPickingOfNonInventoryManagedArticles": false,
    "allowFullConfirmation": false,
    "deviatingQuantity": "ALLOW_ONLY_ORDERED_QUANTITY",
    "assemblyGroupAtOnce": false,
    "alwaysShowDeliveryMethod": true,
    "showShippingFormOnPickingFinish": false,
    "autoPickingFinishAfterLastArticleInOrder": false,
    "useDigitalPicklist": false,
    "usePickNPack": false,
    "scanDeliveryDocumentAndShippingLabelOnFinish": false,
    "scanPickTrolleyBoxToConfirmPickedArticle": false,
    "blockIfMaximumPackageWeightIsExceeded": true,
    "useSalesUnit": false,
    "printLabelOnScan": false,
    "printLabelOnCompleteOrder": false,
    "printLabelAfterPicking": false
  },
  "label": "text",
  "description": "text",
  "pickingType": "FAST_ORDER_PICKING",
  "defaultTemplate": false,
  "picklistScripts": {
    "ANY_ADDITIONAL_PROPERTY": {
      "source": "text",
      "active": false
    }
  }
}
{
  "version": "text",
  "info": {
    "createdAt": "2026-01-01T00:00:00.000Z",
    "createdFrom": "text",
    "updatedAt": "2026-01-01T00:00:00.000Z",
    "updatedFrom": "text"
  },
  "id": "text",
  "picklistCreationOptions": {
    "sortByRoutePosition": true,
    "maxPicklistLineCount": 1,
    "maxQuantityOfOrderLineForFastOrderPicking": 1,
    "orderPickingTrolleyRef": {
      "id": "text",
      "label": "text",
      "description": "text",
      "active": true
    },
    "orderPickingTrolleyGroupRef": {
      "id": "text",
      "label": "text",
      "description": "text",
      "active": true
    },
    "useAllAvailOrderPickingTrolleys": false,
    "cycleToCreatePicklistsCronExpression": "text",
    "specifyStorageBins": true,
    "specifySerialWithOldestExpiryDate": false,
    "firstCreateFastOrderPickingPicklists": false,
    "fastOrderPickingTemplateToUseRef": {
      "id": "text",
      "label": "text",
      "description": "text",
      "active": true
    },
    "printPicklist": false,
    "picklistOutputReportGroupRef": {
      "id": "text",
      "label": "text",
      "description": "text",
      "active": true
    },
    "printLabelsOnCreation": false
  },
  "orderSelectionOptions": {
    "maxOrderCount": 1,
    "alternativeSelectionInVql": "text",
    "additionalExistsStatementsInVql": [
      "text"
    ],
    "deliveryMethodRefs": [],
    "documentTypeRefs": [],
    "documentDateRange": {
      "from": "text",
      "to": "text",
      "allowEmpty": true
    },
    "deliveryDateRange": {
      "from": "text",
      "to": "text",
      "allowEmpty": true
    },
    "confirmedDeliveryDateRange": {
      "from": "text",
      "to": "text",
      "allowEmpty": true
    },
    "onlyFullDeliverableOrders": false,
    "onlyFullDeliverableOrderLines": false,
    "storageAreaRefs": [],
    "salesChannelId": 1,
    "minArticleCountPerOrder": 1,
    "maxArticleCountPerOrder": 1,
    "maxShippingWeightPerOrder": 1,
    "maxTotalVolumePerOrderInCCM": 1,
    "maxOrderValue": 1
  },
  "picklistProcessingOptions": {
    "autoPrintDeliveryDocument": false,
    "autoPrintShippingLabel": false,
    "allowOnlyScanOfArticles": false,
    "autoDeterminationOfLots": false,
    "hideTargetQuantityInViews": false,
    "allowPickingOfServiceArticles": false,
    "allowPickingOfNonInventoryManagedArticles": false,
    "allowFullConfirmation": false,
    "deviatingQuantity": "ALLOW_ONLY_ORDERED_QUANTITY",
    "assemblyGroupAtOnce": false,
    "alwaysShowDeliveryMethod": true,
    "showShippingFormOnPickingFinish": false,
    "autoPickingFinishAfterLastArticleInOrder": false,
    "useDigitalPicklist": false,
    "usePickNPack": false,
    "scanDeliveryDocumentAndShippingLabelOnFinish": false,
    "scanPickTrolleyBoxToConfirmPickedArticle": false,
    "blockIfMaximumPackageWeightIsExceeded": true,
    "useSalesUnit": false,
    "printLabelOnScan": false,
    "printLabelOnCompleteOrder": false,
    "printLabelAfterPicking": false
  },
  "label": "text",
  "description": "text",
  "pickingType": "FAST_ORDER_PICKING",
  "defaultTemplate": false,
  "active": true,
  "picklistScripts": {
    "ANY_ADDITIONAL_PROPERTY": {
      "source": "text",
      "active": false
    }
  }
}

Last updated

Was this helpful?