Skip to content

Commit 911ea75

Browse files
authored
Update README.md
1 parent cf1accc commit 911ea75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public class CustomMessageReceiver : IMessageReceiver
281281
Here full sample for submit feed to change price and generate XML and get final report for result same as in [doc](https://github.com/amzn/selling-partner-api-docs/blob/main/guides/en-US/use-case-guides/feeds-api-use-case-guide/feeds-api-use-case-guide_2021-06-30.md).
282282
Notes: not all [feed type](https://github.com/amzn/selling-partner-api-docs/blob/main/references/feeds-api/feedtype-values.md) finished as it's big work and effort but all classes are partial for easy change and you can generate XML outside and use our library to get data, now we support only submit existing product, change quantity and change price , I list most of XSD here Source\FikaAmazonAPI\ConstructFeed\xsd its will help you easy generate class and add it in your app to generate final feed xml.
283283
```CSharp
284-
ConstructFeedService createDocument = new ConstructFeedService("A3J37AJU4O9RHK", "1.02");
284+
ConstructFeedService createDocument = new ConstructFeedService("{SellerID}", "1.02");
285285

286286
var list = new List<PriceMessage>();
287287
list.Add(new PriceMessage()

0 commit comments

Comments
 (0)