Skip to content

Commit 62d614b

Browse files
committed
:qMerge branch 'main' of github.com:29next/developer-docs
2 parents 1a494d9 + 80c3520 commit 62d614b

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

static/api/campaigns/v1.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,12 @@ components:
216216
$ref: '#/components/schemas/PaymentMethod'
217217
readOnly: true
218218
type: array
219+
available_shipping_countries:
220+
description: List of available shipping countries for the campaign
221+
items:
222+
$ref: '#/components/schemas/Country'
223+
readOnly: true
224+
type: array
219225
currency:
220226
description: ISO 4217 currency code (e.g., USD, EUR, GBP), defaults to the
221227
campaign currency if not provided
@@ -248,6 +254,7 @@ components:
248254
- available_currencies
249255
- available_express_payment_methods
250256
- available_payment_methods
257+
- available_shipping_countries
251258
- currency
252259
- language
253260
- name
@@ -390,6 +397,18 @@ components:
390397
- id
391398
- quantity
392399
type: object
400+
Country:
401+
properties:
402+
code:
403+
readOnly: true
404+
type: string
405+
label:
406+
readOnly: true
407+
type: string
408+
required:
409+
- code
410+
- label
411+
type: object
393412
CreateOrder:
394413
properties:
395414
attribution:

0 commit comments

Comments
 (0)