Logo
Ecartapi.com Public API Documentation

Publish Offer

POST https://api.ecartapi.com/api/v2/products/listings/publish/{{listingId}}

This call is used to convert an unpublished offer into a published offer, or live eBay listing. The unique identifier of the offer (offerId) is passed

More information about the ecommerce's resource.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status





Curl
curl -X POST 'https://api.ecartapi.com/api/v2/products/listings/publish/listingId' -H 'Authorization: access_token'

ENDPOINTS