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

Commit

Permalink
DEVDOCS-5681 [new]: Orders V2 API, add shipping_provider_display_name…
Browse files Browse the repository at this point in the history
… field (#1542)

Co-authored-by: Luke Eller <[email protected]>
  • Loading branch information
bc-andreadao and bc-luke authored Dec 14, 2023
1 parent 73230ae commit 4c360dc
Showing 1 changed file with 7 additions and 0 deletions.
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

0 comments on commit 4c360dc

Please sign in to comment.