Skip to content

Commit 9e28678

Browse files
author
github-actions
committed
feat: Update OpenAPI file replicated from CMS4
1 parent 694c93a commit 9e28678

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

openapi/openapi.yaml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48248,6 +48248,8 @@ components:
4824848248
shipmentCustomer:
4824948249
type: object
4825048250
additionalProperties: false
48251+
deprecated: true
48252+
description: '[DEPRECATED] use recipient. Customer (recipient) info.'
4825148253
properties:
4825248254
name:
4825348255
type:
@@ -48285,6 +48287,64 @@ components:
4828548287
type:
4828648288
- string
4828748289
- 'null'
48290+
shipmentSenderRecipientAddress:
48291+
type:
48292+
- object
48293+
- 'null'
48294+
additionalProperties: false
48295+
description: 'Structured sender or recipient address.'
48296+
properties:
48297+
name:
48298+
type:
48299+
- string
48300+
- 'null'
48301+
description: "Person name. For sender: contact person at the dispatch location. For recipient: customer's full name."
48302+
examples:
48303+
- 'John Doe'
48304+
company:
48305+
type:
48306+
- string
48307+
- 'null'
48308+
description: "Organization name. For sender: name printed on the shipping label. For recipient: customer's company (null for private persons)."
48309+
examples:
48310+
- 'Doe Company'
48311+
street:
48312+
type:
48313+
- string
48314+
- 'null'
48315+
examples:
48316+
- 'Green Line 54'
48317+
city:
48318+
type:
48319+
- string
48320+
- 'null'
48321+
examples:
48322+
- London
48323+
zip:
48324+
type:
48325+
- string
48326+
- 'null'
48327+
examples:
48328+
- ABC123
48329+
countryCode:
48330+
type:
48331+
- string
48332+
- 'null'
48333+
description: 'ISO 3166-1 alpha-2 country code.'
48334+
examples:
48335+
- CZ
48336+
phone:
48337+
type:
48338+
- string
48339+
- 'null'
48340+
examples:
48341+
- '+420123456789'
48342+
email:
48343+
type:
48344+
- string
48345+
- 'null'
48346+
examples:
48347+
- doe@company.com
4828848348
shipmentPrice:
4828948349
type: object
4829048350
additionalProperties: false

0 commit comments

Comments
 (0)