Luke Rodgers

Results 110 comments of Luke Rodgers

Hello I have not heard of this error. [This comment](https://github.com/magento/magento2/issues/9762#issuecomment-535268431) on that issue says > Similar to bundles...configurable items sort of have a similar issue. You can't post the order_item_id...

Possible duplicate of https://github.com/AmpersandHQ/magento2-disable-stock-reservation/issues/29

Yeah looking at the posts on that ticket and the previous issue. 1. What kind of products in the order? configurable? simple? 2. How are you triggering the shipment, via...

thanks @deepikajaniyani If you can give me an idea of what the shipment request looks like I can try and capture it in a test Currently the test does simple...

Thanks @deepikajaniyani that is weird, the endpoint is the same as the one in the tests :/ What exact version of magento are you running? I will trigger the tests...

@deepikajaniyani I am off for a few days but when I am back I will spin up an enterprise site to run our tests against and see what that pulls...

Helloy @deepikajaniyani I have tested this on enterprise 2.3.2-p2 with the following amendment to the test suite to also invoice the order https://github.com/AmpersandHQ/magento2-disable-stock-reservation/blob/ef06afcfcd89e5d8cdce91f0c5c9f3f85b7e5c72/dev/tests/acceptance/CheckoutCest.php#L84-L87 It still goes green for me. Can...

Closing this as we continue to use shipments via rest api without issue https://github.com/AmpersandHQ/magento2-disable-stock-reservation/pull/110 This can be reopened if verified thanks

Hi @jeroencusters We have not tested it with this functionality I think. You will need to try it and let us know how it goes. Thanks

Hello We use the shipment API on our clients without issue. Furthermore shipment via the API is covered in this test https://github.com/AmpersandHQ/magento2-disable-stock-reservation/blob/d5751b1a3428a53ae5382151ba45e80ca9214798/dev/tests/acceptance/CheckoutCest.php#L86 I recommend you try and replicate this locally...