Anchor to OrderEditBeginPayloadOrder
payloadOrder Edit Begin Payload
Return type for mutation.
Anchor to FieldsFields
- calculatedOrder (CalculatedOrder)
- orderEditSession (OrderEditSession)
- userErrors ([UserError!]!)
- Anchor to calculatedOrdercalculated•Calculated
Order Order The order that will be edited.
Show fields
- Anchor to orderEditSessionorder•Order
Edit Session Edit Session The order edit session that was created.
Show fields
- Anchor to userErrorsuser•[User
Errors Error!]! non-null The list of errors that occurred from executing the mutation.
Show fields
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- orderEditBegin (OrderEditBeginPayload)
- •mutation
Starts an order editing session that enables you to modify an existing
Order. This mutation creates anand returns ashowing how the order looks with your changes applied.Order editing follows a three-step workflow: Begin the edit with
, apply changes using mutations likeor, and then save the changes with themutation. The session tracks all staged changes until you commit or abandon them.Learn more about editing existing orders.
Show payload
- •ID!required
The ID of the order to begin editing.
Arguments
- •ID!
Was this section helpful?