🔚Post VS Order Submit

Uploading & Submitting Order

Mind that your "request body" must be in RAW-JSON format.

Endpoint for submitting your order

POST https://api.aihomedesign.com/api/v1/ai/furnovate/submit

This API endpoint allows users to submit new orders for products in the system.

Headers

Request Body

{
   "orderId": string,
   "eta": integer
}
```This is a sample of request body for this endpoint calling...```

{
    "order_id":"f2d2ad90-10c5-481c-9c73-2a495g0d4c21",
    "space_name" : "space-bedroom",
    "selected_widgets" : 
    [
        {
            "title" : "Style",
            "prompt" : "Hampton"
        }
    ]
}

Last updated