[API][Maintenance] Note the removal of shop translations endpoints

This commit is contained in:
Jan Goralski 2024-02-29 14:15:34 +01:00
parent cb73ff8ee5
commit 259f628b0b
No known key found for this signature in database
GPG key ID: 95D91BA380F31EDD

View file

@ -214,6 +214,15 @@ respond with a `Sylius\Bundle\ApiBundle\Exception\TranslationLocaleMismatchExcep
) {
}
```
1. Disabled product and taxon editing at `/admin/product-taxons/{id}` operation to improve data integrity. To modify a productTaxon, remove the existing association and create a new one.
1. The keys for adjustment endpoints' responses have been changed from `order_item` to `orderItem` and `order_item_unit` to `orderItemUnit`.
1. The following shop endpoints for getting the translation resources have been removed:
* `GET `/shop/taxon-translations/{id}`
* `GET `/shop/product-translations/{id}`
* `GET `/shop/product-variant-translations/{id}`
* `GET `/shop/shipping-method-translations/{id}`
The fields those endpoint were exposing are available on their respective translation subject resources.