Anchor to OrderEditRemoveShippingLineUserErrorOrder
objectOrder Edit Remove Shipping Line User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (OrderEditRemoveShippingLineUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Order
Edit Remove Shipping Line User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- orderEditRemoveShippingLine (OrderEditRemoveShippingLinePayload)
- •mutation
Removes a shipping line from an existing order. For more information on how to use the GraphQL Admin API to edit an existing order, refer to Edit existing orders.
- •ID!required
The ID of the calculated order or the order edit session to edit. This is the edit from which the shipping line is removed.
- Anchor to shippingLineIdshipping•ID!
Line Id required The ID of the calculated shipping line to remove.
Arguments
- •ID!
Was this section helpful?