Get Unidentified Receiving Orders

View as Markdown

Returns a list of unidentified receiving orders (UROs) for the merchant. Use isCompleted to filter to UROs that are not yet linked to a WRO (false, default) or that are linked (true). Up to 50 records are returned per page.

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token

OR
AuthorizationBearer
OAuth2 authentication using JWT tokens

Query parameters

isCompletedbooleanOptional

When false (default) returns UROs not yet linked to a WRO; when true returns UROs linked to a WRO.

pageintegerOptional

1-based page number. Up to 50 records are returned per page.

Response

Success

Errors

401
Unauthorized Error
403
Forbidden Error