Sign in

Get shipping class

documented

Get a Shipping Class by ID.

GET /v1/shipping_classes/{id}.jsonShipping Classesno 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_classes/{{$id}}.json" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "API-KEY: {{STORENVY_API_KEY}}" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"