GET

List Discounts


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves up to 1000 discounts.

Permissions
Manage Bookings Services and Settings
Manage Challenges
Access Verticals by Automations
Set Up Automations
Manage Restaurant Catalogs
Read Restaurant Catalogs
Manage Events
Manage Portfolio
Manage Restaurants - all permissions
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/restaurants/v3/catalogs/{catalogId}/discounts

Path Params
catalogIdstringRequired

ID of the catalog the discounts belong to.

Query Params
fieldMaskFieldMask

Filed mask path.


activeboolean

Whether only active discounts are returned. Defaults to true.

Response Object
discountsArray <Discount>

Retrieved discounts.

List Discount
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?