Retrieve Product Categories

For international shipping, it's important to declare the type of product being shipped for accurate tax and duty calculations. You're able to retrieve and store the attributes used by Easyship by using the reference resource.

In order to download the categories, you'll need to issue a GET request to:
/reference/v1/categories

{
  "categories": [
    {
      "name": "Mobile Phones",
      "slug": "mobile_phones"
    },
    {
      "name": "Tablets",
      "slug": "tablets"
    },
    {
      "name": "Computers & Laptops",
      "slug": "computers_laptops"
    },
    {
      "name": "Cameras",
      "slug": "cameras"
    },
    {
      "name": "Accessory (no-battery)",
      "slug": "accessory_no_battery"
    },
    {
      "name": "Accessory (with battery)",
      "slug": "accessory_with_battery"
    },
    {
      "name": "Health & Beauty",
      "slug": "health_beauty"
    },
    {
      "name": "Fashion",
      "slug": "fashion"
    },
    {
      "name": "Watches",
      "slug": "watches"
    },
    {
      "name": "Home Appliances",
      "slug": "home_appliances"
    },
    {
      "name": "Home Decor",
      "slug": "home_decor"
    },
    {
      "name": "Toys",
      "slug": "toys"
    },
    {
      "name": "Sport & Leisure",
      "slug": "sport_leisure"
    },
    {
      "name": "Bags & Luggages",
      "slug": "bags_luggages"
    },
    {
      "name": "Audio Video",
      "slug": "audio_video"
    },
    {
      "name": "Documents",
      "slug": "documents"
    },
    {
      "name": "Jewelry",
      "slug": "jewelry"
    },
    {
      "name": "Dry Food & Supplements",
      "slug": "dry_food_supplements"
    },
    {
      "name": "Books & Collectibles",
      "slug": "books_collectibles"
    },
    {
      "name": "Pet Accessory",
      "slug": "pet_accessory"
    },
    {
      "name": "Gaming",
      "slug": "gaming"
    },
    {
      "name": "Crowdfunding",
      "slug": "crowdfunding"
    },
    {
      "name": "Others",
      "slug": "others"
    }
  ]
}

What’s Next

Now you have everything you need to get started and create & despatch your first shipment