Download the PHP package tcgunel/omniship-fedex without Composer
On this page you can find all versions of the php package tcgunel/omniship-fedex. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tcgunel/omniship-fedex
More information about tcgunel/omniship-fedex
Files in tcgunel/omniship-fedex
Download tcgunel/omniship-fedex
More information about tcgunel/omniship-fedex
Files in tcgunel/omniship-fedex
Vendor tcgunel
Package omniship-fedex
Short Description FedEx carrier for Omniship shipping library
License MIT
Package omniship-fedex
Short Description FedEx carrier for Omniship shipping library
License MIT
Please rate this library. Is it a good library?
Informations about the package omniship-fedex
Omniship FedEx
FedEx carrier driver for the Omniship shipping library.
Uses the FedEx REST API with OAuth 2.0 authentication.
Installation
Usage
Initialize
Create Shipment
Track Shipment
Cancel Shipment
Get Rates
Tracking Status Mapping
| FedEx Code | Description | ShipmentStatus |
|---|---|---|
PU |
Picked up | PICKED_UP |
OC |
Order created | PRE_TRANSIT |
IT |
In transit | IN_TRANSIT |
AR |
Arrived at facility | IN_TRANSIT |
DP |
Departed facility | IN_TRANSIT |
OD |
Out for delivery | OUT_FOR_DELIVERY |
DL |
Delivered | DELIVERED |
DE |
Delivery exception | FAILURE |
CA |
Cancelled | CANCELLED |
RS |
Return to shipper | RETURNED |
API Details
- Transport: REST/JSON via PSR-18 HTTP client
- Auth: OAuth 2.0 (client credentials grant)
- Base URL:
https://apis.fedex.com(prod),https://apis-sandbox.fedex.com(sandbox) - Create:
POST /ship/v1/shipments - Track:
POST /track/v1/trackingnumbers - Cancel:
PUT /ship/v1/shipments/cancel - Rates:
POST /rate/v1/rates/quotes
Testing
License
MIT
All versions of omniship-fedex with dependencies
PHP Build Version
Package Version
The package tcgunel/omniship-fedex contains the following files
Loading the files please wait ...