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.
Service | Endpoint | Method | URL | Definition |
---|---|---|---|---|
Service Access Control | serviceControl | GET | /serviceControl | The method to check access to the integration service. |
List City and County Information | listCounties | POST | /listCounties | The web service method that returns the list of country, city, and county defined in the Horoz system to the client. |
List Product Groups | listProductGroups | POST | /listProductGroups | The web service method that returns the list of product groups defined in the Horoz system to the client. |
Create Product | createProducts | POST | /createProducts | The method that allows product information to be sent to the Horoz system. |
List Products | listProducts | POST | /listProducts | The web service method that returns the list of products defined in the Horoz system to the client. |
Create Seller Address Point | createSellerAddressPoint | POST | /createSellerAddressPoint | The web service method that allows seller departure address information to be recorded in the Horoz system. |
List Seller Address Points | listSellerAddressPoints | POST | /listSellerAddressPoints | The web service method that returns the list of seller departure address information defined in the Horoz system to the client. |
List Horoz Warehouses | listHorozWarehouses | GET | /listHorozWarehouses | The web service method that returns the list of Horoz Overseas warehouses defined in the Horoz system to the client. |
Create Road Order | createRoadOrder | POST | /createRoadOrder | The web service method that allows E-Export road order information to be recorded in the Horoz system. |
List Road Orders | listRoadOrders | POST | /listRoadOrders | The web service method that returns the list of E-Export road order information recorded in the Horoz system to the client. |
List Road Order Status | listRoadOrderStatus | POST | /listRoadOrderStatus | The web service method that returns the shipment statuses of E-Export road orders recorded in the Horoz system to the client. |
Update Product | updateProduct | POST | /updateProduct | This 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 Points | selectCollectionPoints | POST | /selectCollectionPoints | This 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 Point | updateSellerAddressPoint | POST | /updateSellerAddressPoint | This 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 Order | createAirOrder | POST | /createAirOrder | The web service method that allows E-Export air order information to be recorded in the Horoz system. |
Table 1. Service operation list