Anchor to OrderEditAddShippingLineUserErrorOrder
objectOrder Edit Add Shipping Line User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (OrderEditAddShippingLineUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Order
Edit Add 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
- orderEditAddShippingLine (OrderEditAddShippingLinePayload)
- •mutation
Adds a custom shipping line to an
Orderduring an edit session. Specify the shipping title and price to create a new.Returns a
showing the order with edits applied but not yet saved. To save your changes, use themutation.Learn more about editing existing orders.
- •ID!required
The ID of the calculated order or the order edit session to edit. This is the edit to which the shipping line is added.
- Anchor to shippingLineshipping•Order
Line Edit Add Shipping Line Input! required The shipping line to be added.
Arguments
- •ID!
Was this section helpful?