cURL
curl --request POST \ --url https://api.kua.ai/weaver/api/v2/products/custom \ --header 'Content-Type: application/json' \ --data ' { "brand": "", "description": "", "feature": "", "images": [ "<string>" ], "keywords": [ "<string>" ], "link": "", "mainImage": "", "specification": "", "title": "", "videos": [ "<string>" ] } '
{ "brand": "<string>", "createdAt": 123, "description": "<string>", "feature": "<string>", "id": "<string>", "link": "<string>", "mainImage": "<string>", "specification": "<string>", "title": "<string>", "updatedAt": 123, "genre": "Custom", "images": [ "<string>" ], "keywords": [ "<string>" ], "tags": [ "<string>" ], "videos": [ "<string>" ] }
Create a Custom Product from your product specification
Successful Response
Custom
Amazon