priceListChangeOptions

Graphql fields and variables for the priceListChangeOptions query

Scope required:

For a complete list of possible response fields see the PriceListChangeOptions type.

query priceListChangeOptions ($subscriptionId: ID, $productId: ID) {
  priceListChangeOptions (subscriptionId: $subscriptionId, productId: $productId) {
    
  }
}

Arguments

Name
Type
Description

subscriptionId

ID

Subscription ID to filter available price lists

productId

ID

Product ID to filter available price lists

Response

Last updated

Was this helpful?