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
Show return type

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.