Delivery
Using the order inquiry feature on the shopping mall's My Page, the delivery progress status of a single order can be checked. In addition, using a postal code, whether the corresponding area is a remote island/mountainous area can be checked, and delivery completion processing can be performed for orders whose delivery is complete.
API Function List
Single Delivery Tracking
The delivery progress status can be viewed via My Page >> Order Inquiry >> Delivery Tracking screen. Based on the requested delivery number, delivery information is tracked by integrating with an external delivery tracking system (Sweet Tracker). The response provides the delivery completion status, courier name, tracking number, delivery progress time, current location, and progress status.
Order
GET
Remote Area Check
Checks whether an area is a remote island/mountainous area. Using the requested postal code, it checks whether additional delivery fees apply for the delivery group classification, returning “Y” if additional delivery fees apply, and “N” otherwise.
Order
POST
Receipt Completion Processing (FO)
Processes delivery completion for the requested order information. It receives the original order's existing order history status code and the order history status code to change to (Delivery Completed), and updates the order history status to Delivery Completed.
Order
POST