GET /sale-returns/{id}.json
Path parameters
-
Numeric ID of the instance
Minimum value is
1
.
GET /sale-returns/{id}.json
curl \
-X GET http://api.example.com/v1/sale-returns/{id}.json \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"adminNotes": "string",
"aftershipId": "string",
"commercialInvoiceUrl": "string",
"createdAt": "2024-05-04T09:42:00+00:00",
"days": 42,
"dropshipProviderAddressId": 42,
"durationTerms": "string",
"externalId": "string",
"files": {},
"grams": 0,
"id": 42,
"intercomMessageId": "string",
"labelError": "string",
"labelFileFormat": "png",
"labelFiles": {},
"labelRefund": false,
"labelUrl": "string",
"muteError": false,
"notes": "string",
"paid": 0,
"paymentStatus": "notPaid",
"price": 0,
"provider": "string",
"purchaseId": 42,
"quoteId": "string",
"reference": "string",
"returnAddressLineOne": "string",
"returnAddressLineTwo": "string",
"returnCity": "string",
"returnCountry": "string",
"returnFirstName": "string",
"returnLabelType": "prePaid",
"returnLastName": "string",
"returnName": "string",
"returnShipmentId": 42,
"returnState": "string",
"returnZip": "string",
"saleId": 42,
"saleReturnSource": "internal",
"saleReturnType": "automated",
"serviceLevel": "string",
"serviceLevelTerms": "string",
"shippoLabelIds": [
"string"
],
"status": "requested",
"tags": [
"string"
],
"trackingCompany": "string",
"trackingNumber": "string",
"trackingStatus": "delivered",
"trackingStatusDate": "2024-05-04T09:42:00+00:00",
"trackingStatusDetails": "string",
"trackingUrl": "string",
"updatedAt": "2024-05-04T09:42:00+00:00",
"userId": 42,
"vendorCancelledAt": "2024-05-04T09:42:00+00:00",
"vendorReceivedId": "string",
"vendorReceivedStatus": "notSent"
}