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

Restowing (Operations)

Endpoints to manipulate restowing items.

List restow items

get

This part of the API is in Beta status. For details, see the API release lifecycle documentation.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
facilityRefstringOptional

Reference to the facility you want to get the corresponding restows

restowedbooleanOptional

Reference restowed status of the restow items

statusstring[]Optional

Reference status of the restow items

startAfterIdstringOptional

all entities after given Id

sizeintegerOptional

number of entities to show

Default: 25
orderBystring · enumOptional

RestowItemsSortOptionsEnum

Possible values:
Responses
200

Restow items were found. The results are in the body.

application/json

RestowedItems

totalintegerOptional

Total number of found entities for this query

Example: 42
get/api/restowitems

Get restow item

get

This part of the API is in Beta status. For details, see the API release lifecycle documentation.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
restowItemIdstringRequired

ID of the restow item you want to get

Responses
200

RestowItem was found & you were allowed to access it. The result is in the body.

application/json

RestowItem

customAttributesobjectOptional

Attributes that can be added to the lineItem. These attributes cannot be used within fulfillment processes, but it could be useful to have the information carried here.

globalLineItemIdstringOptional

This ID is used to identify if this line item is related to the line item of other operational entities.

idstringRequiredExample: LGMl2DuvPnfPoSHhYFOm
measurementUnitKeystringOptional

Identifier for items unit of measurement.

Example: liter
quantityinteger · int64 · min: 1RequiredDefault: 1Example: 1
scannableCodesstring[]Optional

Codes that can be used for scanning this lineItem

secondaryMeasurementUnitKeystring · min: 1Optional

Identifier for items unit of measurement. E.g. measurementUnitKey is pieces and secondaryMeasurementUnitKey is gram

Example: g
secondaryQuantitynumberOptional

secondary quantity of this item, e.g. quantity is the count and secondaryQuantity is the weight

Example: 42
createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
facilityRefstringRequired

The id of the facility reference. The given ID has to be present in the system.

Example: Esb20gpHBL94X5NdMp3C
operativeProcessRefstringOptional

id of the connected operative process if available

processRefstringOptional

id of the connected process if available

restowedbooleanRequired

Indicates if the restowItem has been restowed

Default: falseExample: true
statusstring · enumRequired

Status of the restow item

Possible values:
stockRefstringOptional

id of the stock entity for this line item

get/api/restowitems/{restowItemId}

Update restow item

patch

This part of the API is in Beta status. For details, see the API release lifecycle documentation. Deprecated, please use /api/restowitems/{restowItemId}/actions

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
restowItemIdstringRequired

ID of the restow item you want to update

Body

Deprecated Actions to modify restow items - please use /api/restowitem/{id}/actions

versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
Responses
200

RestowItem was found & patch-set has been applied. The patched restow item is in the body.

application/json

RestowItem

customAttributesobjectOptional

Attributes that can be added to the lineItem. These attributes cannot be used within fulfillment processes, but it could be useful to have the information carried here.

globalLineItemIdstringOptional

This ID is used to identify if this line item is related to the line item of other operational entities.

idstringRequiredExample: LGMl2DuvPnfPoSHhYFOm
measurementUnitKeystringOptional

Identifier for items unit of measurement.

Example: liter
quantityinteger · int64 · min: 1RequiredDefault: 1Example: 1
scannableCodesstring[]Optional

Codes that can be used for scanning this lineItem

secondaryMeasurementUnitKeystring · min: 1Optional

Identifier for items unit of measurement. E.g. measurementUnitKey is pieces and secondaryMeasurementUnitKey is gram

Example: g
secondaryQuantitynumberOptional

secondary quantity of this item, e.g. quantity is the count and secondaryQuantity is the weight

Example: 42
createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
facilityRefstringRequired

The id of the facility reference. The given ID has to be present in the system.

Example: Esb20gpHBL94X5NdMp3C
operativeProcessRefstringOptional

id of the connected operative process if available

processRefstringOptional

id of the connected process if available

restowedbooleanRequired

Indicates if the restowItem has been restowed

Default: falseExample: true
statusstring · enumRequired

Status of the restow item

Possible values:
stockRefstringOptional

id of the stock entity for this line item

patch/api/restowitems/{restowItemId}

Call restow item action

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
restowItemIdstringRequired

Reference to the restow item you want to call an action for

Body

RestowItemActionsParameter

or
Responses
200

Updated RestowItem in the body.

application/json

RestowItem

customAttributesobjectOptional

Attributes that can be added to the lineItem. These attributes cannot be used within fulfillment processes, but it could be useful to have the information carried here.

globalLineItemIdstringOptional

This ID is used to identify if this line item is related to the line item of other operational entities.

idstringRequiredExample: LGMl2DuvPnfPoSHhYFOm
measurementUnitKeystringOptional

Identifier for items unit of measurement.

Example: liter
quantityinteger · int64 · min: 1RequiredDefault: 1Example: 1
scannableCodesstring[]Optional

Codes that can be used for scanning this lineItem

secondaryMeasurementUnitKeystring · min: 1Optional

Identifier for items unit of measurement. E.g. measurementUnitKey is pieces and secondaryMeasurementUnitKey is gram

Example: g
secondaryQuantitynumberOptional

secondary quantity of this item, e.g. quantity is the count and secondaryQuantity is the weight

Example: 42
createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
facilityRefstringRequired

The id of the facility reference. The given ID has to be present in the system.

Example: Esb20gpHBL94X5NdMp3C
operativeProcessRefstringOptional

id of the connected operative process if available

processRefstringOptional

id of the connected process if available

restowedbooleanRequired

Indicates if the restowItem has been restowed

Default: falseExample: true
statusstring · enumRequired

Status of the restow item

Possible values:
stockRefstringOptional

id of the stock entity for this line item

post/api/restowitems/{restowItemId}/actions

Last updated

Was this helpful?