DEV

Type.

OrderReturnableItem

No description

Fields

fulfilledQuantity

Int!

Required

Quantity that has actually shipped.

item

Item!

Required

The order item. Only id is resolved by this service; other fields come from the owning subgraph.

orderedQuantity

Int!

Required

Quantity originally ordered.

returnableQuantity

Int!

Required

Maximum quantity orderReturnCreate will currently accept for this item (fulfilledQuantity - returnedQuantity, floored at 0, and always 0 when the order is ineligible). An item is selectable in the UI when this is greater than 0.

returnedQuantity

Int!

Required

Quantity already claimed by returns that are not REJECTED or CANCELED.
Book a demo

Was this page helpful?