badge

Fields

visibleboolean required

A destination object containing the type and screen id

valuestring required

A destination object containing the 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}"
}