Skip to main content

uncancelOrderV2

Uncancels a V2 order, returning it to the "ordered" state.

Requirements

  • User must have orders:uncancel_order permission
  • Order must exist, be a V2 order, and be in "canceled" state

Arguments

  • order_id (required): The ID of the order to uncancel

Behavior

  • Transitions the order from "canceled" back to "ordered"
  • Fulfillments remain canceled
  • Returns the updated order
uncancelOrderV2(
input: V2UncancelOrderInput!
): V2Order!

Arguments

uncancelOrderV2.input ● V2UncancelOrderInput! non-null input common

Parameters for V2UncancelOrder

Type

V2Order object orders

The V2 order type. This type represents a V2 order in the system with only the fields necessary for draft creation and details.