sdk-php-shop icon indicating copy to clipboard operation
sdk-php-shop copied to clipboard

Mirakl PHP SDK for sellers

Results 12 sdk-php-shop issues
Sort by recently updated
recently updated
newest added

Hi, I initially tried to implement the OR74 UploadOrderDocument API via guzzle without success, then I tried via this SDK, but still I can't attach the invoices to the order,...

Hi, Does this SDK contains webhooks to call the API, i mean for example call the API when a new order is placed on Mirakl ? And not use a...

Hey ! Can't find a way to create a product ! I am able to create an offer of a product that already exist with updateoffer but its impossible to...

Hi, How to search product by title or description (like by UI)? Tomasz

Hi, I am using the API about offer, field product_ id_type, what are the optional values of type? I download offer to my own system, but I don't know how...

For [`GetOrdersRequest::class`](https://github.com/mirakl/sdk-php-shop/blob/master/src/Mirakl/MMP/Shop/Request/Order/Get/GetOrdersRequest.php) the example mentions pagination: ```php /** * (OR11) Retrieve orders * * Sort by creation date, order identifier, shop name and then by index of the order line...

Name on composer must match project name, you can not change it. It's creating lot of conflicts.

If an offer has no discount, then `Mirakl\MMP\Common\Domain\Offer\AbstractOffer::getDiscount` will return `NULL`. This is not documented in the type-hint, which subsequently causes problems with PHPStan and co.

Instead of : use Mirakl\MMP\Shop\Request\Order\Tax\UpdateOrderTrackingInfoRequest; It should be : use Mirakl\MMP\Shop\Request\Order\Tracking\UpdateOrderTrackingInfoRequest;