DEV

Mutation.

orderUpdateAmountSubtotals

Update the amount subtotals of an order

Arguments

No description

Returns:

[Order!]!

GraphQL
1
2
3
type Mutation {
  orderUpdateAmountSubtotals(input: [OrderUpdateAmountSubtotalsInput!]!): [Order!]!
}

Was this page helpful?