forked from Continumity/Infusionsoft-API-Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.html
196 lines (192 loc) · 8.82 KB
/
changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html>
<head>
<title>API Requests - Infusionsoft API</title>
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css"/>
<link rel="stylesheet" href="bootstrap/css/bootstrap-extension.css"/>
<script src="bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<link href="google-code-prettify/src/prettify.css" type="text/css" rel="stylesheet"/>
<script type="text/javascript" src="google-code-prettify/src/prettify.js"></script>
</head>
<body onload="prettyPrint()">
<div class="container">
<img src="bootstrap/img/logo.png">
<hr>
<div class="row">
<div class="span3 sidebar">
<div class="well" style="padding: 8px 0;">
<ul class="nav nav-list">
<li class="nav-header">Overview</li>
<li><a href="index.html">Introduction</a></li>
<li><a href="request.html">Requests</a></li>
<li><a href="response.html">Responses</a></li>
<li><a href="error.html">Errors</a></li>
<li><a href="api_console.html">API Console</a></li>
<li><a href="rate_limiting.html">API Rate Limiting</a></li>
<li class="active"><a href="changelog.html">Changelog</a></li>
<li class="nav-header">Services</li>
<li><a href="affiliateservice.html">AffiliateService</a></li>
<li><a href="affiliateprogramservice.html">AffiliateProgramService</a></li>
<li><a href="contactservice.html">ContactService</a></li>
<li><a href="dataservice.html">DataService</a></li>
<li><a href="discountservice.html">DiscountService</a></li>
<li><a href="emailservice.html">EmailService</a></li>
<li><a href="fileservice.html">FileService</a></li>
<li><a href="funnelservice.html">FunnelService</a></li>
<li><a href="invoiceservice.html">InvoiceService</a></li>
<li><a href="orderservice.html">OrderService</a></li>
<li><a href="productservice.html">ProductService</a></li>
<li><a href="searchservice.html">SearchService</a></li>
<li><a href="shippingservice.html">ShippingService</a></li>
<li><a href="webformservice.html">WebFormService</a></li>
</ul>
</div>
</div>
<div class="span9">
<h1>Changelog</h1>
<p>Changes in the API from version 2.4 to 2.5</p>
<hr>
<table class="table table-bordered table-striped">
<thead>
<th>Change</th>
<th>Change Name</th>
<th>Description</th>
</thead>
<tbody>
<tr>
<td>New method</td>
<td>getInventory</td>
<td>Returns a product inventory provided the Id</td>
</tr>
<tr>
<td>New method</td>
<td>incrementInventory</td>
<td>Increments the inventory by one product, provided you pass the productId to increment with</td>
</tr>
<tr>
<td>New method</td>
<td>decrementInventory</td>
<td>Decrements the inventory by one product, provided you pass the productId to decrement with</td>
</tr>
<tr>
<td>New method</td>
<td>increaseInventory</td>
<td>Increases the inventory with a particular product by the quantity you specify</td>
</tr>
<tr>
<td>New method</td>
<td>decreaseInventory</td>
<td>Decreases the inventory with a particular product by the quantity you specify</td>
</tr>
<tr>
<td>New method</td>
<td>deactivateCreditCard</td>
<td>Deactivates a credit card</td>
</tr>
<tr>
<td>New method</td>
<td>getAllShippingOptions</td>
<td>Returns all configured shipping options</td>
</tr>
<tr>
<td>New method</td>
<td>getFlatRateShippingOption</td>
<td>Returns the options and values of the flat rate shipping option provided</td>
</tr>
<tr>
<td>New method</td>
<td>getOrderTotalShippingOption</td>
<td>Returns the options and values of the order total shipping option provided</td>
</tr>
<tr>
<td>New method</td>
<td>getOrderTotalShippingRanges</td>
<td>Returns the options and values of the order total shipping ranges option provided</td>
</tr>
<tr>
<td>New method</td>
<td>getProductBasedShippingOption</td>
<td>Returns the options and values of the product based shipping option provided</td>
</tr>
<tr>
<td>New method</td>
<td>getOrderQuantityShippingOption</td>
<td>Returns the options and values of the order quantity shipping option provided</td>
</tr>
<tr>
<td>New method</td>
<td>getWeightBasedShippingOption</td>
<td>Returns the options and values of the weight based shipping option provided</td>
</tr>
<tr>
<td>New method</td>
<td>getUpsShippingOption</td>
<td>Returns the options and values of the ups shipping option provided</td>
</tr>
<tr>
<td>New method</td>
<td>addFreeTrial</td>
<td>Adds a free trial</td>
</tr>
<tr>
<td>New method</td>
<td>getFreeTrial</td>
<td>Returns the options and values of the free trial id passed</td>
</tr>
<tr>
<td>New method</td>
<td>addOrderTotalDiscount</td>
<td>Adds a order total discount</td>
</tr>
<tr>
<td>New method</td>
<td>getOrderTotalDiscount</td>
<td>Returns the options and values of the order total discount id passed</td>
</tr>
<tr>
<td>New method</td>
<td>addCategoryDiscount</td>
<td>Adds a category discount</td>
</tr>
<tr>
<td>New method</td>
<td>getCategoryDiscount</td>
<td>Returns the options and values of the category discount id passed</td>
</tr>
<tr>
<td>New method</td>
<td>addCategoryAssignmentToCategoryDiscount</td>
<td>Assigns a product to a category discount</td>
</tr>
<tr>
<td>New method</td>
<td>getCategoryAssignmentsForCategoryDiscount</td>
<td>Returns the options and values of the category assignment for category discount passed</td>
</tr>
<tr>
<td>New method</td>
<td>addProductTotalDiscount</td>
<td>Add a product total discount</td>
</tr>
<tr>
<td>New method</td>
<td>getProductTotalDiscount</td>
<td>Returns the options and values of the product total discount id passed</td>
</tr>
<tr>
<td>New method</td>
<td>addShippingTotalDiscount</td>
<td>Adds a shipping total discount</td>
</tr>
<tr>
<td>New method</td>
<td>getShippingTotalDiscount</td>
<td>Returns the options and values of the shipping total discount id passed</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</body>
</html>