shipmentUpdate
AUTH: Role=[order.OWNER,order.EDITOR]
shipmentUpdate(
id: String!
input: ShipmentUpdateInput!
): Shipment!
AUTH: Role=[order.OWNER,order.EDITOR]
shipmentUpdate(
id: String!
input: ShipmentUpdateInput!
): Shipment!
shipmentUpdate.id
● String!
non-null scalarshipmentUpdate.input
● ShipmentUpdateInput!
non-null inputShipment
object