Skip to main content
POST
Unpause one of your top-up listings

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Response

OK

How a listing sold by hand promises to hand over.

id
string<uuid>
title
string
description
string
attributes
object

The category's own fields, keyed by the schema's key.

tags
string[]
status
enum<string>

pending_moderation on create, then active or rejected. paused and archived are yours, through pause and DELETE. reserved and sold follow an order. removed is a moderation takedown after publishing, which no call in this API performs.

Available options:
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
enum<string> | null

Why moderation refused the last version, if it ever did. It stays on the listing after you resubmit, so read it together with status.

Available options:
prohibited_item,
misleading_description,
stolen_images,
invalid_price,
insufficient_details,
other,
null
rejection_note
string | null
manual_delivery_value
integer<int32> | null
manual_delivery_unit
enum<string> | null
Available options:
minutes,
hours,
days,
null
price
integer<int64>
currency
string
Example:

"USD"

images
string<uri>[]
delivery_type
enum<string>
Available options:
instant,
manual
delivery_method
string | null
delivery_instructions
string