INPUT_OBJECT
SellerInput
Attributes for creating a seller.
link GraphQL Schema definition
- input SellerInput {
- # Seller account type
- SellerAccountTypeEnum! :
- # Business name for account
- String! :
- # Registered legal business name
- String! :
- # Business registration code (eg: ABN)
- String :
- # POS type used by seller
- String :
- # Business email address
- String :
- # Notification cc email address
- String :
- # Business phone contact number
- String! :
- # Business mobile contact number
- String :
- # List of seller tags
- String!] : [
- # Attributes to assign to the user account.
- UserCreateInput! :
- # Seller business address
- AddressInput! :
- String :
- ImageInput :
- # Attributes to assign to the CustomField.
- CustomFieldValueInput!] : [
- # Metadata (key/value).
- KeyValueInput!] : [
- # To enable advert auto mapping feature
- Boolean :
- # Maximum number of days allowed for dispatching an invoice. If the value is nil,
- # the system will use the operator setting to measure SLA.
- Int :
- }