cURL
curl --request GET \ --url https://api.example.com/store/shipping-options/return
{ "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
The ID of the order to get return shipping options for
Successfully retrieved return shipping options
Show child attributes