Create a sale discount
Create a sale discount.
Authorizations:Token
Request Body Schema:
The new Sale Discount resource | use_custom_open_graph | boolean |
| og_meta | string or null |
| apply_to_wholesale | boolean |
| enabled | booleanDefault: trueExample: 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 |
Responses
201Sale Discount resource created
Response schema:
Sale Discount resource created | use_custom_open_graph | boolean |
| og_meta | string or null |
| apply_to_wholesale | boolean |
| id | integer |
| enabled | booleanDefault: trueExample: 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 |
400Invalid input
422Unprocessable entity