|
139 | 139 | { |
140 | 140 | "name": "$expand", |
141 | 141 | "in": "query", |
142 | | - "description": "$expand is supported on configurations parameter for product, which provides details on the configurations for the product.", |
| 142 | + "description": "$expand is supported on device details, forward shipping details and reverse shipping details parameters. Each of these can be provided as a comma separated list. Device Details for order item provides details on the devices of the product, Forward and Reverse Shipping details provide forward and reverse shipping details respectively.", |
143 | 143 | "required": false, |
144 | 144 | "type": "string" |
145 | 145 | }, |
|
1951 | 1951 | } |
1952 | 1952 | } |
1953 | 1953 | }, |
| 1954 | + "ForwardShippingDetails": { |
| 1955 | + "description": "Forward shipment details.", |
| 1956 | + "type": "object", |
| 1957 | + "properties": { |
| 1958 | + "carrierName": { |
| 1959 | + "description": "Name of the carrier.", |
| 1960 | + "type": "string" |
| 1961 | + }, |
| 1962 | + "carrierDisplayName": { |
| 1963 | + "description": "Carrier Name for display purpose. Not to be used for any processing.", |
| 1964 | + "type": "string" |
| 1965 | + }, |
| 1966 | + "trackingId": { |
| 1967 | + "description": "TrackingId of the package", |
| 1968 | + "type": "string" |
| 1969 | + }, |
| 1970 | + "trackingUrl": { |
| 1971 | + "description": "TrackingUrl of the package.", |
| 1972 | + "type": "string" |
| 1973 | + } |
| 1974 | + } |
| 1975 | + }, |
1954 | 1976 | "HierarchyInformation": { |
1955 | 1977 | "description": "Holds details about product hierarchy information", |
1956 | 1978 | "type": "object", |
|
2298 | 2320 | "description": "Customer notification Preferences" |
2299 | 2321 | }, |
2300 | 2322 | "forwardShippingDetails": { |
2301 | | - "$ref": "#/definitions/ShippingDetails", |
| 2323 | + "$ref": "#/definitions/ForwardShippingDetails", |
2302 | 2324 | "description": "Forward Package Shipping details", |
2303 | 2325 | "readOnly": true |
2304 | 2326 | }, |
2305 | 2327 | "reverseShippingDetails": { |
2306 | | - "$ref": "#/definitions/ShippingDetails", |
| 2328 | + "$ref": "#/definitions/ReverseShippingDetails", |
2307 | 2329 | "description": "Reverse Package Shipping details", |
2308 | 2330 | "readOnly": true |
2309 | 2331 | }, |
|
2981 | 3003 | } |
2982 | 3004 | } |
2983 | 3005 | }, |
| 3006 | + "ReverseShippingDetails": { |
| 3007 | + "description": "Reverse shipment details.", |
| 3008 | + "type": "object", |
| 3009 | + "properties": { |
| 3010 | + "sasKeyForLabel": { |
| 3011 | + "description": "SAS key to download the reverse shipment label of the package.", |
| 3012 | + "type": "string" |
| 3013 | + }, |
| 3014 | + "carrierName": { |
| 3015 | + "description": "Name of the carrier.", |
| 3016 | + "type": "string" |
| 3017 | + }, |
| 3018 | + "carrierDisplayName": { |
| 3019 | + "description": "Carrier Name for display purpose. Not to be used for any processing.", |
| 3020 | + "type": "string" |
| 3021 | + }, |
| 3022 | + "trackingId": { |
| 3023 | + "description": "TrackingId of the package", |
| 3024 | + "type": "string" |
| 3025 | + }, |
| 3026 | + "trackingUrl": { |
| 3027 | + "description": "TrackingUrl of the package.", |
| 3028 | + "type": "string" |
| 3029 | + } |
| 3030 | + } |
| 3031 | + }, |
2984 | 3032 | "ShippingAddress": { |
2985 | 3033 | "description": "Shipping address where customer wishes to receive the device.", |
2986 | 3034 | "required": [ |
|
0 commit comments