Closed egalindoEH closed 6 months ago
Debugging sdk, I saw that sometimes async is false and others is true.
Why is happening this?
Async equals false
Async equals true
Hello,
You have an exception: 400 Bad Request
response because the interval between the start date and the end date can't be greater than a year.
This information is mentioned in the response body
try {
$result = $api->exportOrdersAsync($request);
} catch (\GuzzleHttp\Exception\ClientException $e) {
throw new \Exception($e->getResponse()->getBody()->getContents());
}
Best regards, Alexandre
Hi, Im having a lot of issues with OR13 endpoint.
But after this gave me an exception:
400 Bad Request
responseSometimes works but most common isn't. I tried changing timezone but is the same.
Im using: PHP: ("php": "^8.0") Mirakl: "mirakl/sdk-php-shop": "^1.20"