Skip to content

Commit 302a3a1

Browse files
author
github-actions
committed
feat: Update OpenAPI file replicated from CMS4
1 parent a3cfebf commit 302a3a1

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

openapi/openapi.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15304,7 +15304,7 @@ paths:
1530415304
type: 'null'
1530515305
errors:
1530615306
$ref: '#/components/schemas/Errors'
15307-
summary: 'Shipment insertion'
15307+
summary: 'Creation of shipment'
1530815308
operationId: createShipment
1530915309
description: |-
1531015310
In the `packages` field, you can send an object containing three
@@ -15349,14 +15349,14 @@ paths:
1534915349
type:
1535015350
- integer
1535115351
- 'null'
15352-
description: 'shipping ID; required; you can get this ID via [Shipment shipping options](#tag/Delivery/operation/getShipmentShippingOptionsByOrderCode)'
15352+
description: 'shipping ID; required; you can get this ID via [Shipment shipping options](#tag/delivery/getshipmentshippingoptionsbyordercode)'
1535315353
examples:
1535415354
- 250
1535515355
addressId:
1535615356
type:
1535715357
- integer
1535815358
- 'null'
15359-
description: 'address ID; required; you can get this ID via [Shipment shipping options](#tag/Delivery/operation/getShipmentShippingOptionsByOrderCode)'
15359+
description: 'address ID; required; you can get this ID via [Shipment shipping options](#tag/delivery/getshipmentshippingoptionsbyordercode)'
1536015360
examples:
1536115361
- 1
1536215362
bankAccountId:
@@ -15543,7 +15543,7 @@ paths:
1554315543
type: 'null'
1554415544
errors:
1554515545
$ref: '#/components/schemas/Errors'
15546-
summary: 'Shipment detail'
15546+
summary: 'Detail of shipment'
1554715547
operationId: getShipmentDetail
1554815548
description: 'Returns detail of a single shipment identified by its GUID.'
1554915549
tags:
@@ -15663,7 +15663,7 @@ paths:
1566315663
type: 'null'
1566415664
errors:
1566515665
$ref: '#/components/schemas/Errors'
15666-
summary: 'Shipment insertion by order code'
15666+
summary: 'Creation of shipment by order code'
1566715667
operationId: createShipmentByOrderCode
1566815668
description: '[DEPRECATED] Use `POST /api/shipments` instead. Creates a new shipment for the order identified by its code.'
1566915669
tags:
@@ -15728,7 +15728,7 @@ paths:
1572815728
Requests cancellation of shipment. Cancellation request, if valid, is
1572915729
accepted via API - it means we try to process this request within the
1573015730
carrier. The final state of this request can be checked in the [Shipment
15731-
detail](#tag/Delivery/operation/getShipmentDetail) endpoint.
15731+
detail](#tag/delivery/getshipmentdetail) endpoint.
1573215732
tags:
1573315733
- Delivery
1573415734
parameters:
@@ -16185,7 +16185,7 @@ paths:
1618516185
external, integration, integration_product_contract,
1618616186
balikobot, system".
1618716187
instance: payload
16188-
summary: 'Shipment carrier detail'
16188+
summary: 'Detail of shipment carrier'
1618916189
operationId: getShipmentCarrierDetail
1619016190
description: 'Returns detail of a single shipment carrier identified by its numeric ID and type.'
1619116191
tags:

0 commit comments

Comments
 (0)