latestOpenAPI 3.0.02026-08-1036066.9 KB

0919514123f3

Blank

Create Product by Blank Id

Create Product by Blank Id

Create product by blank id with all variants. Note that only MONOGRAM blank category doesn't need images as bodyParam

post/blanks/{id}/create

Path parameters

idstring required

Blank id

Request body

namestring
descriptionstring
variantsinteger[]

Example request

{
  "name": "Product Name",
  "description": "Product Description",
  "images": [
    {
      "url": "https://example.com/image.jpg",
      "position": "front",
      "location": "center",
      "offset": "0"
    }
  ]
}

Response

Successful response