Get all Distributors
GET {{baseUrl}}/3dCartWebAPI/v1/Distributors?limit=<integer>&offset=<integer>&company=<string>&email=<string>&country=<string>&state=<string>&city=<string>&phone=<string>&countonly=<integer>
Get all Distributors
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Maximum number of items that can be returned | |
offset | string | Starting point for the return data | |
company | string | Company Name of the Distributor | |
email | string | Email of the Customer | |
country | string | Country name of the Customer | |
state | string | State of the Customer | |
city | string | City of the Customer | |
phone | string | Phone of the Customer | |
countonly | string | Count the number of rows only |