Vendor Return Authorization

When you track vendor returns using authorizations, you know the status of each return and you can track accurate information about each return you process. The vendor return workflow includes obtaining Return Materials Authorization (RMA) from the vendor, then processing the return in NetSuite to track information about each return.

For information about working with vendor return authorizations in the UI, see Vendor Return Authorization Overview.

NetSuite exposes the vendor return authorization record to REST web services. This record enables you to manage a specific vendor return authorization record.

The REST API Browser includes information about the field names and field types of the vendor return authorization record. It also includes the HTTP methods, request parameters, and operations available to this record. For details, see the REST API Browser’s vendorReturnAuthorization reference page.

For information about using the REST API Browser, see The REST API Browser.

The vendor return authorization record contains the following subrecords:

The vendor return authorization record contains fields that are related to taxation features.

REST web services do not support legacy tax features. To work with taxation through REST web services you must have the SuiteTax feature enabled. For more information about using SuiteTax, see SuiteTax.

Record ID

The record ID for a vendor return authorization REST record is vendorReturnAuthorization. To use the vendor return authorization REST record, you must have the Vendor Return Authorization feature enabled.

Code Samples

The following samples show some common actions for a vendor return authorization.

Creating a Vendor Return Authorization

              { "entity": { "id": "36", "refName": "EU Vendor" }, "item": { "items": [{ "item": { "id": "89" }, "quantity": 5 }] }
} 

            

Updating a Vendor Return Authorization

              { "entity": { "id": "38" }, "currency": {"id": 1}
} 

            

Related Topics

REST Web Services Supported Records
SuiteTalk REST Web Services Overview and Setup
Working with Records
NetSuite Record Structure
The REST API Browser

General Notices