Skip to main content
Anchor to OrderEditAddShippingLineUserError

OrderEditAddShippingLineUserError

object

An error that occurs during the execution of OrderEditAddShippingLine.

•OrderEditAddShippingLineUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Adds a custom shipping line to an Order during an edit session. Specify the shipping title and price to create a new ShippingLine.

Returns a CalculatedOrder showing the order with edits applied but not yet saved. To save your changes, use the orderEditCommit mutation.

Learn more about editing existing orders.

Arguments

•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.

•OrderEditAddShippingLineInput!
required

The shipping line to be added.



Was this section helpful?


Was this section helpful?