Skip to main content

List Vendor Credit Inventory Movements

GET 

/api/vendor-credits/:vendor_credit/inventory-movements

Paginated inventory movements posted against a vendor credit: write-off movements on credit lines and outbound movements from return shipments. Each row includes the product, warehouse, quantity, and the FIFO layer and unit cost where known; unit_cost_provisional is true for rows whose cost is estimated from the product's current unit cost because no layer was consumed.

Required scope: accounting:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Sortable by id, inventory_movement_date, type, inventory_status, quantity, reference, and created_at (default: -inventory_movement_date). Text filters on type, inventory_status, and reference support the advanced-filter operators (is / contains / starts_with / etc.); quantity supports numeric comparisons and inventory_movement_date / created_at support date comparisons.

Request

Responses

OK

Response Headers
    Content-Type