🔚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/v1/order
This API endpoint allows users to submit new orders for products in the system.
Headers
Name | Type | Description |
---|---|---|
x-api-key* | string | your API-Key |
Request Body:
service-ai-virtual-staging receives style as mandatory widget. To attach widget to request body, you must put id
of widget in as id
in selected_widgets
and id
of selected widget item in item_id
.
Sample Response:
Last updated