Skip to main content
POST
Manage offer (create or edit with automatic status determination)

Authorizations

Authorization
string
header
required

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

Headers

Accept
enum<string>
default:application/json
required

API response format

Available options:
application/json

Path Parameters

productId
integer
required

Product currency marketplace ID

Example:

13

Body

application/json
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. Maximum 100 offers per request.

Required array length: 1 - 100 elements
guarantee_delivery_time
integer
required

Guaranteed delivery time in milliseconds (e.g., 86400000 for 24 hours)

Required range: x >= 1
Example:

86400000

Response

Success

result
object