Price Templates

Get Price Template

Returns a single price template.

get/v1/price_templates/{price_template_id}

Path parameters

price_template_idstring required

Response

Successful Response

keystring

Unique key for the price template. If not set, the key will be generated from the name

namestring required

Name of the price template

priceinteger required

Price point used to derive pricing details

category'none' | 'platform' required
idstring required

Unique identifier for the price template

items_countinteger

Number of items linked to the template

created_atinteger required

Timestamp (in epoch seconds) when the template was created

modified_atinteger

Timestamp (in epoch seconds) when the template was last modified

Changes

Changed in 1 of the 28 revisions of this API.1

    • ●

      for the path request parameter price_template_id, the maxLength was set to 32

      request-parameter-max-length-set