Product Action: Set the custom product type for a product
The Set the Custom Product Type for a Product Action in Arigato enables Shopify merchants to dynamically update or assign a new product type to their products directly within workflows.
Configuring the Action
Field Name | Description | Example |
---|---|---|
Product Type | Set the new product type for a product. Supports plain text for a static product type or Twig code for dynamic product type assignment. | Handmade for a static assignment example or {{ product.tags | first }} to dynamically set the product type based on the first tag. |
To clear an existing product type, use the {{ blank }} token.
Credit Cost
Setting the custom product type for a product incurs the cost of one Action Credit on Lite plans and is unlimited on Unlimited plans.
Custom Actions
For more advanced needs, this Action can be extended within Custom Actions using Twig code. For detailed guidance on incorporating Twig within Custom Actions, consult the documentation.