Retrieve available shop order statuses for a given integration.

GET {{baseUrl}}/shop-order-statuses?integration_id=<integer>&language=it-it&show_deleted=<boolean>

Note that this section describes a beta version of the Integrations API. Get the list of statuses for the integration. - Only Prestashop V2 integrations are supported. - If the user hasn't picked a language, they will receive the status in the default language, en-gb. - If en-gb is not present, the user receives the status in the first language of the alphabetically ordered list.

Request Params

KeyDatatypeRequiredDescription
integration_idstring(Required) Filter response on integration_id.
languagestringGet a response for the specified language.
show_deletedstringGet all currently available and historical statuses.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;external_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;deleted_at&quot;:&quot;\u003cstring,null-date-time\u003e&quot;,&quot;translations&quot;:[{&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;language&quot;:&quot;fr-fr&quot;}]},{&quot;external_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;deleted_at&quot;:&quot;\u003cstring,null-date-time\u003e&quot;,&quot;translations&quot;:[{&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;language&quot;:&quot;nl-nl&quot;}]}]}