GET
/
store
/
shipping-options
/
return
{
  "shipping_options": [
    {
      "id": "<string>",
      "name": "<string>",
      "price_type": "flat_rate",
      "amount": 123,
      "data": {},
      "requirements": {}
    }
  ]
}

Query Parameters

order_id
string
required

The ID of the order to get return shipping options for

Response

200 - application/json

Successfully retrieved return shipping options

The response is of type object.