DiscountError
No description
type DiscountError {
field: String
message: String
products: [ID!]
code: DiscountErrorCode!
channels: [ID!]
}
Fields
DiscountError.field ● String scalar
Name of a field that caused the error. A value of
nullindicates that the error isn't associated with a particular field.
DiscountError.message ● String scalar
The error message.
DiscountError.products ● [ID!] list scalar
List of products IDs which causes the error.
DiscountError.code ● DiscountErrorCode! non-null enum
The error code.
DiscountError.channels ● [ID!] list scalar
List of channels IDs which causes the error.
Member of
SaleAddCatalogues object ● SaleBulkDelete object ● SaleChannelListingUpdate object ● SaleCreate object ● SaleDelete object ● SaleRemoveCatalogues object ● SaleUpdate object ● VoucherAddCatalogues object ● VoucherBulkDelete object ● VoucherChannelListingUpdate object ● VoucherCreate object ● VoucherDelete object ● VoucherRemoveCatalogues object ● VoucherUpdate object
Was this page helpful?