Sign in

Get shipping group

documented

Get a Shipping Group by ID.

GET /v1/shipping_groups/{id}.jsonShipping Groupsno implementation yet0 runs
No 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_groups/{{$id}}.json?access_token={{OAUTH2_ACCESS_TOKEN}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"
Get shipping group · Storenvy · OpenIntegrations