Record
post-ecommerce-stores-id-promocodes-params
No description available.
record post-ecommerce-stores-id-promocodes-params {
store-id: string,
promo-rule-id: string,
code: string,
created-at-foreign: option<string>,
enabled: option<bool>,
id: string,
redemption-url: string,
updated-at-foreign: option<string>,
usage-count: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| store-id | string | |
| promo-rule-id | string | |
| code | string | |
| created-at-foreign | option<string> | |
| enabled | option<bool> | |
| id | string | |
| redemption-url | string | |
| updated-at-foreign | option<string> | |
| usage-count | option<s32> |