Skip to main content

saleChannelListingUpdate Mutation

DEPRECATED

Use promotionRuleUpdate mutation instead.

Manage sale's availability in channels.

Requires the MANAGE_DISCOUNTSpermission.
saleChannelListingUpdate(
id: ID!
input: SaleChannelListingInput!
): SaleChannelListingUpdate @deprecated
Details
type SaleChannelListingUpdate {
sale: Sale
discountErrors: [DiscountError!]! @deprecated
errors: [DiscountError!]!
}

Arguments

id ● ID!

ID of a sale to update.

input ● SaleChannelListingInput!

Fields required to update sale channel listings.

Type

SaleChannelListingUpdate

Manage sale's availability in channels.

Requires the MANAGE_DISCOUNTSpermission.