OBJECT

OrderShipmentItem

link GraphQL Schema definition

  • type OrderShipmentItem {
  • id: Int
  • shipment_id: Int
  • order_id: Int
  • order_item_id: Int
  • quantity: Int
  • }