Operations at http://4221117.shop53.dandomain.dk/admin/WEBAPI/Endpoints/v1_0/DiscountService
This page describes the service operations at this endpoint.
Uri | Method | Description |
---|---|---|
/{key}/freeShippingSalesDiscount | POST | Create free shipping discount |
PUT | Update free shipping discount | |
/{key}/freeShippingSalesDiscount/{id} | GET | Get free shipping discount by id |
/{key}/freeShippingSalesDiscounts/{siteId}/{pageIndex}/{pageSize} | GET | Get a list of all free shipping discounts in the system |
/{key}/freeShippingSalesDiscountsCount/{siteId} | GET | Get total freeShippingSalesDiscounts count |
/{key}/generalSalesDiscount | PUT | Update general discount |
POST | Create general discount | |
/{key}/generalSalesDiscount/{id} | GET | Get general discount by id |
/{key}/generalSalesDiscounts/{siteId}/{pageIndex}/{pageSize} | GET | Get a list of all general discounts in the system |
/{key}/generalSalesDiscountsCount/{siteId} | GET | Get total generalSalesDiscounts count |
/{key}/groupSalesDiscount | POST | Create group discount discount |
PUT | Update group discount discount | |
/{key}/groupSalesDiscount/{id} | GET | Get group discount by id |
/{key}/groupSalesDiscounts/{siteId}/{pageIndex}/{pageSize} | GET | Get a list of all group discounts in the system |
/{key}/groupSalesDiscountsCount/{siteId} | GET | Get total groupSalesDiscounts count |
/{key}/packageSalesDiscount | POST | Create package discount |
PUT | Update package discount | |
/{key}/packageSalesDiscount/{id} | GET | Get package discount by id |
/{key}/packageSalesDiscounts/{siteId}/{pageIndex}/{pageSize} | GET | Get a list of all package discounts in the system |
/{key}/packageSalesDiscountsCount/{siteId} | GET | Get total packageSalesDiscounts count |
/{key}/quantitySalesDiscount | POST | Create quantity discount |
PUT | Update quantity discount | |
/{key}/quantitySalesDiscount/{id} | GET | Get quantity discount by id |
/{key}/quantitySalesDiscounts/{siteId}/{pageIndex}/{pageSize} | GET | Get a list of all quantity discounts in the system |
/{key}/quantitySalesDiscountsCount/{siteId} | GET | Get total quantitySalesDiscounts count |
/{key}/salesDiscount/{id} | DELETE | Delete sales discount |