Printago API
POST
/v1/parts/create-skus
Create SKUs from parts
Create SKU products from selected parts. Each part becomes a new SKU with the part linked to it.
Request Body
Array of part-to-SKU mappings with custom names
RequestBody
value
object[]
Example Request
application/json
[
{
"partId": "string",
"skuName": "string"
}
]
Response Schema
Response
value
object[]
Example Response
201 OK — application/json
[
{
"sku": "string",
"title": "string",
"description": "string",
"totalCogs": 1,
"id": "string",
"storeId": "string",
"createdAt": "2026-08-24T03:58:55.768Z",
"updatedAt": "2026-08-24T03:58:55.768Z"
}
]