Skip to main content

Distributor

Distributor master allows you to setup distributors for the locations

POST /controllers/distributor.ashx
ParameterTypeRequiredDescription
DistributorNameStringYesName of the distributor - unique
CodeStringNoUnique code for the channel
GTINStringNoGTIN# for the distributor
ExternalDistributorCodeStringNoExternal reference code for the distributor

🧩 Distributor List API (Response)​

lists the details of each distributor including their unique ID, name, reference code, GTIN, address, active status, and the client they are associated.

GET /Controllers/Distributor.ashx?action=list&start=0&limit=50&asArray=0

ParameterTypeDescription
DistributorIdIntegerUnique identifier for the distributor
DistributorNameStringName of the distributor
CodeStringInternal reference code for the distributor
GTINStringGlobal Trade Item Number for the distributor
AddressStringPrimary address for the distributor
IsActiveBooleanIndicates if the distributor is currently active
ClientIdIntegerID of the client the distributor belongs to
ClientNameStringName of the client