sendcloud
sendcloud copied to clipboard
Provides a PHP client to interact with the SendCloud API in an object-oriented way.
Currently it is not possible to add `order_status`, `payment_status` & `total_order_value` per Parcel right? Is it possible to built this in? https://api.sendcloud.dev/docs/sendcloud-public-api/integrations/operations/create-a-integration-shipment
This PR adds support for `shipping_method_checkout_name`, which is a free field that can be set when creating a parcel. We use this field to send a custom value to Sendcloud...
- Rewrite to use Symfony's HTTP client and accept it as a ctor argument. Closes #43. - Uses dedicated mock client and responses in tests and verifies URLs, methods and...
When something isn't working as expected with Sendcloud, their support usually asks us for the JSON we send over. It seems the only way to add logging middleware is to...
add more options to getShipping methods according to the Sendcloud documentation