object

EligibleProductsResponse

Response schema for eligible offer products list.
Fields
success
Boolean
Whether the request was successful. Example: true
message
String
Response message. Example: 'Products fetched successfully'
List of eligible products. Example: [{ product_slug: 'cotton-tshirt-blue', uid: 123456 }]
Pagination information.