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

ListingProduct

Overview

A representation of a product for a listing.

Fields

Field Visibility Level Permission Scope Type Description
product_id public none int The numeric ID of this product.
property_values public none array(PropertyValue) A list of 0-2 properties associated with this product and their values.
sku private listings_r string The product identifier (if set).
offerings public none array(ListingOffering) A JSON list of active offerings for this product.
is_deleted private listings_r boolean Has the product been deleted?

Associations

This resource has no associations.

Methods

getProduct

Method Name getProduct
Synopsis Get a specific offering for a listing
HTTP Method GET
URI /listings/:listing_id/products/:product_id
Parameters
Name Required Default Type
listing_id Y   int
product_id Y   int
Requires OAuth N
Permission Scope none

Open API v3New

Your developer account