-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
salesShipmentRepositoryV1 api sql error #3986
Comments
@owenhaynes You must mark atleast one item as shipped for the shipment to get created. Have a look here . |
Will give this a shot later, but still unrelated to the mysql error, which is outputted |
@mbrinton01 can you look into it? |
Hello @owenhaynes, @mujtaba2012 is correct. You need to specify the item(s) to be in the shipment in your call. Please try the call again using his feedback and let us know if you receive an error. |
According to contributor guide, tickets without response for two weeks should be closed. |
- fixed MAGETWO-64838 Unable to create order from store front if customer address custom attribute is required.
Steps to reproduce
{ "entity": { "orderId": 1, "comments": [{ "comment": "test" }] } }
Expected result
Actual result
{ "message": "Could not save shipment" }
and in the magneto logs
[2016-03-06 18:07:10] main.CRITICAL: Zend_Db_Statement_Exception: Report ID: webapi-56dc71ced11ac; Message: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'price' in 'where clause', query was: SELECT
main_table
.* FROMsales_order
ASmain_table
WHERE (price
< '10') in /var/www/html/lib/internal/Magento/Framework/Webapi/ErrorProcessor.php:194Stack trace:
#0 /var/www/html/lib/internal/Magento/Framework/Webapi/ErrorProcessor.php(139): Magento\Framework\Webapi\ErrorProcessor->_critical(Object(Zend_Db_Statement_Exception))
#1 /var/www/html/app/code/Magento/Webapi/Controller/Rest.php(163): Magento\Framework\Webapi\ErrorProcessor->maskException(Object(Zend_Db_Statement_Exception))
#2 /var/www/html/var/generation/Magento/Webapi/Controller/Rest/Interceptor.php(24): Magento\Webapi\Controller\Rest->dispatch(Object(Magento\Framework\App\Request\Http))
#3 /var/www/html/lib/internal/Magento/Framework/App/Http.php(115): Magento\Webapi\Controller\Rest\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http))
#4 /var/www/html/lib/internal/Magento/Framework/App/Bootstrap.php(258): Magento\Framework\App\Http->launch()
#5 /var/www/html/index.php(39): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http))
#6 {main} [] []
exception.logmain.CRITICAL: Zend_Db_Statement_Exception: Report ID: webapi-56dc71ced11ac; Message: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'price' in 'where clause', query was: SELECT
main_table
.* FROMsales_order
ASmain_table
WHERE (price
< '10') in /var/www/html/lib/internal/Magento/Framework/Webapi/ErrorProcessor.php:194The text was updated successfully, but these errors were encountered: