Answered

Response Path and Response Id Path

In configuring a new flow does anyone know what to put for these values when using a batch size limit > 1?

 

When submitting a feed, this is an example of the response we get back.

<?xml version="1.0"?>
<SubmitFeedResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
<SubmitFeedResult>
  <FeedSubmissionInfo>
    <FeedSubmissionId>123456123456</FeedSubmissionId>
    <FeedType>_POST_PRODUCT_PRICING_DATA_</FeedType>
    <SubmittedDate>2019-06-07T20:26:45+00:00</SubmittedDate>
    <FeedProcessingStatus>_SUBMITTED_</FeedProcessingStatus>
  </FeedSubmissionInfo>
</SubmitFeedResult>
<ResponseMetadata>
  <RequestId>98103653-2dc5-4464-a17a-0a186ea9ba7c</RequestId>
</ResponseMetadata>
</SubmitFeedResponse>

I tried these values but I'm not sure what the format should be or what elements it is looking for.
Response Id Path: /ResponseMetadata/RequestId
Response Patch: SubmitFeedResponse
1

Comments

1 comment
Date Votes

Please sign in to leave a comment.

 

Didn't find what you were looking for?

New post