API Documentation

Get Methods » GetIssueNewsstandOptions

This method returns the newsstand and ecommerce settings for a specified Issue

Required paramaters: standard, IssueId

Optional paramaters: standard

For master account Key/Signature pair, the paramater UserId is also required.

Example Response (XML)

<Issue>
	<id>3579</id>
	<newsstand>1</newsstand>
	<category_id_1>120</category_id_1>
	<category_id_1_sub>127</category_id_1_sub>
	<category_id_2>37</category_id_2>
	<category_id_2_sub>44</category_id_2_sub>
	<adult_content>0</adult_content>
	<country_1>US</country_1>
	<country_2>CA</country_2>
	<country_3>GB</country_3>
	<ecomm_allow_issue_sale>1</ecomm_allow_issue_sale>
	<ecomm_allow_compilations>0</ecomm_allow_compilations>
	<ecomm_issue_price>2.4</ecomm_issue_price>
	<ecomm_compilations_amount>0</ecomm_compilations_amount>
	<thumb>
		http://cdn.publishingdomain.com/api/files/aT0xjh09kyZDk%253D/-0.jpg
	</thumb>
</Issue>

Definitions

thumb:
this is the URL to a specific Issue's standard thumbnail image. The image size can be manipulated using the optional paramaters Width and Height (in pixels). By default, a Width value will override the Height value if both are supplied. (you cannot specificy both the width and height of the thumb - it will always remain proportional)

category_id_1, category_id_2, category_id_1_sub, category_id_2_sub:
The names of these categories can be found by referencing the GetCategories method

country_1, country_2, country_3:
The names of these countries can be found by referencing the GetCountryList method