INPUT_OBJECT
SellerUpdateInput
Attributes for updating a seller.
link GraphQL Schema definition
- input SellerUpdateInput {
- # Seller account type
- SellerAccountTypeEnum :
- # Business name for account
- String :
- # Registered legal business name
- String :
- # List of seller tags
- 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 :
- String :
- # National business identification number (e.g. ABN in Australia).
- String :
- # only accessible to the seller
- Boolean :
- # Bank State Branch for remittance.
- String :
- # The bank's account number for remittance.
- String :
- # The bank's account name for remittance.
- String :
- # The store description html for the seller.
- String :
- # True if we can display the image gallery
- Boolean :
- # Store Video (retailer page)
- String :
- String :
- # Text below will appear on all ads
- String :
- # Your store details to include with all ads
- String :
- # Store Policies - Shipping and Delivery Policy
- String :
- # Store Policies - Click and Collect Policy
- String :
- # Store Policies - Customer Service Policy
- String :
- # Store Policies - Exchange Policy
- String :
- # Domestic shipping cost applied at the Seller level
- Decimal :
- # Orders over this threshold value will qualify for free shipping
- Decimal :
- # International shipping cost applied at the Seller level
- Decimal :
- # Orders over this threshold value will qualify for free international shipping
- Decimal :
- # True if seller enabled international shipping
- Boolean :
- # Bank State Branch for direct debit.
- String :
- # The bank's account number for direct debit.
- String :
- # The bank's account name for direct debit.
- String :
- Boolean :
- # Footer text to be displayed on invoice and seller credit note PDF's
- String :
- ImageInput!] : [
- ImageInput :
- # Seller business address
- AddressInput :
- # Metadata (key/value). Will upsert values.
- KeyValueInput!] : [
- # Attributes to assign to the CustomField.
- CustomFieldValueInput!] : [
- # 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 :
- }