abuzuhri / Amazon-SP-API-CSharp

.Net C# library for the new Amazon Selling Partner API
MIT License
208 stars 185 forks source link

FBM inventory after 2024-04-01 ? (FEED-API) deprecation ? #716

Open Kestukas opened 6 months ago

Kestukas commented 6 months ago

Hey all, i see there is sample of _POST_INVENTORY_AVAILABILITYDATA we got letter, saying that FEED-API will not work , is your qunatity function will work to update quantities on FBM ?

kevinvenclovas commented 6 months ago

@Kestukas Use _POST_FLAT_FILE_INVLOADERDATA to update FBM stock

GWPOPP commented 6 months ago

Hey all, i see there is sample of _POST_INVENTORY_AVAILABILITYDATA we got letter, saying that FEED-API will not work , is your qunatity function will work to update quantities on FBM ?

I assume this refers to the outdated MWS interface. The new SP-API still supports the mentioned FEED POST_INVENTORY_AVAILABILITY_DATA, which I am currently using. Or where did you get the information that this FEED should no longer work?