Update 21/01/2025
What is Changing?
1. New API: Get B2B Pickup TimeSlot
Get B2B Pickup TimeSlot
API will return the available pickup time slots when creating an order.2. New Parameter in Create B2B Order
Body
config.pickup_time_id
, has been added to the body of the Create B2B Order
API.pickup_time_id
obtained from the Get B2B Pickup TimeSlot
API.3. New Attributes in Get Order Detail
and Get Order List
API Response
approved_time
: The time when the order was approved for the courier.sla_to_pack
: SLA to pack the order.sla_to_ship
: SLA to ship the order (Boxme's SLA).sla_to_fulfill
: SLA to ship the order (Store's SLA).sla_to_delivery
: SLA to deliver the order.sla_to_cancel
: SLA to cancel the order.config.sla_commitment
: Indicates whether the SLA to ship (Boxme's SLA) is committed.config.sla_commitment_note
: Provides a note or reason for not committing to the SLA to ship (Boxme's SLA).Who is Affected?
Create B2B Order
Get Order List
Get Order Detail
How to Apply?
1. Create B2B Order
1.
Get B2B Pickup TimeSlot
API to retrieve available pickup time slots.2.
pickup_time_id
:pickup_time_id
obtained from the Get B2B Pickup TimeSlot
API into the config.pickup_time_id
parameter when creating the B2B order.2. Update and Handle Order Details
Get Order Detail
and Get Order List
API response:approved_time
sla_to_pack
sla_to_ship
sla_to_fulfill
sla_to_delivery
sla_to_cancel
config.sla_commitment
config.sla_commitment_note
Modified at 2025-02-04 08:29:21