CAT KISS FISH
  1. Order
CAT KISS FISH
  • Start
  • 【Get access_token】
    • access_token
      GET
  • Product
    • Design List
      POST
    • Product List
      POST
    • API/CSV Products
      POST
    • Product Detail
      GET
  • Order
    • Order List
      POST
    • Order Detail
      GET
    • Create Online Design Order
      POST
    • Create Auto Design Order
      POST
    • Query Order Tracking Number
      GET
    • Query Order Tracking Info
      POST
  1. Order

Create Auto Design Order

POST
/open/api/order/create/auto/design/order
Example:
Style code:Pants8-10 Corresponding size requirements(Access to templates)
Style code:Pants8-22 Corresponding size requirements(Print on demand)
Style code:T-shirt2-24 Corresponding size requirements( Front:6378 * 7559px Back:6378 * 7559px Left:6378 * 7559px Right:Back:6378 * 7559px)

Request

Header Params
access-token
string 
required
Default:
dnKoMgUlXd3t0vvGpV7M5L6ttWo2lbcRCkpHcHxHRLTDwSKK57OEUeRJ90wU
Body Params application/json
platformOrderId
string  | null 
required
Platform order ID
shippingId
string  | null 
optional
Shipping ID
userMessage
string  | null 
optional
Message Board
note
string  | null 
optional
Note
designInfos
array[object (DesignInfo) {7}]  | null 
required
Design info
styleCode
string  | null 
required
Style Code
customSku
string  | null 
optional
Customer SKU
size
string  | null 
required
Size
quantity
string  | null 
required
Quantity
color
string  | null 
required
Size
mockupList
array[object (OrderImageInfoPojo) {2}]  | null 
required
Mockup List
designList
array[object (OrderImageInfoPojo) {2}]  | null 
required
Design List
shippingAddress
object (ReceivingAddress) 
required
Receiving Address
countryCode
string  | null 
optional
区号
Country Code
userName
string  | null 
required
Recipient Name
countryAbbreviation
string  | null 
required
Country
province
string  | null 
required
Province/State
city
string  | null 
required
City
postalCode
string  | null 
required
ZipCode
email
string  | null 
optional
Email
phone
string  | null 
optional
Phone
detailAddress
string  | null 
required
Address
Example
{
	"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": ""
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
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": ""
}'

Responses

🟢200Success
application/json
Body
code
integer  | null 
optional
code 0:success
message
string  | null 
optional
data
object () 
optional
Example
{
  "code": 0,
  "message": "",
  "data": {}
}
Modified at 2025-07-17 09:38:00
Previous
Create Online Design Order
Next
Query Order Tracking Number
Built with