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.
UI Improvement
- Connect to the seller portal
- Check the outstanding orders and you should be able to see the new "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.
Invoice Changes
The Invoice PDF now shows the number of items dispatched
Related articles