Skip to content

Update inventory stocks #43

Answered by abuzuhri
ferrarinim asked this question in Q&A
Dec 25, 2021 · 7 comments · 5 replies
Discussion options

You must be logged in to vote

Here Update stock sample

            ConstructFeedService createDocument = new ConstructFeedService("A3J37AJU4O9RHK", "1.02");
            var list = new List<InventoryMessage>();
            list.Add(new InventoryMessage()
            {
                SKU = "8201031206122...",
                Quantity = 2,
                FulfillmentLatency = "11",
            });
            createDocument.AddInventoryMessage(list);
            var xml = createDocument.GetXML();

            var feedID = amazonConnection.Feed.SubmitFeed(xml, FeedType.POST_INVENTORY_AVAILABILITY_DATA);

Replies: 7 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@ferrarinim
Comment options

@abuzuhri
Comment options

Answer selected by ferrarinim
Comment options

You must be logged in to vote
1 reply
@ferrarinim
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@asifiq2000
Comment options

Comment options

You must be logged in to vote
1 reply
@abuzuhri
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants