WillCall
Use this controller to access the method used to create a shipment in ShipSameday.com
API | Description |
---|---|
POST api/WillCall/Activate |
Use to activate an order from a quote status, you can also update contents |
GET api/WillCall/{UserGUID} |
Retruns Orders list which status is set to "WILL CALL" |
Thermofisher
Use this controller to access the method used to create a shipment in ShipSameday.com
API | Description |
---|---|
POST thermofisher |
Used to create a new shipment in ShipSameday. The method is secure and requires a UserGUID to be assigned. |
Invoice
Use to manage invoices
API | Description |
---|---|
GET api/Invoice/Detail/{UserGUID}/{InvoiceNumber} |
Retrieve the details for an invoice including file data |
Security
Contains the security methods related to Shipper API
API | Description |
---|---|
POST api/Security/UserInfo |
Use this method to authenticate a user and get profile information |
Ship
Use this controller to access the method used to create a shipment in CourierCloud.com
API | Description |
---|---|
POST api/Ship |
Used to create a new shipment in CourierCloud. The method is secure and requires a UserGUID to be assigned. |
POST api/Ship/Update |
Use to update an order, it's pickup and delivery addresses |
POST api/Ship/ActivateOrder |
Use to activate an order from a quote status, you can also update contents |
POST api/Ship/CancelOrder |
Use this method to cancel an order that has not shipped yet |
Track
This controller is used to provide tracking information and status for shipments.
API | Description |
---|---|
GET api/Track/{CompanyID}/{TrackingNumber} |
Used to provide tracking information on public facing web site (non secure). Limited information is provided since the method can be access outside of the security restrictions. |
GET api/Track/{UserGUID}/{TrackingNumber}/{TimeFormat} |
Use this method to get detailed status information regarding your shipment. This is a secure method that requires a UserGUID parameter for authentication. |
GET api/Track/GetActiveOrders/{UserGUID} |
Used to retrieve the current active orders |
GET api/Track/GetRecentDeliveries/{UserGUID} |
Used to retrieve the recent deliveries |