Closed maslias closed 10 months ago
Hello,
The documentation of the API OR24 says:
Validate the shipment of an order in the SHIPPING status
The order id you mentioned is not in the SHIPPING status. Do you reproduce the same error with a valid order?
Thank you. Regards.
Hello,
The documentation of the API OR24 says:
Validate the shipment of an order in the SHIPPING status
The order id you mentioned is not in the SHIPPING status. Do you reproduce the same error with a valid order?
Thank you. Regards.
Yeah this is right. My Onboarding Agent insisted that the status is irrelevant for that. And i was hoping for a more clear error message.
Thanks for the help!
You're right, the error is not really explicit in the Guzzle wrapped exception but maybe you have more information in the original message thrown by the Mirakl API. Something like:
(string) $e->getResponse()->getBody()
I get always a Bad Reqest for this one:
` use Mirakl\MMP\Shop\Request\Order\Ship\ShipOrderRequest; use Mirakl\MMP\Shop\Client\ShopApiClient as ShopApiClientOut;
`
Any ideas?