English
English
Appearance
English
English
Appearance
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
{
"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": ""
}
]
}
Method: GET
Request Header
key | value |
---|---|
X-pawdo-access-token | API KEY |
Example
If you encounter any issues with importing or displaying the order list, please reach out to Pawdo’s support team via Facebook for support.