Packages Endpoints
Featured Deals
Returns a list of featured deals, with item details, prices, discounts, and availability. The result depends on the user’s authorization status.
- If the user is not logged in, the response will include featured items without user-specific limits.
- If the user is logged in, the response will include user-specific details such as quantity limits and cumulative category pricing.
POST
/
items
/
getFeaturedDeals
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json