CryptoExchange API :: Receiving returned items in a transaction

Receiving returned items in a transaction

Once you have received the returned goods from the buyer, you mark the applicable items as received. This will start the inspection period. If you do not accept or reject the items before the end of the inspection period, Cryptoexchange.com will automatically assume that you accept them.

Marking all items as received

Marking all of the items in a transaction as received is as simple as making a patch request to https://cryptoexchange.com/api/v1/escrow/partner/transaction/id and setting the action field to seller_received_product_back.

If the API call is successful, it will return the updated transaction object.