{
"platformOrderId": "20250716005",
"shippingId": "83SWBWK",
"designInfos": [{
"styleCode": "Pants8-10",
"customerSku": "SX88NP6",
"color": "white",
"size": "S",
"quantity": 1,
"mockupList": [
{
"imageUrl": "https://******/user/96323157/1752647977267_95_1752647977362.png"
}
],
"designList": [
{
"printableDesignArea": "Design_1",
"imageUrl": "https://******/user/96323157/1752647977267_95_1752647977362.png"
}
]
},
{
"styleCode": "Pants8-22",
"customerSku": "SX88NP6",
"color": "white",
"size": "M",
"quantity": 1,
"mockupList": [
{
"imageUrl": "https://******/user/96323157/1752647977267_95_1752647977362.png"
}
],
"designList": [
{
"imageUrl": "https://******/user/96323157/1752647977267_95_1752647977362.png"
}
]
},
{
"styleCode": "T-shirt2-24",
"customerSku": "SX88NP6",
"color": "RED",
"size": "S",
"quantity": 1,
"mockupList": [
{
"printableDesignArea": "Front",
"imageUrl": "https://******/user/96323157/1752647977267_95_1752647977362.png"
},
{
"printableDesignArea": "Back",
"imageUrl": "https://******/user/96323157/1752647977267_95_1752647977362.png"
}
],
"designList": [
{
"printableDesignArea": "Front",
"imageUrl": "https://******/user/96323157/1752647977267_95_1752647977362.png"
},
{
"printableDesignArea": "Back",
"imageUrl": "https://******/user/96323157/1752647977267_95_1752647977362.png"
}
]
}
],
"shippingAddress": {
"userName": "JACK",
"country": "US",
"countryAbbreviation": "US",
"province": "GA",
"city": "St. Marys",
"detailAddress": "*********",
"postalCode": "31558",
"email": "*****@gmail.com",
"countryCode": "+1",
"phone": "5854****",
"remark": ""
},
"userMessage": ""
}
curl --location --request POST 'https://www.catkissfish.com/website/open/api/order/create/auto/design/order' \
--header 'access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"platformOrderId": "20250716005",
"shippingId": "83SWBWK",
"designInfos": [{
"styleCode": "Pants8-10",
"customerSku": "SX88NP6",
"color": "white",
"size": "S",
"quantity": 1,
"mockupList": [
{
"imageUrl": "https://******/user/96323157/1752647977267_95_1752647977362.png"
}
],
"designList": [
{
"printableDesignArea": "Design_1",
"imageUrl": "https://******/user/96323157/1752647977267_95_1752647977362.png"
}
]
},
{
"styleCode": "Pants8-22",
"customerSku": "SX88NP6",
"color": "white",
"size": "M",
"quantity": 1,
"mockupList": [
{
"imageUrl": "https://******/user/96323157/1752647977267_95_1752647977362.png"
}
],
"designList": [
{
"imageUrl": "https://******/user/96323157/1752647977267_95_1752647977362.png"
}
]
},
{
"styleCode": "T-shirt2-24",
"customerSku": "SX88NP6",
"color": "RED",
"size": "S",
"quantity": 1,
"mockupList": [
{
"printableDesignArea": "Front",
"imageUrl": "https://******/user/96323157/1752647977267_95_1752647977362.png"
},
{
"printableDesignArea": "Back",
"imageUrl": "https://******/user/96323157/1752647977267_95_1752647977362.png"
}
],
"designList": [
{
"printableDesignArea": "Front",
"imageUrl": "https://******/user/96323157/1752647977267_95_1752647977362.png"
},
{
"printableDesignArea": "Back",
"imageUrl": "https://******/user/96323157/1752647977267_95_1752647977362.png"
}
]
}
],
"shippingAddress": {
"userName": "JACK",
"country": "US",
"countryAbbreviation": "US",
"province": "GA",
"city": "St. Marys",
"detailAddress": "*********",
"postalCode": "31558",
"email": "*****@gmail.com",
"countryCode": "+1",
"phone": "5854****",
"remark": ""
},
"userMessage": ""
}'
{
"code": 0,
"message": "",
"data": {}
}