Skip to content

3.19.53

Compare
Choose a tag to compare
@korycins korycins released this 21 Jun 13:50
· 206 commits to main since this release

Breaking changes

  • Require MANAGE_ORDERS permission when fetching order details order(externalReference: String) (#16185) (b59f008)
    Query like this:
{
  order(externalReference:"ASS-12345"){
    id
  }
}

will raise PermissionDenied, when MANAGE_ORDERS permission is missing.