Get Shipping Options
GET
/store/shipping-optionsRetrieve a list of Shipping Options.
Request
Query Params
is_return
string
optional
Whether return shipping options should be included. By default, all shipping options are returned.
product_ids
string
optional
"Comma-separated list of Product IDs to filter Shipping Options by. If provided, only shipping options that can be used with the provided products are retrieved."
region_id
string
optional
"The ID of the region that the shipping options belong to. If not provided, all shipping options are retrieved."
Request samples
Responses
OK(200)
Client Error or Multiple Errors(400)
Not Found Error(404)
Invalid State Error(409)
Invalid Request Error(422)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Modified at 10 months ago