Retrieve a sale discount
Retrieve a sale discount.
Authorizations:Token, JWT
Query Parameters
id required | stringResource identifier |
Responses
200Sale Discount resource
Response schema:
Sale Discount resource use_custom_open_graph | boolean |
og_meta | string or null |
apply_to_wholesale | boolean |
id | integer>= 0 |
enabled | booleanDefault: true Example: true |
value | number |
date_range_begin | string or null |
date_range_end | string or null |
show_in_separate_section | boolean |
meta_description_type | stringDefault: "A" Example: "A" |
specific_products | boolean |
name | string |
meta_tags | string |
meta_description | string |
meta_title | string |
clean_url | string |
product_classes | Array of integers |
memberships | Array of integers |
products | Array of integers |
categories | Array of integers |
401Unauthorized
Response schema:
Unauthorized type | string |
title | string |
detail | string or null |
instance | string or null |
404Resource not found
Response schema:
Resource not found type | string |
title | string |
detail | string or null |
instance | string or null |
500Internal error
Response schema:
Internal error type | string |
title | string |
detail | string or null |
instance | string or null |