Import products by URL(Private API for eBay)
- Print
Import products by URL(Private API for eBay)
- Print
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/v2/{accessKey}/product/import
Header parameters
Authorization
stringRequired
Authorization: Bearer
Path parameters
accessKey
stringRequired
Customer access key
Body parameters
Array of object
object
customerProductId
string
Customer's product ID and must be unique(defined by the customer)
url
string Required
Product URL. When clicking the product info on the Shoplive Player, this is the destination URL.
Responses
200
200
Result
"{\n \"results\": [\n {\n \"productId\": \"1001\",\n \"customerProductId\": \"252413830562\",\n \"name\": \"Russell Jerzees 180M Plain Cotton Tee T Shirt T-Shirt Tshirt No Logo S-4XL\",\n \"brand\": \"Russell\",\n \"description\": \"Material: 100% combed ringspun cotton. • Shoulder to shoulder taping. • Front coverseaming on neck band. • Tubular body construction for shape retention. • Twin needle sleeves and hem. Weight: White 175 gsm Cols 180 gsm 3XL & 4XL available in limited colours.\",\n \"url\": \"https://www.ebay.com/itm/252413830562?hash=item3ac50965a2:g:yZ4AAOSwcUBYSKb~&var=551262453307\",\n \"sku\": \"252413830562\",\n \"imageUrl\": \"https://image.us1.shoplive.cloud/beafc2b2-2e2a-4139-aeaf-dd530698afb4.jpg\",\n \"currency\": \"USD\",\n \"showPrice\": true,\n \"originalPrice\": 9.81,\n \"discountPrice\": 9.81,\n \"discountRate\": 0.0,\n \"enableAuction\": false,\n \"bidStartingPrice\": null,\n \"bidDuration\": null,\n \"bidIncrementalAmount\": null,\n \"extendBidDuration\": null,\n \"schemes\": {\n \"addProductToCart\": \"ebay://livecommerce/callback/addtowatch?itemid=252413830562&action=ADD&var=551262453307\",\n \"removeProductFromCart\": \"ebay://livecommerce/callback/addtowatch?itemid=252413830562&action=REMOVE&var=551262453307\",\n \"goToProduct\": \"ebay://livecommerce/callback/viewitem?itemid=252413830562&imgurl=https%3A%2F%2Fi.ebayimg.com%2Fimages%2Fg%2Fz4sAAOSwnNBXU0rF%2Fs-l1600.jpg&title=Russell%20Jerzees%20180M%20Plain%20Cotton%20Tee%20T%20Shirt%20T-Shirt%20%20Tshirt%20No%20Logo%20S-4XL&var=551262453307\",\n \"winnerCheckout\": null\n },\n \"locked\": false,\n \"seller\": null,\n \"createdAt\": \"2022-12-12T09:12:14Z\",\n \"updatedAt\": \"2022-12-12T09:12:14Z\",\n \"message\": null,\n \"status\": \"CREATE\"\n }\n ],\n \"successCount\": 1,\n \"warnCount\": 0,\n \"failCount\": 0,\n \"totalCount\": 1\n}"
object
results
Array of object
object
productId
string
Example1001
customerProductId
string
Example252413830562
name
string
ExampleRussell Jerzees 180M Plain Cotton Tee T Shirt T-Shirt Tshirt No Logo S-4XL
brand
string
ExampleRussell
description
string
ExampleMaterial: 100% combed ringspun cotton. • Shoulder to shoulder taping. • Front coverseaming on neck band. • Tubular body construction for shape retention. • Twin needle sleeves and hem. Weight: White 175 gsm Cols 180 gsm 3XL & 4XL available in limited colours.
url
string
Examplehttps://www.ebay.com/itm/252413830562?hash=item3ac50965a2:g:yZ4AAOSwcUBYSKb~&var=551262453307
sku
string
Example252413830562
imageUrl
string
Examplehttps://image.us1.shoplive.cloud/beafc2b2-2e2a-4139-aeaf-dd530698afb4.jpg
currency
string
ExampleUSD
showPrice
boolean
Defaulttrue
ExampleTrue
originalPrice
number
Default0
Example9.81
discountPrice
number
Default0
Example9.81
discountRate
integer
Default0
Example0
enableAuction
boolean
Defaulttrue
ExampleFalse
bidStartingPrice
bidDuration
bidIncrementalAmount
extendBidDuration
schemes
object
addProductToCart
string
Exampleebay://livecommerce/callback/addtowatch?itemid=252413830562&action=ADD&var=551262453307
removeProductFromCart
string
Exampleebay://livecommerce/callback/addtowatch?itemid=252413830562&action=REMOVE&var=551262453307
goToProduct
string
Exampleebay://livecommerce/callback/viewitem?itemid=252413830562&imgurl=https%3A%2F%2Fi.ebayimg.com%2Fimages%2Fg%2Fz4sAAOSwnNBXU0rF%2Fs-l1600.jpg&title=Russell%20Jerzees%20180M%20Plain%20Cotton%20Tee%20T%20Shirt%20T-Shirt%20%20Tshirt%20No%20Logo%20S-4XL&var=551262453307
winnerCheckout
locked
boolean
Defaulttrue
ExampleFalse
seller
createdAt
string
Example2022-12-12T09:12:14Z
updatedAt
string
Example2022-12-12T09:12:14Z
message
status
string
ExampleCREATE
successCount
integer
Default0
Example1
warnCount
integer
Default0
Example0
failCount
integer
Default0
Example0
totalCount
integer
Default0
Example1
4XX
4XX
Result
"{\n \"_s\": -000,\n \"_e\": \"Error message\"\n}"