diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 1fd6be8a..5abafbcb 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -99387,6 +99387,11 @@ ], "title": "discount_end", "type": "object" + }, + "promotion_code": { + "description": "ID of the promotion code to create a new discount for.", + "maxLength": 5000, + "type": "string" } }, "title": "discounts_data_param", @@ -99507,6 +99512,11 @@ ], "title": "discount_end", "type": "object" + }, + "promotion_code": { + "description": "ID of the promotion code to create a new discount for.", + "maxLength": 5000, + "type": "string" } }, "title": "discounts_data_param", @@ -102598,6 +102608,11 @@ ], "title": "discount_end", "type": "object" + }, + "promotion_code": { + "description": "ID of the promotion code to create a new discount for.", + "maxLength": 5000, + "type": "string" } }, "title": "discounts_data_param", @@ -102729,6 +102744,11 @@ ], "title": "discount_end", "type": "object" + }, + "promotion_code": { + "description": "ID of the promotion code to create a new discount for.", + "maxLength": 5000, + "type": "string" } }, "title": "discounts_data_param", diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 8ec2dedf..441ebb6e 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -89981,6 +89981,10 @@ paths: - type title: discount_end type: object + promotion_code: + description: ID of the promotion code to create a new discount for. + maxLength: 5000 + type: string title: discounts_data_param type: object type: array @@ -90096,6 +90100,12 @@ paths: - type title: discount_end type: object + promotion_code: + description: >- + ID of the promotion code to create a new discount + for. + maxLength: 5000 + type: string title: discounts_data_param type: object type: array @@ -93260,6 +93270,10 @@ paths: - type title: discount_end type: object + promotion_code: + description: ID of the promotion code to create a new discount for. + maxLength: 5000 + type: string title: discounts_data_param type: object type: array @@ -93388,6 +93402,12 @@ paths: - type title: discount_end type: object + promotion_code: + description: >- + ID of the promotion code to create a new discount + for. + maxLength: 5000 + type: string title: discounts_data_param type: object type: array diff --git a/openapi/spec3.json b/openapi/spec3.json index 4d051c67..885cec97 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -79980,6 +79980,10 @@ "discount": { "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "maxLength": 5000, + "type": "string" } }, "title": "discounts_data_param", @@ -80046,6 +80050,10 @@ "discount": { "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "maxLength": 5000, + "type": "string" } }, "title": "discounts_data_param", @@ -80940,6 +80948,10 @@ "discount": { "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "maxLength": 5000, + "type": "string" } }, "title": "discounts_data_param", @@ -81017,6 +81029,10 @@ "discount": { "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "maxLength": 5000, + "type": "string" } }, "title": "discounts_data_param", diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index 51fee143..039500de 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -84165,6 +84165,11 @@ "description": "ID of an existing discount on the object (or one of its ancestors) to reuse.", "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "description": "ID of the promotion code to create a new discount for.", + "maxLength": 5000, + "type": "string" } }, "title": "discounts_data_param", @@ -84237,6 +84242,11 @@ "description": "ID of an existing discount on the object (or one of its ancestors) to reuse.", "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "description": "ID of the promotion code to create a new discount for.", + "maxLength": 5000, + "type": "string" } }, "title": "discounts_data_param", @@ -85204,6 +85214,11 @@ "description": "ID of an existing discount on the object (or one of its ancestors) to reuse.", "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "description": "ID of the promotion code to create a new discount for.", + "maxLength": 5000, + "type": "string" } }, "title": "discounts_data_param", @@ -85287,6 +85302,11 @@ "description": "ID of an existing discount on the object (or one of its ancestors) to reuse.", "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "description": "ID of the promotion code to create a new discount for.", + "maxLength": 5000, + "type": "string" } }, "title": "discounts_data_param", diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index b286593a..eb2f20b5 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -76847,6 +76847,10 @@ paths: ancestors) to reuse. maxLength: 5000 type: string + promotion_code: + description: ID of the promotion code to create a new discount for. + maxLength: 5000 + type: string title: discounts_data_param type: object type: array @@ -76914,6 +76918,12 @@ paths: of its ancestors) to reuse. maxLength: 5000 type: string + promotion_code: + description: >- + ID of the promotion code to create a new discount + for. + maxLength: 5000 + type: string title: discounts_data_param type: object type: array @@ -77850,6 +77860,10 @@ paths: ancestors) to reuse. maxLength: 5000 type: string + promotion_code: + description: ID of the promotion code to create a new discount for. + maxLength: 5000 + type: string title: discounts_data_param type: object type: array @@ -77930,6 +77944,12 @@ paths: of its ancestors) to reuse. maxLength: 5000 type: string + promotion_code: + description: >- + ID of the promotion code to create a new discount + for. + maxLength: 5000 + type: string title: discounts_data_param type: object type: array diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index 49d064a9..fa5fcb87 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -70103,6 +70103,9 @@ paths: discount: maxLength: 5000 type: string + promotion_code: + maxLength: 5000 + type: string title: discounts_data_param type: object type: array @@ -70150,6 +70153,9 @@ paths: discount: maxLength: 5000 type: string + promotion_code: + maxLength: 5000 + type: string title: discounts_data_param type: object type: array @@ -70846,6 +70852,9 @@ paths: discount: maxLength: 5000 type: string + promotion_code: + maxLength: 5000 + type: string title: discounts_data_param type: object type: array @@ -70906,6 +70915,9 @@ paths: discount: maxLength: 5000 type: string + promotion_code: + maxLength: 5000 + type: string title: discounts_data_param type: object type: array