Questions tagged [shipment]
The shipment tag has no summary.
218 questions
0 votes
0 answers
28 views
Magento 2 creates duplicate inventory_reservation entries on shipment, causing Salable Qty higher and Source Qty lower
I am facing an issue in Magento 2 (MSI enabled) where creating a shipment for an order creates two entries in the inventory_reservation table for the same SKU. This is causing Salable Quantity to be ...
0 votes
1 answer
58 views
Prevent Quantity Decrease on shipment generate
I want to prevent the decrease product QTY after the shipment generation. Actually my client is using NetSuite and he want to update the QTY from there. They are managing all orders from the NetSuite. ...
0 votes
1 answer
182 views
Tracking and items ordered missing from shipment email in Magento 2.4
I've created a module to notify the customer when a custom carrier has been added. I've used an observer on the sales_order_shipment_save_after event but the tracking info and items ordered are empty ...
0 votes
1 answer
336 views
How to make tracking number visible in Sales Order Shipment Grid
I'd like to make the sales order shipment tracking number (which is present in the sales_shipment_grid table) visible in the Shipments grid for an order in the Admin: I understand I need to create a ...
2 votes
0 answers
148 views
Magento 2 | Add tracking number in the shipment already created
On the Magento2 backend in the shipment tab I noticed that it is possible to add a second tracking number even when the shipment is already created. The problem is that when you click "add" ...
0 votes
1 answer
224 views
Magento 2.4.2 Order Status stuck on processing
When an order comes in an invoice is created automatically and gets send out. I can also find that invoice when i click on the order. If I ship the order then, the shipment email goes out to the ...
0 votes
1 answer
174 views
Create Shipment By Order Increment Id
To create shipment by Rest API, I am using it and it is working fine. {base_url}/rest/V1/order/15/ship Parameter 15 is order_id. I want to create shipment by order increment id. Is there any way to do ...
0 votes
3 answers
2k views
Magento2: Invoice and shipment emails are not going to the customer
I am using Magento2.3.1. I have installed mageplaza SMTP extension and configured it with Send Grid details. I have completed all configuration and able to sent test email successfully. After that I ...