Graphql fields and variables for the priceListChangeOptions query
Last updated 17 days ago
Was this helpful?
Scope required:
For a complete list of possible response fields see the type.
query priceListChangeOptions ($subscriptionId: ID, $productId: ID) { priceListChangeOptions (subscriptionId: $subscriptionId, productId: $productId) { } }
subscriptionId
ID
Subscription ID to filter available price lists
productId
Product ID to filter available price lists