Skip to main content

ShipmentItemUpdateInput

No description

input ShipmentItemUpdateInput {
orderItemId: Int
quantity: Int
name: String
sku: String
shipmentId: String
}

Fields

ShipmentItemUpdateInput.orderItemId ● Int scalar

Order item id

ShipmentItemUpdateInput.quantity ● Int scalar

Quantity

ShipmentItemUpdateInput.name ● String scalar

Name

ShipmentItemUpdateInput.sku ● String scalar

SKU

ShipmentItemUpdateInput.shipmentId ● String scalar

The ID of the shipment the item belongs to

Member Of

shipmentItemUpdate mutation