Return
Get a return
Fetch a single return by its Distru ID, including its line items, generated credits, associated sales order and invoice numbers, and the computed return quantities.
Returns 404 if no return with that ID exists within your company, or if it has been deleted. This endpoint is eventually consistent: a change can take up to 1 second to appear here.
Required permission: returns_permissions_view.
get/public/v1/returns/{id}
Path parameters
idstring required
Distru ID of the return — the same id string returned as id in a return response.
Response
A single return
Changes
No recorded changes to this endpoint across all 1 revision of this API.