DiscountFreeShippingCodes
Returns a list of discount redeem codes.
View-Specific Information
Select
The provider uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The provider processes other filters client-side within the provider.
- Id supports the '=, !=' comparison operators.
- DiscountId supports the '=, IN' comparison operators.
- AsyncUsageCount supports the '=, !=, <, >, >=, <=' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM DiscountFreeShippingCodes WHERE Id = 'Val1'
SELECT * FROM DiscountFreeShippingCodes WHERE DiscountId = 'Val1'
SELECT * FROM DiscountFreeShippingCodes WHERE AsyncUsageCount = 123
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A globally-unique ID. | |
| Code | String | The code that a customer can use at checkout. | |
| DiscountId | String | A globally-unique ID of the discount. | |
| AsyncUsageCount | Int | The number of times that the discount code has been used. | |
| CreatedById | String | The application that created the discount redeem code. |