---
title: SubscriptionChangeMetadataItem
framework: advancedcommerceapi
role: symbol
role_heading: Object
path: advancedcommerceapi/subscriptionchangemetadataitem
---

# SubscriptionChangeMetadataItem

The metadata to change for an item, specifically its SKU, description, and display name.

## Declaration

```data
object SubscriptionChangeMetadataItem
```

## Properties

SKU: The new SKU of the item. currentSKU: The original SKU of the item. description: The new description for the item. displayName: The new display name for the item. effective: The string that determines when the metadata change goes into effect.

## See Also

### Subscription metadata changes from the server

- [Change Subscription Metadata](advancedcommerceapi/change-subscription-metadata.md)
- [SubscriptionChangeMetadataRequest](advancedcommerceapi/subscriptionchangemetadatarequest.md)
- [SubscriptionChangeMetadataResponse](advancedcommerceapi/subscriptionchangemetadataresponse.md)
- [SubscriptionChangeMetadataDescriptors](advancedcommerceapi/subscriptionchangemetadatadescriptors.md)
