All Release Notes
Added 'sku' field to Standalone Price Deleted Message
20 June 2023
Composable Commerce
HTTP API
Enhancement
Messages/SubscriptionsPricing and DiscountsGraphQL
The Standalone Price Deleted Message now includes a new field, sku, which helps you identify the associated SKU when you delete a Standalone Price.
Changes:
- [API] Added field
skuto Standalone Price Deleted Message. - [GraphQL API] Changed the
StandalonePriceDeletedtype:- Added the
skufield to theStandalonePriceDeletedtype.
- Added the
The following changes were introduced in terms of GraphQL SDL:
extend type StandalonePriceDeleted {sku: String}