Skip to main content
POST
Put a paused offer back

Authorizations

Authorization
string
header
required

Your API key, from the cabinet under Seller → API keys.

Path Parameters

id
string<uuid>
required

Response

OK

Your own listing, as the write calls answer with it.

id
string<uuid>
seller_id
string<uuid>
title
string
description
string
price
integer<int64>
currency
string
attributes
object
images
string<uri>[]
tags
string[]
delivery_type
enum<string>
Available options:
instant,
manual
manual_delivery_value
integer | null
manual_delivery_unit
string | null
manual_delivery_instructions
string | null
status
enum<string>
Available options:
draft,
pending_moderation,
active,
paused,
reserved,
sold,
rejected,
removed,
archived
created_at
string<date-time> | null
updated_at
string<date-time> | null
published_at
string<date-time> | null
rejection_reason_code
string | null

Why moderation refused it, when it did.

rejection_note
string | null
seller_instructions
string
delivery_method
string | null
price_per_unit
integer<int64> | null
stock_quantity
integer<int64> | null
min_order_quantity
integer<int64> | null
product_id
string<uuid> | null