Get Unidentified Receiving Order
Returns a single unidentified receiving order (URO) owned by the merchant, including its attachments. Responds 404 if the URO does not exist or belongs to another merchant.
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token
OR
AuthorizationBearer
OAuth2 authentication using JWT tokens
Path parameters
uroId
Id of the unidentified receiving order
Response
Success
attachments
Images attached to the URO. Empty array when none.
barcode
URO barcode/tag
comment
Free-text comment on the URO
created_date
Date the URO was created
id
Unique id of the unidentified receiving order
linked_wro_date
Timestamp the URO was linked to a WRO, or null when not linked
linked_wro_id
Id of the linked WRO, or null/0 when the URO is not yet linked
reason
Reason the receiving order is unidentified
tracking_barcode
Tracking barcode captured for the URO
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error

