Skip to content

Import Order

API : https://api.pawdo.com/api/integration/order/import.json

Method: POST

Request Header

keyvalue
X-pawdo-access-tokenAPI KEY

Request body

keytype
order_namestring
namestring
quantityuint64
image_previewstring
designstring
emailstring
address1string
address2string
citystring
countrystring
full_namestring
phonestring
provincestring
zipstring
companystring
province_codestring
ioss_numstring
sku_codestring
propertiesstring
variant_idstring
variant_option1string
variant_option2string
variant_option3string
financial_statusstring
shipping_linestring
notestring
resourcestring

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": ""
        }
    ]
}

An image

  • After the order is successfully created, users can go to the Order List page to check the information.
  • Or use the API below to retrieve the order information list.

Order List

API : https://api.pawdo.com/api/integration/order.json

Method: GET

Request Header

keyvalue
X-pawdo-access-tokenAPI KEY

Example

An image

If you encounter any issues with importing or displaying the order list, please reach out to Pawdo’s support team via Facebook for support.