HEADER,code,discount_type,value,duration,duration_usage_limit,starts_at,ends_at,status,usage_limit,applies_to_resource,applies_to_id,applies_to_product_type,once_per_customer,prerequisite_subtotal_min,first_time_customer_restriction,channel_settings REQUIRED?,REQUIRED,REQUIRED,REQUIRED,REQUIRED,,,,,,,,,,,, EXPLANATION,A unique discount code presented to customers,Type of the discount.,"Numerical value of the discount. If the type is shipping, value must be '100'. Value must be in your store's default currency. Currency symbols are not supported.",Number of times a discount will be automatically re-applied to a new queued charge after its first usage on a successful charge.,"Required if the `duration` field is set to `usage_limit`. Specific number of times a discount will be automatically re-applied to a new queued charge after its first usage on a successful charge.","The date (YYYY-MM-DD) the discount will start being available. The date must not be in the past. If blank, the start date will be the date the discount is created.","The date (YYYY-MM-DD) the discount will be deactivated and stop being available. If blank, the discount will not expire.","The initial status of the discount. If blank, the discount will default to `enabled`.","The maximum number of purchases a discount can be applied to. If blank, there will be no limit on the number of uses. This is often used when creating unique discount codes for individual customers.","Whether this discount should only apply to a specific product or collection. If blank, this discount can be applied to any products or collections. This may now be combined with a `prerequisite_subtotal_min` restriction.","Required if the `applies_to_resource` field is populated. The ID of the product or collection that this discount will be limited to. This value can be found at the end of the product or collection URL in Shopify. If blank, this discount can be applied to any products or collections. This may now be combined with a `prerequisite_subtotal_min` restriction.","The type of products this discount applies to. If blank, the discount will apply to `ALL` product types.","If set to `True`, the discount may only be applied once to each unique customer email address. Once applied, the discount will continue based on its `duration`. If blank, will default to `False`.","Enter a numerical value here to require a minimum purchase amount before the discount may be applied. May now be used with a product or collection restriction, specified in the `applies_to_resource` column. A minimum purchase amount may only be used if: - It does not specify a single product type (i.e. `applies_to_product_type` must be `ALL` or blank) - The discount may only be used at checkout (i.e. `duration` must be set to `single_use`)","If set to `customer_must_not_exist_in_recharge`, this discount may only be applied to new customers. If blank, the discount can be applied by first-time and existing customers.","If provided, must be a valid JSON object with the following rules: - Keys must be one or more of: `api`, `customer_portal`, `merchant_portal`, `checkout_page` - Values must be either true or false in the format: `{""can_apply"": false}` If blank, the discount can be applied through all channels." OPTIONS,,"fixed_amount, percentage, or shipping",,"single_use, forever, or usage_limit",,,,enabled or disabled,,shopify_product or shopify_collection_id,,"ALL, ONETIME, or SUBSCRIPTION",True or False,,customer_must_not_exist_in_recharge or leave cell blank, EXAMPLE,discount123,fixed_amount,10,usage_limit,2,2022-02-13,2022-02-19,enabled,1,shopify_product,4668254158953,SUBSCRIPTION,True,9.99,customer_must_not_exist_in_recharge,"{""api"": {""can_apply"": true}, ""checkout_page"": {""can_apply"": true}, ""customer_portal"": {""can_apply"": true}, ""merchant_portal"": {""can_apply"": true}}"