Anchor to orderEditAddShippingLineorder
order Edit Add Shipping Line
mutation
Requires access scope.
Adds a shipping line to an existing order. For more information on how to use the GraphQL Admin API to edit an existing order, refer to Edit existing orders.
Anchor to Arguments
Arguments
- •ID!required
The ID of the calculated order to edit.
- Anchor to shippingLineshipping•
Line OrderEdit Add Shipping Line Input!required The shipping line to be added.
Was this section helpful?
- Anchor to calculatedOrdercalculated•
Order The calculated order with the edits applied but not saved.
- Anchor to calculatedShippingLinecalculated•
Shipping Line The calculated shipping line that's added during this order edit.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Was this section helpful?