Open API v2 will be deprecated on April 3, 2023. Please begin transitioning to Open API v3 as soon as possible. As of September 29, 2022 all new apps will only be permitted to use Open API v3.

API Documentation

TreasuryListing

Deprecated: The Etsy API no longer supports treasuries.

Overview

A subset of the Listing resource stored in a Treasury

Fields

Field Visibility Level Permission Scope Type Description
data public none TreasuryListingData The detailed fields of the listing
creation_tsz public none float Time the listing was added to this Treasury, in epoch seconds

Associations

This resource has no associations.

Methods

addTreasuryListing

Method Name addTreasuryListing
Synopsis Add listing to a Treasury
HTTP Method POST
URI /treasuries/:treasury_key/listings
Parameters
Name Required Default Type
treasury_key Y   treasury_id
listing_id Y   int
Requires OAuth Y
Permission Scope treasury_w

removeTreasuryListing

Method Name removeTreasuryListing
Synopsis Remove listing from a Treasury
HTTP Method DELETE
URI /treasuries/:treasury_key/listings/:listing_id
Parameters
Name Required Default Type
treasury_key Y   treasury_id
listing_id Y   int
Requires OAuth Y
Permission Scope treasury_w

Open API v3New

Your developer account