ops

fetchAndUpdateTradeInInfoOps Trade in

Fetch trade in update by OPS

put/ops/trade-ins/fetch-update

Request body

idstring required

The ID of the asset trade in

trade_in_idstring required

The ID of the trade in from the partner

trade_in_product_idstring required

The product ID from the partner side

Example request

{
  "id": "abc123",
  "trade_in_id": "abc123",
  "trade_in_product_id": "abc123"
}

Response

OK response.

Changes

No recorded changes to this endpoint across all 6 revisions of this API.