UpdateMerchantInput
Input for updating an existing merchant
input UpdateMerchantInput {
name: String
url: String
logoUrl: String
merchantImageUrl: String
primaryBalanceType: String
categories: [String!]
merchantTypes: [MerchantType!]
description: String
}
Fields
UpdateMerchantInput.name ● String scalar
Name of the merchant
UpdateMerchantInput.url ● String scalar
URL of the merchant
UpdateMerchantInput.logoUrl ● String scalar
Logo URL of the merchant
UpdateMerchantInput.merchantImageUrl ● String scalar
Image URL of the merchant
UpdateMerchantInput.primaryBalanceType ● String scalar
Primary balance type for the merchant
UpdateMerchantInput.categories ● [String!] list scalar
Categories associated with the merchant
UpdateMerchantInput.merchantTypes ● [MerchantType!] list enum
Commerce capabilities supported by the merchant
UpdateMerchantInput.description ● String scalar
Description of the merchant
Member Of
updateMerchant mutation