Shopify Check Order Specific Tag

Searches a Shopify order by its number and checks whether its tags include a specific tag.

Inputs

NameTypeDescription
TagStringThe tag to search for on the order.
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.
Contains Tag?Booleantrue if the order’s tags include the specified tag.

Notes

  • Tag comparison is case-insensitive.
  • If the order cannot be found or an error occurs, Success is false and Contains Tag? is false.
  • Your token must have read access to orders (e.g., read_orders permission).