{"productName":"Example Product Name","productImages":["https://example.com/image1.jpg","https://example.com/image2.jpg"],"additionalInfo":"Product description and additional details go here","token":"your-ebay-auth-token","marketplaceId":"EBAY_US","price":"99.99","quantity":"1","postalCode":"12345","location":"New York, NY","useCatalogMatching":true}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://dev.outbackmarketplace.com/api/v1/ebay/listing' \
--header'Content-Type: application/json' \
--data-raw'{
"productName": "Example Product Name",
"productImages": [
"https://example.com/image1.jpg",
"https://example.com/image2.jpg"
],
"additionalInfo": "Product description and additional details go here",
"token": "your-ebay-auth-token",
"marketplaceId": "EBAY_US",
"price": "99.99",
"quantity": "1",
"postalCode": "12345",
"location": "New York, NY",
"useCatalogMatching": true
}'