Skip to main content

ShippingDeliveredRow

The order row reference of shipping

type ShippingDeliveredRow {
orderRowId: Int!
quantity: Int
}

Fields

orderRowId ● Int!

The id of the orderrow

quantity ● Int

The quantity of the shipments

Example

{
"orderRowId": 23422,
"quantity": 1
}