Parameters for accepting offer
Parameters for accepting offer
Return serial number
A promise that resolves to the accept offer response containing:
Cancel a compensation dispute. Sellers can only cancel compensation disputes, not normal disputes. This means sellers can only cancel disputes when return_status is ACCEPTED and compensation_status is COMPENSATION_REQUESTED.
Parameters for cancelling dispute
Parameters for cancelling dispute
Optionalemail?: stringEmail for contact
Return serial number
A promise that resolves to the cancel dispute response containing:
Confirm refund for a return request.
Parameters for confirming return
Parameters for confirming return
Return serial number
A promise that resolves to the confirm response containing:
Convert image files to URLs. Supports specific formats and pictures within 10MB.
Parameters for converting images
Parameters for converting image
Images to convert
Optionalreturn_sn?: stringReturn serial number
Optionalupload_image?: stringUpload image content
A promise that resolves to the convert image response containing:
Dispute a return request. Support raising dispute when return_status is REQUESTED/PROCESSING/ACCEPTED.
Parameters for disputing return
Parameters for disputing return
Dispute reason
Optionaldispute_reason_id?: numberDispute reason ID
Optionaldispute_text_reason?: stringDispute text reason
Email for contact
Optionalimage_list?: string[]Image list
Optionalimages?: string[]Images for dispute
Return serial number
A promise that resolves to the dispute response containing:
Get the available solutions offered to buyers.
Parameters for getting available solutions
Parameters for getting available solutions
Return serial number
A promise that resolves to the available solutions response containing:
Use this API to get detail information of a return by return serial number.
Parameters for getting return detail
Parameters for getting return detail
Return serial number
A promise that resolves to the return detail response containing:
Get the dispute return reasons available for a return.
Parameters for getting dispute reasons
Parameters for getting return dispute reason
Return serial number
A promise that resolves to the dispute reason response containing:
Use this API to get detail information of many returns by shop ID.
Parameters for getting return list
Parameters for getting return list
Optionalcreate_time_from?: numberCreate time from
Optionalcreate_time_to?: numberCreate time to
Optionalnegotiation_status?: stringNegotiation status filter
Page number
Page size
Optionalseller_compensation_status?: stringSeller compensation status filter
Optionalseller_proof_status?: stringSeller proof status filter
Optionalstatus?: stringReturn status filter
Optionalupdate_time_from?: numberUpdate time from
Optionalupdate_time_to?: numberUpdate time to
A promise that resolves to the return list response containing:
Get reverse and post-return logistics information of return request.
For Normal RR, returns complete reverse logistics information. For In-transit RR and Return-on-the-Spot, only returns latest reverse logistics status without providing complete reverse logistics information.
For seller_validation, only one segment of reverse (buyer to seller), use tracking_info. For warehouse_validation, two segments of reverse (buyer to warehouse and warehouse to seller), use post_return_logistics_tracking_info for the second segment.
Parameters for getting reverse tracking info
Parameters for getting reverse tracking info
Shopee's unique identifier for a return/refund request (serial number of return)
A promise that resolves to the reverse tracking info response containing:
Get the list of shipping carriers and required parameters for uploading shipping proof. Only for TW and BR returns with is_seller_arrange = true.
Parameters for getting shipping carriers
Parameters for getting shipping carrier
Return serial number
A promise that resolves to the shipping carrier response containing:
Offer a solution to the buyer during negotiation.
Parameters for offering solution
Parameters for offering solution
Optionalproposed_adjusted_refund_amount?: numberProposed adjusted refund amount
Optionalproposed_solution?: stringProposed solution
Optionalrefund_amount?: numberRefund amount
Return serial number
Solution to offer
A promise that resolves to the offer response containing:
Query the evidence uploaded through the upload evidence API.
Parameters for querying proof
Parameters for querying proof
Return serial number
A promise that resolves to the query proof response containing:
Upload evidence for a return, including text, pictures, and videos.
Parameters for uploading proof
Optionaldescription?: stringProof description
Optionalphoto?: ProofPhotoItem[]Proof photos
Optionalproof_image?: ProofImageItem[]Proof images
Optionalproof_text?: ProofTextItem[]Proof text
Optionalproof_video?: ProofVideoItem[]Proof videos
Return serial number
A promise that resolves to the upload proof response containing:
Upload shipping proof for seller-arranged returns. Only for TW and BR returns with is_seller_arrange = true. This is not to upload evidence for disputes.
Parameters for uploading shipping proof
Parameters for uploading shipping proof
Additional fields as key-value pairs
Carrier ID
Optionalimage_id_list?: { image_id?: string }[]Image ID list
Optionalremarks?: stringRemarks
Return serial number
Optionalreverse_logistics_carrier_id?: numberReverse logistics carrier ID
Optionalreverse_logistics_carrier_name?: stringReverse logistics carrier name
Tracking number
A promise that resolves to the upload shipping proof response containing:
Accept an offer from the buyer.