Search order statuses
GET
https://app.ecwid.com/api/v3/{storeId}/profile/order_statuses
Required access scopes
Your app must have the following access scopes to make this request: read_store_profile
Path params
All path params are required.
storeId
number
Ecwid store ID.
Headers
The Authorization header is required.
Authorization
Bearer secret_ab***cd
Access token of the application.
Response JSON
A JSON object with the following fields:
items
Details about all order statuses.
items
statusId
string
orderStatusType
string
Defines if it's a payment or shipping status.
One of:
PAYMENT_STATUS
FULFILLMENT_STATUS
defaultStatus
boolean
Defines if it's a built-in status (true) or a custom one (false
).
Custom order statuses:
CUSTOM_PAYMENT_STATUS_1
CUSTOM_PAYMENT_STATUS_2
CUSTOM_PAYMENT_STATUS_3
CUSTOM_FULFILLMENT_STATUS_1
CUSTOM_FULFILLMENT_STATUS_2
CUSTOM_FULFILLMENT_STATUS_3
enabled
boolean
Defines if the status is enabled and can be used in the store.
sendNotificationWhenStatusIsAssigned
boolean
Defines if the "Order status updated" email should be automatically sent to customers.
name
string
Name of the order status visible in Ecwid admin and emails. Available only for custom order statuses
nameTranslated
Available translations for the order status name. Available only for custom order statuses
lastNameChangeDate
string
Datetime of the latest name change for custom order statuses in UTC +0.
For example, 2023-01-01 12:00:00 +0000
Available only for custom order statuses
translations
Object with text field translations in the "lang": "text"
format, where the "lang"
is an ISO 639-1 language code. For example:
Translations are available for all active store languages. Only the default language translations are returned if no other translations are provided for the field. Find active store languages with GET
/profile
request > languages
> enabledLanguages
.
Last updated
Was this helpful?