Skip to main content

Attributes for creating a pickface product assignment

product_id
integer
required

The product to assign to the pickface location

Example:

123

full_storage_units_only
boolean

Whether to replenish only with full storage units

Example:

false

location_group_id
integer | null

Location group ID for the pickface. Exactly one of location_id or location_group_id must be provided

Example:

null

location_id
integer

Pickface location ID. Exactly one of location_id or location_group_id must be provided

Example:

456

priority
integer

Replenishment priority (lower number = higher priority)

Required range: x >= 0
Example:

1

replenishment_type
enum<string>

Type of replenishment strategy

Available options:
continuous,
demand,
order_volume
Example:

"continuous"

trigger_max
integer

Maximum stock level - replenishment target quantity

Required range: x >= 0
Example:

100

trigger_min
integer

Minimum stock level that triggers replenishment

Required range: x >= 0
Example:

10