Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

DEVDOCS-5681 [new]: Orders V2 API, add shipping_provider_display_name field #1542

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions reference/orders.v2.oas2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2284,6 +2284,7 @@ components:
- order_product_id: 188
product_id: 0
quantity: 1
shipping_provider_display_name: USPS
generated_tracking_link: http://trkcnfrm1.smi.usps.com/PTSInternetWeb/InterLabelInquiry.do?strOrigTrackNum=EJ958083578US
- id: 7
order_id: 225
Expand Down Expand Up @@ -2327,6 +2328,7 @@ components:
- order_product_id: 189
product_id: 0
quantity: 1
shipping_provider_display_name: USPS
generated_tracking_link: http://trkcnfrm1.smi.usps.com/PTSInternetWeb/InterLabelInquiry.do?strOrigTrackNum=EJ958083578US
orderShipment_Resp:
description: ''
Expand Down Expand Up @@ -2382,6 +2384,7 @@ components:
- order_product_id: 195
product_id: 0
quantity: 1
shipping_provider_display_name: USPS
generated_tracking_link: http://trkcnfrm1.smi.usps.com/PTSInternetWeb/InterLabelInquiry.do?strOrigTrackNum=EJ958083578US
orderCount_Resp:
description: ''
Expand Down Expand Up @@ -3197,6 +3200,10 @@ components:
quantity:
type: integer
example: 2
shipping_provider_display_name:
type: string
description: The human-readable name for the `shipping_provider`.
readOnly: true
generated_tracking_link:
type: string
description: The tracking link that is generated using the combination of either the `tracking_number` and `shipping_provider` or `tracking_number` and `tracking_carrier`. This will be empty if the custom `tracking_link` value is provided.
Expand Down
Loading