You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using the POST_FLAT_FILE_INVLOADER_DATA feed to submit data. This feed performs both actions—creating a new SKU if it doesn't exist and updating the SKU if it already exists.
I am planning to migrate from the POST_FLAT_FILE_INVLOADER_DATA feed to JSON_LISTINGS_FEED. However, after reviewing the documentation (linked below), I found that the provided examples only demonstrate how to update existing SKUs: Listing Workflow Migration Tutorial.
I am currently using the POST_FLAT_FILE_INVLOADER_DATA feed to submit data. This feed performs both actions—creating a new SKU if it doesn't exist and updating the SKU if it already exists.
I am planning to migrate from the POST_FLAT_FILE_INVLOADER_DATA feed to JSON_LISTINGS_FEED. However, after reviewing the documentation (linked below), I found that the provided examples only demonstrate how to update existing SKUs:
Listing Workflow Migration Tutorial.
I attempted to use the JSON_LISTINGS_FEED for this purpose, but it only updates existing SKUs and does not create new ones.
Could you please suggest a way to achieve both actions (create and update) in a single API call, similar to how it works with the previous feed?
Below are the feed attributes I am currently using with POST_FLAT_FILE_INVLOADER_DATA:
Any guidance would be greatly appreciated!
The text was updated successfully, but these errors were encountered: