Bulk Lock Container

POST …/wms/lgfapi/v10/entity/container/bulk_lock/

Apply one or more inventory locks to one or more inbound or outbound container(s).

The “parameters” section of the request body is required in addition to the “options” section outlined below. The “id” parameter filter (for a single value) or the “id__in” parameter (for an array of values) are valid and can be used.

Category Parameter Type Required Default Description
options lock_code_list Array of Strings X Inventory lock(s) to be applied.
options commit_frequency Integer 1

0 = Roll back on first error.

1 = Commit per object.