We announce the release of a new API version aimed at providing convenience for our partners using the service.
/api/v2/orders/fulfill/pack/
{
"tracking_number": "YOUR_BOXME_TRACKING_NUMBER", // Replace with actual Boxme tracking number
"self_shipment": {
"courier_name": "GHN", // Replace with the actual courier (e.g., J&T, SPX)
"courier_tracking_code": "THE_COURIER_TRACKING_CODE", // Replace with actual code from courier
"org_courier_name": "GHN" // Replace with the actual courier
},
"handover_method": "pickup", // Or 'dropoff' depending on your setup
"fulfill_type": "priority", // *** This is the important part for FDR ***
"fulfill_sla_time": 0, // Standard value, leave as 0 unless advised otherwise
"store_created_time": 1698768000, // Replace with the actual order creation timestamp (Unix format)
"shipping_label": "https://example.com/your_shipping_label.pdf" // Replace with the URL to the shipping label
}