mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[API][Maintenance] Note the removal of shop translations endpoints
This commit is contained in:
parent
cb73ff8ee5
commit
259f628b0b
1 changed files with 9 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue