ShipmentItems
Individual shipment item management and tracking
📄️ Get shipment item by ID
Retrieves a single shipment item by its unique identifier, including quantity and order item reference.
📄️ Update an existing shipment item
Updates an existing shipment item with new information. Only provided fields will be updated, existing values are preserved for omitted fields.
📄️ Delete a shipment item
Permanently deletes a shipment item. This action cannot be undone.
📄️ Search and filter shipment items
Retrieves a paginated list of shipment items based on specified search criteria such as shipment ID, order item ID, or quantity ranges.
📄️ Create a new shipment item
Creates a new shipment item linking an order item to a shipment with specified quantity.