amzn / selling-partner-api-models

This repository contains OpenAPI models for developers to use when developing software to call Selling Partner APIs.
Apache License 2.0
580 stars 730 forks source link

URGENT - Feeds - POST_PRODUCT_PRICING_DATA #149

Closed numenory closed 3 years ago

numenory commented 3 years ago

I have been using the feeds section for a number of weeks now. (feeds_2020-09-04.json)

Since today the POST_PRODUCT_PRICING_DATA feed seems to be working incorrectly, it has up until now been working.

The feed uploads fine, but the feed results complain "A value is required for the 'fulfillment_center_id' field" for every SKU on the feed. "fulfillment_center_id" is obviously not a required field in POST_PRODUCT_PRICING_DATA

Partial response as follows:

`

64284018836
        <StatusCode>Complete</StatusCode>
        <ProcessingSummary>
            <MessagesProcessed>16</MessagesProcessed>
            <MessagesSuccessful>0</MessagesSuccessful>
            <MessagesWithError>17</MessagesWithError>
            <MessagesWithWarning>0</MessagesWithWarning>
        </ProcessingSummary>
        <Result>
            <MessageID>0</MessageID>
            <ResultCode>Error</ResultCode>
            <ResultMessageCode>90215</ResultMessageCode>
            <ResultDescription>100% of the products in your file did not process successfully.</ResultDescription>
        </Result>
        <Result>
            <MessageID>1</MessageID>
            <ResultCode>Error</ResultCode>
            <ResultMessageCode>99001</ResultMessageCode>
            <ResultDescription>A value is required for the &quot;fulfillment_center_id&quot; field.</ResultDescription>
            <AdditionalInfo>
                <SKU>SU20210616N00005</SKU>
            </AdditionalInfo>
        </Result>`
norberttech commented 3 years ago

same problem here (also through MWS API), can anyone confirm this is an internal issue that will get fixed or maybe feeds structure changed somehow?

numenory commented 3 years ago

Went via support, in seller central, got stock response, re-opened, got told there was nothing wrong. Miraculously pressed arrow up this morning and return to start the feed again and it's working. So in conclusion, I think whatever was broken has been fixed.