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
Hey I have query,
I want to update price for my products at regular interval. Which is the best solution to update price for multiple items.
There are many feed types. Which is best for only price update.
JSON_LISTINGS_FEED, POST_PRODUCT_DATA, POST_PRODUCT_PRICING_DATA or any other?
Currently I am using POST_PRODUCT_DATA <Message> <MessageID>1</MessageID> <OperationType>Update</OperationType> <Price> <SKU>ABC123</SKU> <StandardPrice currency="USD">100</StandardPrice> </Price> </Message>
The text was updated successfully, but these errors were encountered:
Hey I have query,
I want to update price for my products at regular interval. Which is the best solution to update price for multiple items.
There are many feed types. Which is best for only price update.
JSON_LISTINGS_FEED, POST_PRODUCT_DATA, POST_PRODUCT_PRICING_DATA or any other?
Currently I am using POST_PRODUCT_DATA
<Message> <MessageID>1</MessageID> <OperationType>Update</OperationType> <Price> <SKU>ABC123</SKU> <StandardPrice currency="USD">100</StandardPrice> </Price> </Message>
The text was updated successfully, but these errors were encountered: