Sign in

Get distributor

documented

Get distributor by ID.

GET /3dCartWebAPI/v1/Distributors/{distributorId}Distributorsno 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://apirest.3dcart.com/3dCartWebAPI/v2/Distributors/{{$distributorId}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "SecureURL: {{$store_url}}"
Get distributor · Shift4Shop · OpenIntegrations