badge
Fields
visible
• boolean required
visible
• boolean requiredA destination object containing the type
and screen id
type
and screen id
value
• string required
value
• string requiredA destination object containing the type
and screen id
type
and screen id
Use the open/screen
to support interactions that add 1 or more products to the cart. This action accepts an array of lineItems
, and additionally accepts custom line item attributes
. Attributes are helpful for passing custom data back to Shopify, and any other downstream systems as a result of an order. **Note:**If you use this App Action it will disable Apple Pay on the PDP if you have that feature turned on.
{
"visible": true,
"value": "{cart.count}"
}
Updated 9 days ago