UpdateVirtualPositionInput

Input parameter for the updateVirtualPosition mutation. A position ref should be unique within the bounds of the specified catalogue, which together makes up the unique identifier for the inventory position record.

During an update mutation, the following fields behave in an "UPSERT" or UPDATE / INSERT manner:

Input Fields

ref (String!)

Reference identifier used to identify this entity.
Max character limit: 100.

catalogue (VirtualCatalogueKey!)

Catalogue

status (String)

The current status of the VirtualPosition.
By default, the initial value will be CREATED, however no other status values are enforced by the platform.
The status field is also used within ruleset selection during orchestration. For more info, see Orchestration
Max character limit: 50.

type (String)

Type of the VirtualPosition, typically used by the Orchestration Engine to determine the workflow that should be applied. Unless stated otherwise, no values are enforced by the platform.
Max character limit: 50.

attributes ([AttributeInput])

List of Attribute containing meta data information for this entity

productRef (String)

Product reference

groupRef (String)

Group Reference

quantity (Int)

Quantity

segments ([UpsertVirtualSegmentInput])

Virtual Segments assigned to the Virtual Position. The number of Virtual Segments cannot exceed the configured limit. The default limit is 100. Behavior depends on whether the field is provided:

  • If omitted or provided as null, existing segments remain unchanged
  • If provided as an empty list, all existing segments are removed
  • If provided with values, existing segments are replaced with the provided list