Event card V2
We're upgrading!
Extensions are a more flexible, dynamic, and customizable way to surface your Shop Mini to Shop app users.
For new partners, please use extensions to surface your Shop Mini to Shop app users. New Shop Minis submitted with legacy entry-points will not be approved.
For existing partners, we will communicate with you directly and work with you to migrate your existing Shop Mini to extensions over the coming months.
For more support, please send us an email or send us a message in the #shop-minis channel in the Shopify Partners Slack.
The EVENT_CARD_V2
entry point displays a preview of an upcoming live event and allows users to subscribe to notifications about it. You can set different images for PRE_ACTIVE
and ACTIVE
states.
See EventCardV2EntryPointSetInput
for options.
See uploading media for how to set images.
When your event starts or finishes, you'll need to update the status using the entryPointEventStatusUpdate
mutation:
mutation {
entryPointEventStatusUpdate(
shopDomain: "your-test-store.myshopify.com"
status: ACTIVE
) {
userErrors {
code
field
message
}
}
}
In order to send reminder notifications about events, you'll need to configure notifications in your manifest.json
and send them using the notificationTrigger
mutation.