put https://app.ecwid.com/api/v3//profile/order_status/
Update a specific order status
Access scopes
Requires the following access scope: update_store_profile
Request
Field | Type | Description |
---|---|---|
enabled | boolean | true if status is enabled and can be used in the store, false otherwise |
sendNotificationWhenStatusIsAssigned | boolean | When order status is changed, store will send an "Order status updated" email to customer (if this notification is enabled) if true , false to disable notifications for the custom status |
name | string | Name of a custom order status showed in the Control Panel and in emails |
nameTranslations | <Translations> | Name translations for custom order statuses in languages currently enabled in store |
Translations
Field | Type | Description |
---|---|---|
<ISO_LANG_CODE> | string | Translations for each available language. If no other translations are provided, the default language translations is returned. See available languages in store language settings |