API Call Flow
1.1 Order API Call Flow: 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];
1.2 Order API Call Flow: 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]
1.3 Create Product Flow
flowchart TD
A[Start] --> B[Upload Image: Media space upload Image]
B --> C[Suggest Categoy/Mapping Category list]
C --> E[Create Product]
E --> F[End]
Last modified: 7 months ago