CreateMerchantInput
Input for creating a new merchant
input CreateMerchantInput {
name: String!
url: String
logoUrl: String
merchantImageUrl: String
primaryBalanceType: String
categories: [String!]
merchantTypes: [MerchantType!]
description: String
}
Fields
CreateMerchantInput.name ● String! non-null scalar
Name of the merchant
CreateMerchantInput.url ● String scalar
URL of the merchant
CreateMerchantInput.logoUrl ● String scalar
Logo URL of the merchant
CreateMerchantInput.merchantImageUrl ● String scalar
Image URL of the merchant
CreateMerchantInput.primaryBalanceType ● String scalar
Primary balance type for the merchant
CreateMerchantInput.categories ● [String!] list scalar
Categories associated with the merchant
CreateMerchantInput.merchantTypes ● [MerchantType!] list enum
Commerce capabilities supported by the merchant
CreateMerchantInput.description ● String scalar
Description of the merchant
Member Of
createMerchant mutation