Skip to main content

2. Service Structure

Service Structure

This section contains the operations within the relevant service, the internal structure of these operations, and the notifications generated by the service.


Service Operations

The E-Export Service includes the operations listed in Table 1. The internal structure of the specified operations is provided.

ServiceEndpointMethodURLDefinition
Service Access ControlserviceControlGET/serviceControlThe method to check access to the integration service.
List City and County InformationlistCountiesPOST/listCountiesThe web service method that returns the list of country, city, and county defined in the Horoz system to the client.
List Product GroupslistProductGroupsPOST/listProductGroupsThe web service method that returns the list of product groups defined in the Horoz system to the client.
Create ProductcreateProductsPOST/createProductsThe method that allows product information to be sent to the Horoz system.
List ProductslistProductsPOST/listProductsThe web service method that returns the list of products defined in the Horoz system to the client.
Create Seller Address PointcreateSellerAddressPointPOST/createSellerAddressPointThe web service method that allows seller departure address information to be recorded in the Horoz system.
List Seller Address PointslistSellerAddressPointsPOST/listSellerAddressPointsThe web service method that returns the list of seller departure address information defined in the Horoz system to the client.
List Horoz WarehouseslistHorozWarehousesGET/listHorozWarehousesThe web service method that returns the list of Horoz Overseas warehouses defined in the Horoz system to the client.
Create Road OrdercreateRoadOrderPOST/createRoadOrderThe web service method that allows E-Export road order information to be recorded in the Horoz system.
List Road OrderslistRoadOrdersPOST/listRoadOrdersThe web service method that returns the list of E-Export road order information recorded in the Horoz system to the client.
List Road Order StatuslistRoadOrderStatusPOST/listRoadOrderStatusThe web service method that returns the shipment statuses of E-Export road orders recorded in the Horoz system to the client.
Update ProductupdateProductPOST/updateProductThis method is used to update the information of products previously defined in the HOROZ system to be used in the order creation step.
Select Collection PointsselectCollectionPointsPOST/selectCollectionPointsThis method is used to determine the collection points of products for orders with the recipient type “Self Delivery” among the orders to be recorded in the Horoz system.
Update Seller Address PointupdateSellerAddressPointPOST/updateSellerAddressPointThis method is used to update the departure point information defined in the HOROZ system to specify from which point of the seller the products to be picked up for an order will be taken.
Create Air OrdercreateAirOrderPOST/createAirOrderThe web service method that allows E-Export air order information to be recorded in the Horoz system.

Table 1. Service operation list