Create or update custom status mapping for an integration
Order statuses
Create or update custom status mapping for an integration
Upsert a map of available shop order statuses and Sendcloud’s internal status category for an integration
POST
Create or update custom status mapping for an integration
Authorizations
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Body
application/json
Create or update the mapping of available shop order statuses onto Sendcloud's internal status category.
Sendcloud Integration ID.
Example:
23452345
Array containing available shop order statuses mapped onto Sendcloud's internal status category.
- Create or update an existing map of available shop order statuses onto Sendcloud's internal status category for the given integration.
- Make sure the mapping array contains objects of each Sendcloud's internal status categories.
- Map each of Sendcloud's internal status categories onto either
AvailableStatus.external_idorNone. - Note that two
external_idsmay map to the same internal status category.
Required array length:
4 elementsResponse
OK.