Skip to content

Commit 6646953

Browse files
authored
Merge pull request #200748 from emuench/67761-private-api2
PM updates
2 parents 26517d5 + bb3da35 commit 6646953

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/marketplace/private-offers-api.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: marketplace
66
ms.topic: article
77
author: rigonzales
88
ms.author: rigonzales
9-
ms.date: 06/03/2022
9+
ms.date: 06/07/2022
1010
---
1111

1212
# Create and manage private offers via API (preview)
@@ -227,6 +227,10 @@ Provide the details of the private offer using the ISV to Customer private offer
227227

228228
If you're using absolute pricing instead of percentage-based discounting, you can create a new resource above the private offer resource that defines the absolute pricing, then include that newly created resource as an additional object in the resources list of the configure schema.
229229

230+
Use this method to obtain the pricing resource for your existing public plan, edit the prices, and then use the edited resource for your private offer.
231+
232+
`GET https://graph.microsoft.com/rp/product-ingestion/price-and-availability-private-offer-plan/{productId}?plan={planId}`
233+
230234
Sample absolute pricing resource:
231235

232236
```json
@@ -434,6 +438,7 @@ There are no parameters for this method.
434438
{
435439
"$schema": "https://product-ingestion.azureedge.net/schema/private-offer/2022-03-01-preview2",
436440
"id": "private-offer/456e-a345-c457-1234",
441+
"name": "privateOffercustomer1705",
437442
"state": "deleted"
438443
}
439444
]
@@ -492,6 +497,7 @@ There are no parameters for this method.
492497
{
493498
"$schema": "https://product-ingestion.azureedge.net/schema/private-offer/2022-03-01-preview2",
494499
"id": "private-offer/456e-a345-c457-1234",
500+
"name": "privateOffercustomer1705",
495501
"state": "withdrawn"
496502
}
497503
]

0 commit comments

Comments
 (0)