...
In one order can’t be placed tires from different suppliers. In this case it should be several different orders.:
Code Block { "success": false, "status": 400, "error_code": 400099, "message": "All tires must belong to the same supplier", "errors": null }
In one order can’t be placed more than four sku:
Code Block { "success": false, "status": 400, "error_code": 400100, "message": "Max tires exceeded, 4 tires allowed.", "errors": null }