Skip to main content
POST
Create or update marketplace listing

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
marketplace_id
string
required
product_id
string
required
variant_id
string | null
required
marketplace_item_sku
string | null
required

SKU Required for physical product.

marketplace_category
string[]
required
marketplace_attribute
object[]
required
marketplace_pricing
ProductPricing · object[]
required
marketplace_product_id
string | null

Provide product id if product already available in marketplace.

marketplace_variant_id
string | null

Provide variant id if variant already available in marketplace.

marketplace_item_id
string | null

Provide item id if item already available in marketplace.

marketplace_promotion
DiscountBasedPromotion · object

promotion_type = discount

marketplace_subscription
ProductSubscription · object[]

Response

OK

message
string
success
boolean
content
object