Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 4.46 KB

listdiscountsrequest.md

File metadata and controls

13 lines (10 loc) · 4.46 KB

ListDiscountsRequest

Fields

Field Type Required Description Example
after string Return entities after the specified cursor. Used for working through paginated results.
code string Return entities that match the discount code. Use a comma separated list to specify multiple discount codes. BLACKFRIDAY
id string Return only the IDs specified. Use a comma separated list to get multiple entities.
orderBy string Order returned entities by the specified field and direction ([ASC] or [DESC]).
perPage number Set how many entities are returned per page.
status shared.StatusDiscount Return entities that match the specified status. Use a comma separated list to specify multiple status values.