Get listing
Listings API
Get Listing
Returns a single listing by ID.
GET
Get listing
Path Parameters
The Treet listing ID (UUID).
Example:
"550e8400-e29b-41d4-a716-446655440000"
Response
Listing response
Unique Treet identifier
Example:
"550e8400-e29b-41d4-a716-446655440000"
Current state of the listing
Available options:
OPEN, CLOSED Example:
"OPEN"
Item's condition
Available options:
NEW_WITH_TAGS, NEW_WITHOUT_TAGS, EXCELLENT, GOOD, MINOR_DEFECT Example:
"GOOD"
SKU on the underlying product variant (sourced from the connected commerce platform, e.g. Shopify). For the partner-supplied identifier passed at listing creation, see externalIdentifier.
Example:
"SKU325"
Number of units currently available for sale.
Example:
1
Partner-supplied identifier for the listing, set via the externalIdentifier field on listing creation. null if none was provided.
Example:
"SKU325-good"

