The shipment system requires that each line item be dispatched in full (for example, a line item with a quantity of 4 must be shipped all at once).
Marketplacer has a "quantity selector" next to each line item in the seller UI for flexibility. Our API also allows splitting a single line item across multiple shipments. This system also ensures that the total dispatched quantity does not exceed the purchased amount.
- Log in to the Seller portal.
- From Orders > All Orders, view an outstanding order and you should be able to see the quantity selector for each item.
- As per existing behavior, you can also update shipping information for the quantity selected
The current behavior around customer emails is preserved. They receive an email each time something gets dispatched.
Packing Slip
The PDF shows the number of items dispatched
Related articles