Shopify Check Order Tags

Checks if order tags contain a specific tag.

This action checks whether a Shopify order contains a specified tag. It retrieves the order by its number and evaluates its list of tags for the target value.


Inputs

NameTypeDescription
TagStringThe tag to check for on the order.
Shopify Order NumberStringThe unique order name/number in Shopify (e.g., #1001).
Shopify TokenCredentialsA sensitive token for authenticating to the Shopify Admin API.
Shopify SubdomainStringThe 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.