IRetailer | |
public interface IRetailerReturnCodeService : IBusinessService
The IRetailerReturnCodeService type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateRetailerReturnCode | Creates a retailer return code. | |
| DeleteRetailerReturnCode | Deletes the retailer return Code. | |
| GetRetailerReturnCodeByCode | Gets a single RetailerReturnCode by the code defined on a prototype object. | |
| GetRetailerReturnCodeById | Gets Retailer ReturnCode Code by ID. | |
| GetRetailerReturnCodes | Gets all retailer return Codes. | |
| UpdateRetailerReturnCode | Updates a retailer return code with new values. |