Shopify Get Order Cancellation

This action retrieves cancellation details for a specified Shopify order, including whether a cancellation exists and any staff notes provided.


Inputs

NameTypeDescription
Order IDStringThe unique identifier of the Shopify order.
Shopify TokenCredentialsA token for authenticating to the Shopify API.
Shopify DomainStringThe store’s myshopify.com subdomain.

Outputs

NameTypeDescription
Cancellation Found?Booleantrue if a cancellation with a staff note was found; otherwise false.
Cancellation Staff NoteStringThe note provided by staff upon cancellation (empty if none).
OrderObjectThe Shopify order object with cancellation details.

Notes

  • Uses Shopify Admin API version 2025-04 via GraphQL to fetch the cancellation object and staff note.
  • If no cancellation or note exists, Cancellation Found? is false and Cancellation Staff Note is empty.