Skip to main content

Create a Vendor Address Point - createSellerAddressPoint()

Create a Vendor Address Point

The createSellerAddressPoint() method on the Horoz Logistics E-Export Integration Webservice is used to specify from which point of the seller the products to be used in order entry will be taken when the order is selected to be taken from the address. This may be used in two manners. It may be entered through Horoz portal, or such information may be transferred by the client by using this method. The need to use such information will be activated in the event that the products are received from the address during the order entry. The options entered here are selected by the seller, and the product reception address is forwarded to the carrier. This method has a singularity in the departure points owned by the seller based on the sellerAddressPoint information. No multiple records with the same sellerAddressPoint information may not be created. The seller address city and county information, which will be used in this method, must be created with the records available in the listCounties method. Any request, which contain any information other than such records, will not be recorded in the system with error warnings. The createSellerAddressPoint() method is an E-Export web service method that allows the client to define the seller departure points from which the orders will be placed in the Horoz system.

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

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

  • The createSellerAddressPoint() method is an E-Export web service method that allows the client to define the seller exit points for which an order will be created in the Horoz system to the Horoz system.

  • For clients that will be included in the Horoz Lojistijk E-Export Integration, it is essential to define the seller exit points before order creation.

  • createSellerAddressPoint() method as parameter; sellerAddressPoint, sellerAddressCity, sellerAddressCounty, sellerAddress, sellerAddress, sellerAddressPostCode, sellerAddressPhone1, sellerAddressPhone2,sellerAddressEmailAddress, sellerAddressOfficialPerson values in JSON format as POST method.

  • The method returns sellerAddressPointId, responseCode and responseMessage to the client in return, indicating the success/failure of the registration. In the response of the exit location creation method, the ID for the created exit location record is added. This ID is expected to be used in the exit location update method.


POST createSellerAddressPoint()

Parameter Descriptions & Rules

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

PARAMETERDESCRIPTIONDATA TYPELENGTHFIELD LOCATIONREQUIRMENT
processKeyprocessKey information defined for the clientstring100HeaderMandatory
sellerAddressPointSeller departure point namestring30inBody RequestMandatory
sellerAddressCitySeller departure point citystring100inBody RequestMandatory
sellerAddressCountySeller departure point countystring100inBody RequestMandatory
sellerAddressSeller departure point addressstring500inBody RequestMandatory
sellerAddressPostCodeSeller departure point post codestring20inBody RequestMandatory
sellerAddressPhone1Seller departure point phone1string20inBody RequestMandatory
sellerAddressPhone2Seller departure point phone2string20inBody RequestOptional
sellerAddressEmailAddressSeller departure point e-mail addressstring100inBody RequestMandatory
sellerAddressOfficialPersonSeller departure point official personstring100inBody RequestMandatory

Service Responses

You can access the successful/unsuccessful service responses here.