Minor Change to SyncOnlineSale/SyncOnlineSales Response
over 8 years ago by Shane Stivers
We will be slightly modifying the body of the response we return in SyncOnlineSale and SyncOnlineSales.
Previously, the "Status" field of the body would say "BadRequest". Now, we will be updating the "Status" field of the body to look like the following:
{
"OrderId": null,
"Status": "Too many requests",
"Errors": []
}
The Header will still be the same so this change only affects the body. Feel free to contact us if you have any questions or concerns. Thank you!
This should be released on May 6, 2016.