Coupons (Full Update)
Description
Upsert a coupon
See the Aerial Spec for more details.
File Naming Convention
TGEN_coupons_fullupdate_2025-08_<optionalSuffix>.csv
importType:fullupdateapiVersion:2025-08
Columns
| Column Header | Description | Key Information | Type | Required |
|---|---|---|---|---|
uuid | The UUID of the coupon | string | No | |
code | The coupon code | string | Yes | |
localizedNames | Pairs of localized coupon name with associated language ID | array | Yes | |
localizedNames[0] | Array element | mixed | No | |
localizedNames[0].name | The localized coupon name | string | Yes | |
localizedNames[0].languageId | Language identifier tied to Coupon name language (1 for english) | Min: 0 | integer | No |
localizedNames[0].languageCode | Code identifier for this language (ISO 639-1) | string | No | |
isEnabled | Boolean dictating if the coupon is enabled or not | boolean | No | |
countryUuid | The country the coupon is valid for | string | No | |
storeUuid | The store the coupon is valid for | string | No |
Sample CSV
See the following coupons CSV sample file.