Warehouse Outbound Receipts
List warehouse outbound receipts
Returns a paginated list of warehouse outbound receipts. The endpoint supports filtering by warehouse, client, and receipt number.
GET
List warehouse outbound receipts
Authorizations
Bearer token created for a specific company in Integrations → API.
Query Parameters
Optional filter by a warehouse.
Optional filter by a client.
Optional substring filter by outbound 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 outbound receiptCreates a new warehouse outbound receipt. If you send `clientId`, the existing client is used. If you omit `clientId` and send the `client` object, the backend resolves or creates the client from that payload. The request uses the same stock availability validation as the web, so the endpoint returns `422` when available stock is insufficient.
Next
List warehouse outbound receipts

