Skip to main content
GET
Get one of your gift-card listings

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

id
string<uuid>
requis

Réponse

OK

The stock of a listing that sells out of encrypted units.

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>

draft on create, then active once you publish it; unpublish takes it back to draft. archived is yours too, through DELETE. sold follows an order: the last unit went to a closed one. changes_requested is moderation sending a live listing back: it is off the marketplace, moderation_reason_code says why, and your next PATCH makes it a draft to publish again.

Options disponibles:
draft,
active,
changes_requested,
sold,
archived
created_at
string<date-time> | null
updated_at
string<date-time> | null
published_at
string<date-time> | null

When publish put it on the marketplace. null while it is a draft, and written once — pausing and unpausing leave it alone.

moderation_reason_code
enum<string> | null

Why moderation asked for changes. Kept through the PATCH that makes the listing a draft, null once it is published again.

Options disponibles:
prohibited_item,
misleading_description,
stolen_images,
invalid_price,
insufficient_details,
other,
null
moderation_note
string | null

What moderation wrote to you along with the reason, if anything.

price
integer<int64>

US cents.

currency
string

Always USD.

Exemple:

"USD"

images
string<uri>[]
delivery_method
string | null

The key this listing hands over by.

game_id
string<uuid>
game_slug
string
available_units
integer<int64>

Units neither reserved nor sold.

units
object[]

Your own pool — id and status per unit, never the goods. Only units still in stock or in a deal; sold ones are left out.