Read only A unique ID generated by Square for the InventoryAdjustmentGroup
.
<- Object
Object
Read only The inventory adjustment of the composed variation.
Read only Representative from_state
for adjustments within the group. For example, for a group adjustment from IN_STOCK
to SOLD
, there can be two component adjustments in the group: one from IN_STOCK
to COMPOSED
and the other one from COMPOSED
to SOLD
. Here, the representative from_state
for the InventoryAdjustmentGroup
is IN_STOCK
.
Read only Representative to_state
for adjustments within group. For example, for a group adjustment from IN_STOCK
to SOLD
, the two component adjustments in the group can be from IN_STOCK
to COMPOSED
and from COMPOSED
to SOLD
. Here, the representative to_state
of the InventoryAdjustmentGroup
is SOLD
.