Jump to Content
ShippingEasy
API Reference
ShippingEasy
API Reference
API Reference

Documentation

  • Getting Started
  • API Credentials
  • Rate Limits and Throttling
  • Official API Client Libraries
  • Authentication
  • Bruno API Example Collection

Customer API

  • /ordersget
  • /orders/:idget
  • /storesget
  • /stores/:store_api_key/ordersget
  • /stores/:store_api_key/orders/:external_order_identifierget
  • /stores/:store_api_key/orderspost
  • /stores/:store_api_key/orders/:order_id/cancellationspost
  • /stores/:store_api_key/orders/:external_order_identifier/statusput
  • Quick Start
  • Ecommerce Plugin Development
  • Shipment notification callback

Ruby client

  • Github Repository
  • Getting Started
  • Finding an order
  • Retrieving multiple orders
  • Creating an order
  • Canceling an order
  • Callback Authentication

PHP client

  • Github Repository
  • Getting Started
  • Finding an order
  • Retrieving multiple orders
  • Creating an order
  • Canceling an order
  • Callback authentication
  • Accessing Other APIs

.Net Client

  • Github Repository
  • Getting Started
  • Creating an order
  • Callback Authentication
  • Accessing Other APIs

Making requests via curl

  • Example requests
Powered by 

Official API Client Libraries

ShippingEasy developed API client libraries

ShippingEasy has several official client libraries available:

  • PHP
  • Ruby
  • .NET

We recommend you incorporate your language's API client library into your code base since it handles authentication and error handling out of the box.