Get all price kinds

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.

SecurityAuthorizationToken
Request
header Parameters
required
object

Valid JSON object that must contain account, stage, date, and channel attributes. eg - {"stage":"prod","account":"5f328bf0b","date":"2020-12-12T08:00:00.000Z","channel":12}

Authorization
required
string

Authorization token or access token for the user, provided by fabric. It can be obtained after logging into fabric's copilot account.

Example: eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...
Request Body schema: application/json
limit
number

Number of records to return on a single page

page
number

Page number to return. Always paired with limit

Responses
200

OK

400

Bad Request

500

Internal Server Error

post/api-offers/price-kind
Request samples
application/json
{
  • "limit": 10,
  • "page": 1
}
Response samples
application/json
[
  • {
    }
]