Skip to main content
POST
/
api
/
shop
/
marketplace
/
offers
/
{productId}
/
manage
Error
A valid request URL is required to generate request examples
{
  "result": {
    "message": "ok",
    "received": 3,
    "successfully": 2,
    "results": [
      {
        "id": 335838,
        "status": "ok",
        "message": "Failed to process offer"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

productId
integer
required

Product currency marketplace ID

Example:

13

Body

application/json
product_currency_offers
object[]
required

Array of offers to create or update. If an offer object contains 'id', it will be updated. If 'id' is missing, a new offer will be created.

guarantee_delivery_time
string
required

Guaranteed delivery time (e.g., '1 hour', '24 hours', '3 days')

Maximum string length: 255
Example:

"1"

Response

Success

result
object