Get all RMAs
GET {{baseUrl}}/3dCartWebAPI/v1/RMA?rmastatusid=<integer>&rmareasonid=<integer>&rmamethodid=<integer>&catalogid=<integer>&sku=<string>&datestart=<string>&dateend=<string>&limit=<integer>&offset=<integer>&countonly=<integer>
Get a list of all RMAs
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
rmastatusid | string | Status of the RMA | |
rmareasonid | string | Reason of the RMA | |
rmamethodid | string | Method of the RMA | |
catalogid | string | Catalog ID | |
sku | string | SKU Code of the product | |
datestart | string | Date Start (mm/dd/yyyy hh:mm:ss) | |
dateend | string | Date End (mm/dd/yyyy hh:mm:ss) | |
limit | string | Maximum number of items that can be returned | |
offset | string | Starting point for the return data | |
countonly | string | Count the number of rows only |