Skip to main content

List of Vendor Address Points- listSellerAddressPoints()

List of Vendor Address Points

The listSellerAddressPoints() method on the Horoz Logistics E-Export Integration should be used to list the seller's sales points created on the HOROZ portal or on the integration of the marketplace on behalf of the seller. The place of use should be presumably during the order creation phase, when the purchase type is purchase from address, the seller should select the definition record from this list from which he wants the products to be purchased. There is no feature to cancel these records on HOROZ or on integration. The existing record can be updated with update methods. Important information about the listSellerAddressPoints() method and the things to be considered when querying the seller address points in the Horoz system are listed below for the information of the clients.

  • listSellerAddressPoints() method is a RESFtul web service method that receives data in JSON format with POST method.

  • When querying the Horoz system for seller address points with the listSellerAddressPoints() method, the information must be passed to the body part of the method in the JSON data type. The processKey of the client must be passed to the header part of the method in parameter type. The submission made with the listSellerAddressPoints() method must be encoded as UTF-8 and transmitted to the Horoz Logistics E-Export Integration Web service.

  • The listSellerAddressPoints() method is a function that returns to the client a list of seller exit points defined in the Rooster system.

  • The listSellerAddressPoints() method in the Horoz Logistics E-Export Integration Webservice receives the sellerAddressPointId values in JSON format as a POST method. The method will return sellerAddressPoint, sellerAddressCity, sellerAddressCounty, sellerAddressCounty, sellerAddressPostCode, sellerAddress, Returns sellerAddressFloor, sellerAddressApartment, sellerAddressOfficialPerson, sellerAddressPhone1, sellerAddressPhone2, sellerAddressEmailAddress information to the client. ID information has been added to the output place list returns.


POST listSellerAddressPoints()

Parameter Descriptions & Rules

The following table shows the input and output parameters of the listSellerAddressPoints() operation and their The types and formats of the parameters are listed.

PARAMETERDESCRIPTIONDATA TYPELENGTHFIELD LOCATIONREQUIRMENT
processKeyprocessKey information defined for the clientstring100HeaderMandatory
sellerAddressPointIdUnique seller departure point ID informationinteger-inBody RequestMandatory

Service Responses

You can access the successful/unsuccessful service responses here.