shippo-php-client icon indicating copy to clipboard operation
shippo-php-client copied to clipboard

Shipping API PHP library (USPS, FedEx, UPS and more)

Results 30 shippo-php-client issues
Sort by recently updated
recently updated
newest added

Is there a way to use the rates at checkout feature with this lib?

Full explanation: https://stackoverflow.com/a/71133750 Shippo_Object implements ArrayAccess: https://www.php.net/manual/en/class.arrayaccess.php Warnings getting in PHP log: PHP Deprecated: Return type of Shippo_Object::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute...

I've run across some typos while developing with the latest SDK. Here are a couple fixes, though there may be more corrections needed

* We are marketplace using oauth * Our marketplace created order on behalf of vendor using vendors oauth key. * Vendor purchased shipping label (transaction) for that order using shippo...

Transaction array contained in response received by calling `/orders/id` endpoint. ```json "transactions": [ { "object_id": "****", "object_status": "SUCCESS", "label_url": "****", "tracking_number": "****", "test": true } ] ``` Expected shape of...

It would be nice to have support for orders too https://goshippo.com/docs/reference/php#orders

I create orders from Shippo create order API order created successfully, but in Shippo dashboard there is no packaging info selected

I am trying to replication the Shipments table on the Shippo Dashboard in my own application, but I cannot figure out how to get the recipient address from the transaction...

These examples have not been updated in many moons and the API has changed. I'm sure all the others will need to be redone in some capacity, but I was...