Create Return

Creates a Return Merchandise Authorization (RMA).


For more information see the CreateReturn Model.

Headers

Impilo-API-KeystringRequired

Request

This endpoint expects an object.
patientIdlongOptional

The patient that is making the return.

siteIdlongOptional

The site that is making the return.

returnItemslist of objectsOptional

An array of non-tracked items expected on this return.

returnDeviceslist of objectsOptional

An array of devices expected on this return.

shippingOptionenumOptionalDefaults to standard

The shipping service level.

Allowed values:
emailLabelbooleanOptional

Indicates if the return shipping label will be emailed or shipped.

Response

This endpoint returns an object.
idlongOptional

Unique identifier for the return, managed by Impilo.

patientobjectOptional

The patient that is making the return.

siteobjectOptional

The site that is making the return.

currentStatusstringOptional

The current status of this return.

returnKitslist of objectsOptional

An array of kits related to items expected on this return.

returnItemslist of objectsOptional

An array of non-tracked items expected on this return.

returnEventslist of objectsOptional

An array of the return events for this return.

trackingNumberslist of objectsOptional

An array of tracking numbers associated with this return.

returnDeviceslist of objectsOptional

An array of devices expected on this return.

relatedOrderIdlongOptional

The identifier of a related order, if exists.