eBay connection method
For the eBay connection, you need to follow a few steps for connecting as below:
- Click on Authorize the connection.
- Enter your eBay account credential.
- Once successfully Access Authorized, you click the Next button there to continue with field mapping.
Stock Sync calls "getMyeBaySelling" products.
- GetMyeBaySelling returns information for only the user authenticated with the call. Responses are based on the information in their My eBay account.
- ReviseFixedPriceItem, Stock Sync uses this call to change the properties of a currently active fixed-price listing (including multi-variation listings).
Matching Column for eBay:
- Product identifier: sku / title (can use any of it to match the product)
- Quantity: quantity_available
- Price: current_price
"quantity_available = remaining quantity on eBay"
"quantity = initial product quantity on eBay"
"current_price = selling price on eBay"
Updated on: 12/03/2024
Thank you!