Shopify Check Order Tags

Checks if order tags contain a specific tag.

Retrieves all tags for a Shopify order by its number.


Inputs

NameTypeDescription
Shopify Order NumberStringThe unique order name/number in Shopify (e.g., #1001).
Shopify TokenCredentialsToken for authenticating to the Shopify Admin API (Basic or Private App token).
Shopify SubdomainCredentialsThe store’s myshopify.com subdomain (e.g., your-store).

Outputs

NameTypeDescription
SuccessBooleanIndicates whether the order was successfully retrieved.
Order TagsListThe order’s tags as strings (trimmed).

Notes

  • Tags are returned exactly as stored in Shopify, only whitespace-trimmed.
  • If the order cannot be found or an error occurs, Success is false and Order Tags is [].
  • The token must have the proper read scope for orders (e.g., read_orders).