latestOpenAPI 3.0.32026-08-193973220.1 KB

6a1303364143

BuyBack

List of suspend reasons

List of suspend reasons that could be used to put a BuyBack order in SUSPENDED state. Caller must be an authenticated merchant.

get/ws/buyback/v1/orders/suspend-reasons

Response

OK

messagestring required

Details of the reason

identifierstring required

Identifier of the reason

categorystring

Category of the reason

Example response

[
  {
    "message": "Empty parcel",
    "identifier": "parcel_empty",
    "category": "Transport issue"
  }
]