@spree/docs 0.1.121 → 0.1.123
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-reference/admin-api/endpoints.md +1 -1
- package/dist/api-reference/store.yaml +225 -204
- package/dist/developer/dashboard/concepts.md +103 -0
- package/dist/developer/dashboard/customization/backend.md +126 -0
- package/dist/developer/dashboard/customization/navigation.md +211 -0
- package/dist/developer/dashboard/customization/permissions.md +123 -0
- package/dist/developer/dashboard/customization/quickstart.md +100 -0
- package/dist/developer/dashboard/customization/routes.md +187 -0
- package/dist/developer/dashboard/customization/slots.md +114 -0
- package/dist/developer/dashboard/customization/tables.md +167 -0
- package/dist/developer/dashboard/customization/translations.md +96 -0
- package/dist/developer/dashboard/deployment.md +80 -0
- package/dist/developer/dashboard/overview.md +105 -0
- package/dist/developer/dashboard/plugins/distributing.md +137 -0
- package/dist/developer/dashboard/plugins/overview.md +46 -0
- package/dist/developer/dashboard/plugins/publishing.md +142 -0
- package/dist/developer/dashboard/plugins/scaffolding.md +133 -0
- package/dist/developer/dashboard/public-api.md +241 -0
- package/dist/developer/dashboard/recipes/attribute-end-to-end.md +212 -0
- package/dist/developer/dashboard/recipes/custom-form-field.md +174 -0
- package/dist/developer/dashboard/recipes/page-action-button.md +189 -0
- package/dist/developer/dashboard/recipes/sidebar-widget.md +147 -0
- package/dist/developer/dashboard/slots-catalog.md +173 -0
- package/dist/developer/sdk/admin/extending.md +70 -0
- package/dist/developer/sdk/admin/quickstart.md +3 -3
- package/dist/developer/tutorial/admin.md +2 -0
- package/dist/developer/tutorial/api.md +2 -0
- package/dist/developer/tutorial/extending-models.md +2 -0
- package/dist/developer/tutorial/model.md +2 -0
- package/package.json +1 -1
|
@@ -366,7 +366,7 @@ Endpoints marked — are exempt from scope checks (authentication and session en
|
|
|
366
366
|
|
|
367
367
|
| Method | Path | Required scope | Summary |
|
|
368
368
|
|---|---|---|---|
|
|
369
|
-
| `POST` | `/translations/batch` |
|
|
369
|
+
| `POST` | `/translations/batch` | `write_*` (eg. `write_products`) for every resource type in the batch (for API-key authentication) | Batch upsert translations |
|
|
370
370
|
|
|
371
371
|
## Webhook endpoints
|
|
372
372
|
|