CreateStoreInput
Input for createStore.
input CreateStoreInput {
name: String
address: AddressInput
phone: String
email: String
website: String
metadata: [KeyValueInput!]
blocked: Boolean
}
Fields
CreateStoreInput.name ● String scalar
Display name.
CreateStoreInput.address ● AddressInput input
Postal address of the store.
CreateStoreInput.phone ● String scalar
Contact phone in E.164 format, e.g. +34666777888.
CreateStoreInput.email ● String scalar
Contact email.
CreateStoreInput.website ● String scalar
Public website URL.
CreateStoreInput.metadata ● [KeyValueInput!] list input
Arbitrary key/value metadata.
CreateStoreInput.blocked ● Boolean scalar
Whether the store is blocked. Blocked stores cannot accept payments.
Member Of
createStore mutation