For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer
Developer
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
B2B
Types
Inputs
CustomerSubscribersInputType
INPUT
Copy page
Input fields
storeHash
String
Required
The store hash. This field is required.
email
String
Required
The email of the subscriber. Must be unique.
firstName
String
Optional
The first name of the subscriber.
lastName
String
Optional
The last name of the subscriber.
source
String
Optional
The source of the subscriber. Values are: storefront, order, or custom.
orderId
Integer
Optional
The ID of the source order, if source was an order.
channelId
Integer
Optional
The channel ID where the subscriber was created.
Referenced by
Mutations
customerSubscribersCreate(subscribersData)