Skip to content

Commit

Permalink
Update the upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
IKarbowiak committed Jan 15, 2025
1 parent 79da8bf commit b2b4d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrade-guides/core/3-20-to-3-21.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Otherwise, you will need to downtime your solution to ensure correct data migrat
## Authentication required for changing `Order` and `OrderLine` metadata

The [updateMetadata](/api-reference/miscellaneous/mutations/update-metadata.mdx) mutation for `Order` and `OrderLine` now requires the `MANAGE_ORDERS` permission.
After an order is created, customers cannot edit its metadata. Merchants, however, can modify this data using an app built with the appropriate permission.
Once an order is created, customers cannot edit its metadata. However, merchants and apps with the necessary permissions can modify this data.
Fetching metadata remains unchanged.

## Deprecated `manager.perform_mutation` method
Expand Down

0 comments on commit b2b4d89

Please sign in to comment.