{
"shipping_options": [
{
"id": "<string>",
"name": "<string>",
"price_type": "flat_rate",
"amount": 123,
"data": {},
"requirements": {}
}
]
}
Retrieves a list of return shipping options for a specific order
{
"shipping_options": [
{
"id": "<string>",
"name": "<string>",
"price_type": "flat_rate",
"amount": 123,
"data": {},
"requirements": {}
}
]
}
The ID of the order to get return shipping options for
Successfully retrieved return shipping options
The response is of type object
.