{ "merchant_external_id": "merchant_123", "users": { "user_link_id": "link_abc123" }, "transaction_total": 2550, "transaction_sub_total": 2300, "transaction_discount": 200, "order_external_id": "order_456789", "order_payment_id": "payment_xyz789", "line_items": [ { "product_id": "prod_001", "product_name": "Premium Coffee", "product_price": 1200 }, { "product_id": "prod_002", "product_name": "Pastry", "product_price": 800 } ] }
{ "code": "created", "message": "External order created successfully", "data": { "order_id": "benji_order_123456", "external_order_id": "order_456789", "merchant_id": "benji_merchant_789", "user_id": "benji_user_456", "total_amount": 2550, "status": "pending", "created_date": "2024-09-25T10:30:00.000Z" } }
Endpoint to create an external order in the Benji platform
Hide properties
Hide line_item properties
merchant_external_id
user_link_id
user_id
150
2599
10000
order_external_id
Was this page helpful?