Create or overwrite the whole list of available shop order statuses.
POST {{baseUrl}}/shop-order-statuses
Note that this section describes a beta version of the Integrations API. Insert shop-specific custom statuses into the Sendcloud system. - Integrations can have their own custom shop statuses. - To get your order updates in time, Sendcloud needs to know what statuses are available. - This endpoint updates all existing statuses. That includes creating new statuses, changing existing ones, and deleting ones that no longer exist. - Only Prestashop V2 integrations are supported.
Request Body
{"integration_id"=>"<integer>", "statuses"=>[{"external_id"=>"<string>", "translations"=>[{"status"=>"<string>", "language"=>"fr-fr"}]}, {"external_id"=>"<string>", "translations"=>[{"status"=>"<string>", "language"=>"en-gb"}]}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
"\u003cnull\u003e"