Resolve Import (Preview SKUs/POs)
POST/api/inbound-shipments/:inbound_shipment/resolve-import
Resolves SKUs and PO numbers from a bulk import file, returning matched products and purchase order lines before committing. Use this as a preview/validation step before calling import-items.
Authentication: Requires Bearer token.
Fields:
- skus (required): Array of SKUs or barcodes to resolve (1-5000 items)
- po_numbers (optional): Array of PO numbers to filter matching lines
Request
Responses
- 200
Successful response