Sign in

List product distributors

documented

List product distributors.

GET /3dCartWebAPI/v1/ProductDistributorsProductsno 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/ProductDistributors?limit={{$limit}}&offset={{$offset}}&query={{$query}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "SecureUrl: {{$store_url}}"
List product distributors · Shift4Shop · OpenIntegrations