Skip to content

Commit 2f5a5c0

Browse files
author
anbene
committed
edited Retrieve Offer Status doc
1 parent 1baba93 commit 2f5a5c0

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

articles/marketplace/cloud-partner-portal-orig/cloud-partner-portal-api-retrieve-offer-status.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ ms.author: dsindona
1010
---
1111

1212

13-
Retrieve offer status
14-
=====================
13+
# Retrieve offer status
1514

1615
> [!NOTE]
1716
> The Cloud Partner Portal APIs are shimmed and will continue to work after your offers are migrated to Partner Center. The shims introduce small changes. Review the changes listed in [Cloud Partner Portal API Reference](https://docs.microsoft.com/azure/marketplace/cloud-partner-portal-orig/cloud-partner-portal-api-overview) to ensure your code continues to work after the migration to Partner Center.
@@ -20,8 +19,7 @@ Retrieves the current status of the offer.
2019

2120
`GET https://cloudpartner.azure.com/api/publishers/<publisherId>/offers/<offerId>/status?api-version=2017-10-31`
2221

23-
URI parameters
24-
--------------
22+
## URI parameters
2523

2624
| **Name** | **Description** | **Data type** |
2725
| ------------- | ------------------------------------------ | ------------ |
@@ -31,18 +29,17 @@ URI parameters
3129
| | |
3230

3331

34-
Header
35-
------
32+
## Header
33+
3634

3735
| Name | Value |
3836
| ------------- | ------------------- |
3937
| Content-Type | `application/json` |
4038
| Authorization | `Bearer YOUR_TOKEN` |
4139
| | |
4240

41+
## Body example
4342

44-
Body example
45-
------------
4643

4744
### Response
4845

@@ -114,8 +111,7 @@ Body example
114111
],
115112
"previewLinks": [],
116113
liveLinks": [],
117-
"notificationEmails": "[email protected]"
118-
}
114+
}
119115
```
120116

121117

@@ -135,10 +131,9 @@ Body example
135131
| processPercentage | Percentage completion of the step |
136132
| previewLinks | *Not currently implemented* |
137133
| liveLinks | *Not currently implemented* |
138-
| notificationEmails | Comma-separated list of email addresses to be notified of the progress of the operation |
134+
| notificationEmails | Deprecated for offers migrated to Partner Center. Notification emails for migrated offers will be sent to the email specified under the Seller contact info in Account settings.<br><br>For non-migrated offers, comma-separated list of email addresses to be notified of the progress of the operation |
139135
| | |
140136

141-
142137
### Response status codes
143138

144139
| **Code** | **Description** |
@@ -148,7 +143,6 @@ Body example
148143
| 404 | `Not found` - The specified entity doesn't exist. |
149144
| | |
150145

151-
152146
### Offer status
153147

154148
| **Name** | **Description** |
@@ -162,7 +156,6 @@ Body example
162156
| Failed | Offer submission failed. |
163157
| | |
164158

165-
166159
### Step Status
167160

168161
| **Name** | **Description** |

0 commit comments

Comments
 (0)