Retrieves a paginated list of all normal price kinds that are setup earlier. It returns only price-kinds, not the price information. Price kinds indicate if the offer is under clearance or promotion or base price status. If clearance or promotion price is not set up earlier, a price kind is considered as base price.
OK
Bad Request
Internal Server Error
{- "limit": 10,
- "page": 1
}
[- {
- "priceKindId": 10000001,
- "name": "PRICE_KIND_01",
- "channel": 123,
- "isActive": true,
- "isSoftDeleted": false
}
]