Tạo đơn hàng
API : https://api.pawdo.com/api/integration/order/import.json
Method: POST
Request Header
key | value |
---|---|
X-pawdo-access-token | API KEY |
Request body
key | type |
---|---|
order_name | string |
name | string |
quantity | uint64 |
image_preview | string |
design | string |
string | |
address1 | string |
address2 | string |
city | string |
country | string |
full_name | string |
phone | string |
province | string |
zip | string |
company | string |
province_code | string |
ioss_num | string |
sku_code | string |
properties | string |
variant_id | string |
variant_option1 | string |
variant_option2 | string |
variant_option3 | string |
financial_status | string |
shipping_line | string |
note | string |
resource | string |
Example
json
{
"note": "25/05/25 afternoon import",
"data": [
{
"mockup_front": "https://cdn.pawdo.com/asset_externals/feda8d37-ff5c-4862-9e81-312fb12be83b/59a79df9-e9c1-459a-9c92-ccab19ad8845/images/202505/6f09ebda-3ba6-11f0-a902-0242ac120005.jpg",
"mockup_back": "",
"design_front": "https://cdn.pawdo.com/assets/8c51d46d-0fc2-4ae3-86e0-8f7e6e867003/202506/7fee2fa8-4d7e-11f0-ac67-0242ac160002.png",
"design_back": "",
"design_left": "",
"design_right": "",
"order_number": "ORDER-0012",
"type": "T-Shirt",
"title": "Limited Edition Graphic Tee",
"sku": "TEE-001-BLK-M",
"system_sku": "THS-L9",
"option1": "M",
"option2": "Black",
"option3": "",
"quantity": 2,
"tag": "summer-collection",
"name": "Alex Sanchez",
"address1": "7403 county route 17",
"address2": "",
"option_ship": "standard",
"city": "Lacona",
"state": "New York",
"province_code": "FL",
"country": "United States",
"country_code": "US",
"phone": "",
"email": "",
"postal_code": "13083",
"thank_card": "",
"brand_kit_a5": "",
"brand_kit_a5_clothes": "",
"brand_kit_a6": ""
},
{
"mockup_front": "https://cdn.pawdo.com/asset_externals/feda8d37-ff5c-4862-9e81-312fb12be83b/59a79df9-e9c1-459a-9c92-ccab19ad8845/images/202505/6f09ebda-3ba6-11f0-a902-0242ac120005.jpg",
"mockup_back": "",
"design_front": "https://cdn.pawdo.com/assets/8c51d46d-0fc2-4ae3-86e0-8f7e6e867003/202506/7fee2fa8-4d7e-11f0-ac67-0242ac160002.png",
"design_back": "",
"design_left": "",
"design_right": "",
"order_number": "ORDER-0012",
"type": "T-Shirt",
"title": "Limited Edition Graphic Tee",
"sku": "TEE-002-XL",
"system_sku": "WXN-XL",
"option1": "M",
"option2": "White",
"option3": "",
"quantity": 2,
"tag": "summer-collection",
"name": "Alex Sanchez",
"address1": "7403 county route 17",
"address2": "",
"option_ship": "standard",
"city": "Lacona",
"state": "New York",
"province_code": "FL",
"country": "United States",
"country_code": "US",
"phone": "",
"email": "",
"postal_code": "13083",
"thank_card": "",
"brand_kit_a5": "",
"brand_kit_a5_clothes": "",
"brand_kit_a6": ""
}
]
}
- Sau khi tạo đơn hàng thành công, người dùng vào giao diện Danh sách đơn hàng để kiểm tra thông tin
- Hoặc sử dụng api dưới đây để lấy danh sách thông tin order
Xem danh sách đơn hàng
Method: GET
Request Header
key | value |
---|---|
X-pawdo-access-token | API KEY |
Example
Nếu có bất kỳ vấn đề nào liên quan đến Import và hiển thị danh sách Order, vui lòng liên hệ với bộ phận support của Pawdo qua Facebook để được hỗ trợ.