Create Offer
POST https://api.ecartapi.com/api/v1/products/listings
To create a new offer marketplaceId is required.
Find more information about marketplace Id here.
You can also get the marketplace Id from the product listings GET requests.
More information about the ecommerce's resource.
Request Body
{"listing"=>{"sku"=>"3***********5", "marketplaceId"=>"EBAY_US", "format"=>"FIXED_PRICE", "availableQuantity"=>75, "categoryId"=>"30120", "listingDescription"=>"Lumia phone with a stunning 5.7 inch Quad HD display and a powerful octa-core processor.", "listingPolicies"=>{"fulfillmentPolicyId"=>"3*********0", "paymentPolicyId"=>"3*********0", "returnPolicyId"=>"3*********0"}, "pricingSummary"=>{"price"=>{"currency"=>"USD", "value"=>"272.17"}}, "quantityLimitPerBuyer"=>2, "merchantLocationKey"=>"t****e", "includeCatalogProductDetails"=>true}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |