Warehouse Inbound Receipts
List warehouse inbound receipts
Returns a paginated list of warehouse inbound receipts. The endpoint supports filtering by warehouse, supplier, and receipt number.
GET
List warehouse inbound receipts
Authorizations
Bearer token created for a specific company in Integrations → API.
Query Parameters
Optional filter by a warehouse.
Optional filter by a supplier.
Optional substring filter by inbound receipt number.
Field used to sort the result set.
Available options:
number, issue_date, created_at, updated_at Sort direction.
Available options:
asc, desc Number of results per page.
Required range:
1 <= x <= 200Page number.
Required range:
x >= 1Previous
Create warehouse inbound receiptCreates a new warehouse inbound receipt. If you send `supplierId`, the existing supplier is used. If you omit `supplierId` and send the `supplier` object, the backend resolves or creates the supplier from that payload. If you send an `Idempotency-Key`, repeating the create request with the same payload returns the original response.
Next
List warehouse inbound receipts

