{
"isSuccess": true,
"message": "<string>",
"payload": [
{
"shipReturnId": 123,
"shipmentKey": 123,
"customerName": "<string>",
"wineDirectOrderNumber": "<string>",
"orderNumber": "<string>",
"orderTypeCode": "<string>",
"orderTypeName": "<string>",
"shipFromWarehouseCode": "<string>",
"consumerFirstName": "<string>",
"consumerLastName": "<string>",
"consumerAddress1": "<string>",
"consumerAddress2": "<string>",
"consumerCity": "<string>",
"consumerState": "<string>",
"consumerZipCode": "<string>",
"notificationEmailAddress": "<string>",
"notificationPhoneNumber": "<string>",
"wmsCarrierCode": "<string>",
"carrierCode": "<string>",
"trackingNumber": "<string>",
"trackingNumberUrl": "<string>",
"trackingStatusUrl": "<string>",
"shipDate": "2023-11-07T05:31:56Z",
"returnDate": "2023-11-07T05:31:56Z",
"returnReasonCode": "<string>",
"returnReasonName": "<string>",
"processingStatusCode": "<string>",
"processingStatusName": "<string>",
"resolutionCode": "<string>",
"resolutionName": "<string>",
"hasPersonalizations": true,
"vasOrderPersonalizations": [
{
"lineNumber": 123,
"type": "<string>",
"message": "<string>",
"options": [
{
"type": "<string>",
"option": "<string>",
"message": "<string>"
}
]
}
],
"lineItems": [
{
"shipReturnId": 123,
"shipmentKey": 123,
"lineNumber": 123,
"componentNumber": 123,
"sku": "<string>",
"skuDescription": "<string>",
"wineDirectSku": "<string>",
"quantityOrdered": 123,
"quantityShipped": 123,
"quantityReturned": 123,
"quantityDamaged": 123,
"quantityMissing": 123,
"vasOrderPersonalizations": [
{
"lineNumber": 123,
"type": "<string>",
"message": "<string>",
"options": [
{
"type": "<string>",
"option": "<string>",
"message": "<string>"
}
]
}
]
}
]
}
]
}
{
"isSuccess": true,
"message": "<string>",
"payload": [
{
"shipReturnId": 123,
"shipmentKey": 123,
"customerName": "<string>",
"wineDirectOrderNumber": "<string>",
"orderNumber": "<string>",
"orderTypeCode": "<string>",
"orderTypeName": "<string>",
"shipFromWarehouseCode": "<string>",
"consumerFirstName": "<string>",
"consumerLastName": "<string>",
"consumerAddress1": "<string>",
"consumerAddress2": "<string>",
"consumerCity": "<string>",
"consumerState": "<string>",
"consumerZipCode": "<string>",
"notificationEmailAddress": "<string>",
"notificationPhoneNumber": "<string>",
"wmsCarrierCode": "<string>",
"carrierCode": "<string>",
"trackingNumber": "<string>",
"trackingNumberUrl": "<string>",
"trackingStatusUrl": "<string>",
"shipDate": "2023-11-07T05:31:56Z",
"returnDate": "2023-11-07T05:31:56Z",
"returnReasonCode": "<string>",
"returnReasonName": "<string>",
"processingStatusCode": "<string>",
"processingStatusName": "<string>",
"resolutionCode": "<string>",
"resolutionName": "<string>",
"hasPersonalizations": true,
"vasOrderPersonalizations": [
{
"lineNumber": 123,
"type": "<string>",
"message": "<string>",
"options": [
{
"type": "<string>",
"option": "<string>",
"message": "<string>"
}
]
}
],
"lineItems": [
{
"shipReturnId": 123,
"shipmentKey": 123,
"lineNumber": 123,
"componentNumber": 123,
"sku": "<string>",
"skuDescription": "<string>",
"wineDirectSku": "<string>",
"quantityOrdered": 123,
"quantityShipped": 123,
"quantityReturned": 123,
"quantityDamaged": 123,
"quantityMissing": 123,
"vasOrderPersonalizations": [
{
"lineNumber": 123,
"type": "<string>",
"message": "<string>",
"options": [
{
"type": "<string>",
"option": "<string>",
"message": "<string>"
}
]
}
]
}
]
}
]
}
Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'
AccountNumber is the unique Customer ID in the WineDirect system.
2
The warehouse (Code)
"GLW" - Glenwillow,
"WDI" - Green Island,
"PSO" - Paso Robles,
"SMA" - Santa Maria,
"SHW" - Willamette Valley
"DAL" - Dallas
The beginning date of the search range (SubmittedDate)
YYYY-MM-DD
The ending date of the search range. (SubmittedDate)
YYYY-MM-DD
The reason for the return (Code)
See https://fulfillment.winedirect.com/administration/api-help
The status of the return (Code)
IN_PROCESS
NEW
RESOLVED
The order number of this item
Carrier tracking Number
A list of returns
Generic container for all service responses
Was this page helpful?