curl --location --request GET 'https://api.xente.co/products/{id}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
{
"message": "Product items retrieved successfully",
"code": 0,
"data": {
"currentPage": 1,
"pageSize": 2,
"totalCount": 44,
"totalPages": 22,
"collection": [
{
"productItemId": "AIRTELDATABUNDLESUG_24510766",
"name": "Weekly_150MB Phone",
"category": "DATA",
"amount": 2000.00,
"isAmountFixed": true,
"validityPeriod": "Weekly",
"type": "DATA",
"productId": "AIRTELDATABUNDLESUG",
"shortDescription": null,
"longDescription": null,
"productRegex": null,
"isActive": true,
"productItemCode": "24510766",
"sortOrder": 0
},
{
"productItemId": "AIRTELDATABUNDLESUG_24510767",
"name": "Weekly_7GB",
"category": "DATA",
"amount": 20000.00,
"isAmountFixed": true,
"validityPeriod": "Weekly",
"type": "DATA",
"productId": "AIRTELDATABUNDLESUG",
"shortDescription": null,
"longDescription": null,
"productRegex": null,
"isActive": true,
"productItemCode": "24510767",
"sortOrder": 0
}
],
"previousPage": false,
"nextPage": true
}
}
This endpoint get a list of products items under a product
curl --location --request GET 'https://api.xente.co/products/{id}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
{
"message": "Product items retrieved successfully",
"code": 0,
"data": {
"currentPage": 1,
"pageSize": 2,
"totalCount": 44,
"totalPages": 22,
"collection": [
{
"productItemId": "AIRTELDATABUNDLESUG_24510766",
"name": "Weekly_150MB Phone",
"category": "DATA",
"amount": 2000.00,
"isAmountFixed": true,
"validityPeriod": "Weekly",
"type": "DATA",
"productId": "AIRTELDATABUNDLESUG",
"shortDescription": null,
"longDescription": null,
"productRegex": null,
"isActive": true,
"productItemCode": "24510766",
"sortOrder": 0
},
{
"productItemId": "AIRTELDATABUNDLESUG_24510767",
"name": "Weekly_7GB",
"category": "DATA",
"amount": 20000.00,
"isAmountFixed": true,
"validityPeriod": "Weekly",
"type": "DATA",
"productId": "AIRTELDATABUNDLESUG",
"shortDescription": null,
"longDescription": null,
"productRegex": null,
"isActive": true,
"productItemCode": "24510767",
"sortOrder": 0
}
],
"previousPage": false,
"nextPage": true
}
}
Show Toggle object
item_id
(number): The unique ID of the itemitem_name
(string): The name of the itemitem_description
(string): Description of the itemitem_price
(number): Price of the itemavailability
(boolean): Availability status of the itemcurl --location --request GET 'https://api.xente.co/products/{id}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
{
"message": "Product items retrieved successfully",
"code": 0,
"data": {
"currentPage": 1,
"pageSize": 2,
"totalCount": 44,
"totalPages": 22,
"collection": [
{
"productItemId": "AIRTELDATABUNDLESUG_24510766",
"name": "Weekly_150MB Phone",
"category": "DATA",
"amount": 2000.00,
"isAmountFixed": true,
"validityPeriod": "Weekly",
"type": "DATA",
"productId": "AIRTELDATABUNDLESUG",
"shortDescription": null,
"longDescription": null,
"productRegex": null,
"isActive": true,
"productItemCode": "24510766",
"sortOrder": 0
},
{
"productItemId": "AIRTELDATABUNDLESUG_24510767",
"name": "Weekly_7GB",
"category": "DATA",
"amount": 20000.00,
"isAmountFixed": true,
"validityPeriod": "Weekly",
"type": "DATA",
"productId": "AIRTELDATABUNDLESUG",
"shortDescription": null,
"longDescription": null,
"productRegex": null,
"isActive": true,
"productItemCode": "24510767",
"sortOrder": 0
}
],
"previousPage": false,
"nextPage": true
}
}