Sign in

List manufacturers

documented

List manufacturers.

GET /3dCartWebAPI/v1/ManufacturersManufacturersno 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/v1/Manufacturers?limit={{$limit}}&offset={{$offset}}&countonly={{$countonly}}\" \\\n  -X GET \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Accept: application/json\" \\\n  -H \"SecureURL: {{$secure_url}}\" \\\n  -H \"PrivateKey: {{$private_key}}\" \\\n  -H \"Token: {{$token}}\"