API Call Flow
1. Register a Product Inventory Flow
graph TD
A[Start] --> B[Upload Image: Media space upload Image]
B --> C[Suggest Categoy/Mapping Category list]
C --> E[Create Product]
E --> F[End]
2. Inbound Shipment API Call Flow (ASN)
graph TD
A[Start] --> B[Create Inbound Shipment]
B --> C[Create ASN Booking]
C --> D[Shipment Received & Inspected at warehouse]
D --> E[Get Receiving Note]
E --> F[End]
API | Document | Note |
---|---|---|
Create Inbound Shipment | https://developers.boxme.asia/api-5002029 | |
Create ASN Booking | https://developers.boxme.asia/api-6615089 | Refer to Get Available Time Slot API or Manual booking |
Get Receiving Note | https://developers.boxme.asia/api-5286407 |
3. Order API Call Flow
3.1 Platform Delivery/Seller Own fleet.
Delivery service: BM_DBS
graph TD
B[Start by order place] --> C[Create order];
C[Create order] --> D[Order Pack];
D --> E[Update Document - Optional];
API | Document | Note |
---|---|---|
Create Order API | https://developers.boxme.asia/api-4893913 | config.delivery_service:"BM_DBS" |
Order Pack | https://developers.boxme.asia/api-5231045 | shipping_label uri is require |
3.2 Boxme Delivery
graph TD
A[Start by order place] --> B[Get Shipping Option]
B[Get Shipping Option] --> C[Create order]
C[Create order] -.-> D[Optional: Attach Invoice/PO by Update Document API]
API | Document | Note |
---|---|---|
Get Shipping Option | https://developers.boxme.asia/api-4893907 | |
Create Order API | https://developers.boxme.asia/api-4893913 | config.delivery_service from Get Shipping Option |
Update document | https://developers.boxme.asia/api-4893914 |
3.3 B2B Order
graph TD
A[Start by order place] --> B[Create B2B order]
B[Create B2B order] -.-> C[Optional: Attach Invoice/PO by Update Document API]
API | Document | Note |
---|---|---|
Create B2B Order API | https://developers.boxme.asia/api-5097742 | ship_to.customer_code defined when you onboard Whosale/Retailer list |
Update document | https://developers.boxme.asia/api-4893914 | Upload PO, Invoice |
Last modified: 13 days ago