You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/openapi.yaml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -15304,7 +15304,7 @@ paths:
15304
15304
type: 'null'
15305
15305
errors:
15306
15306
$ref: '#/components/schemas/Errors'
15307
-
summary: 'Shipment insertion'
15307
+
summary: 'Creation of shipment'
15308
15308
operationId: createShipment
15309
15309
description: |-
15310
15310
In the `packages` field, you can send an object containing three
@@ -15349,14 +15349,14 @@ paths:
15349
15349
type:
15350
15350
- integer
15351
15351
- '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)'
15353
15353
examples:
15354
15354
- 250
15355
15355
addressId:
15356
15356
type:
15357
15357
- integer
15358
15358
- '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)'
15360
15360
examples:
15361
15361
- 1
15362
15362
bankAccountId:
@@ -15543,7 +15543,7 @@ paths:
15543
15543
type: 'null'
15544
15544
errors:
15545
15545
$ref: '#/components/schemas/Errors'
15546
-
summary: 'Shipment detail'
15546
+
summary: 'Detail of shipment'
15547
15547
operationId: getShipmentDetail
15548
15548
description: 'Returns detail of a single shipment identified by its GUID.'
15549
15549
tags:
@@ -15663,7 +15663,7 @@ paths:
15663
15663
type: 'null'
15664
15664
errors:
15665
15665
$ref: '#/components/schemas/Errors'
15666
-
summary: 'Shipment insertion by order code'
15666
+
summary: 'Creation of shipment by order code'
15667
15667
operationId: createShipmentByOrderCode
15668
15668
description: '[DEPRECATED] Use `POST /api/shipments` instead. Creates a new shipment for the order identified by its code.'
15669
15669
tags:
@@ -15728,7 +15728,7 @@ paths:
15728
15728
Requests cancellation of shipment. Cancellation request, if valid, is
15729
15729
accepted via API - it means we try to process this request within the
15730
15730
carrier. The final state of this request can be checked in the [Shipment
0 commit comments