Anchor to OrderEditBeginPayloadOrder
payloadOrder Edit Begin Payload
Return type for mutation.
Anchor to FieldsFields
- Anchor to calculatedOrdercalculated•Calculated
Order Order The order that will be edited.
- Anchor to orderEditSessionorder•Order
Edit Session Edit Session The order edit session that was created.
- Anchor to userErrorsuser•[User
Errors Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- •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.
- •ID!required
The ID of the order to begin editing.
Arguments
- •ID!
Was this section helpful?