Get shipping rate
documentedGet a Shipping Rate for a certain combination of Shipping Group and Shipping Class.
GET /v1/shipping_rate.jsonShipping Ratesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.storenvy.com/v1/shipping_rate.json?access_token={{OAUTH2_ACCESS_TOKEN}}&{{$query}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"