Skip to content

Commit 8c935d8

Browse files
committed
[Auto Generated] 3.8.0
1 parent 5fe1424 commit 8c935d8

19 files changed

+5535
-2482
lines changed

CHANGELOG.md

Lines changed: 362 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,365 @@
1+
# CHANGE LOG (3.8.0) - 2.8.0
2+
3+
## Application Client
4+
5+
6+
7+
### Order
8+
9+
10+
11+
#### getOrders
12+
13+
- ##### What's New
14+
- [Added] property <code>items[].shipments[].bags[].financialBreakup[].taxes</code> of schema <code>FinancialBreakup</code> in response with status code 200
15+
16+
17+
#### getOrderById
18+
19+
- ##### What's New
20+
- [Added] property <code>order.shipments[].bags[].financialBreakup[].taxes</code> of schema <code>FinancialBreakup</code> in response with status code 200
21+
22+
23+
#### getPosOrderById
24+
25+
- ##### What's New
26+
- [Added] property <code>order.shipments[].bags[].financialBreakup[].taxes</code> of schema <code>FinancialBreakup</code> in response with status code 200
27+
28+
29+
#### getShipmentById
30+
31+
- ##### What's New
32+
- [Added] property <code>shipment.bags[].financialBreakup[].taxes</code> of schema <code>FinancialBreakup</code> in response with status code 200
33+
34+
35+
### Payment
36+
37+
38+
39+
#### getRefundBeneficiaries
40+
41+
- ##### What's New
42+
- [Added] method <code>getRefundBeneficiaries</code>
43+
44+
45+
46+
#### addBeneficiary
47+
48+
- ##### What's New
49+
- [Added] method <code>addBeneficiary</code>
50+
51+
52+
53+
#### deleteBeneficiary
54+
55+
- ##### What's New
56+
- [Added] method <code>deleteBeneficiary</code>
57+
58+
59+
60+
#### getRefundBeneficiariesUsingOTPSession
61+
62+
- ##### What's New
63+
- [Added] method <code>getRefundBeneficiariesUsingOTPSession</code>
64+
65+
66+
67+
#### addRefundBeneficiaryUsingOTPSession
68+
69+
- ##### What's New
70+
- [Added] method <code>addRefundBeneficiaryUsingOTPSession</code>
71+
72+
73+
74+
## Platform Client
75+
76+
77+
78+
### Catalog
79+
80+
81+
82+
#### getDiscountedInventoryBySizeIdentifier
83+
84+
- ##### What's New
85+
- [Added] property <code>items[].taxIdentifier.taxRuleId</code> of schema <code>TaxIdentifier</code> in response with status code 200
86+
87+
88+
#### getAppProducts
89+
90+
- ##### What's New
91+
- [Added] property <code>items[].taxIdentifier.taxRuleId</code> of schema <code>TaxIdentifier</code> in response with status code 200
92+
- [Added] property <code>items[].hsCode</code> of schema <code>RawProduct</code> in response with status code 200
93+
94+
95+
#### getInventories
96+
97+
- ##### What's New
98+
- [Added] property <code>items[].taxIdentifier.taxRuleId</code> of schema <code>TaxIdentifier</code> in response with status code 200
99+
100+
101+
#### validateProductGlobalTemplate
102+
103+
- ##### What's New
104+
- [Added] property <code>data.globalValidation.properties.hsCode</code> of schema <code>Properties</code> in response with status code 200
105+
106+
107+
#### getInventoryBySizeIdentifier
108+
109+
- ##### What's New
110+
- [Added] property <code>items[].taxIdentifier.taxRuleId</code> of schema <code>TaxIdentifier</code> in response with status code 200
111+
112+
113+
#### getProductSize
114+
115+
- ##### What's New
116+
- [Added] property <code>items[].taxIdentifier.taxRuleId</code> of schema <code>TaxIdentifier</code> in response with status code 200
117+
- [Added] property <code>items[].hsCode</code> of schema <code>Product</code> in response with status code 200
118+
119+
120+
#### getAllProductHsnCodes
121+
122+
- ##### What's New
123+
- [Added] property <code>items[].taxRuleId</code> of schema <code>HSNDataInsertV2</code> in response with status code 200
124+
125+
126+
#### getSingleProductHSNCode
127+
128+
- ##### What's New
129+
- [Added] property <code>taxRuleId</code> of schema <code>HSNDataInsertV2</code> in response with status code 200
130+
131+
132+
#### getProducts
133+
134+
- ##### What's New
135+
- [Added] property <code>items[].taxIdentifier.taxRuleId</code> of schema <code>TaxIdentifier</code> in response with status code 200
136+
- [Added] property <code>items[].hsCode</code> of schema <code>ProductSchemaV2</code> in response with status code 200
137+
138+
139+
#### createProduct
140+
141+
- ##### What's New
142+
- [Added] property <code>taxIdentifier.taxRuleId</code> of schema <code>TaxIdentifierV3</code> in request body
143+
- [Breaking] [Added] <code>taxIdentifier.tax_rule_id</code> made required in request body
144+
- [Added] property <code>hsCode</code> of schema <code>ProductCreateSchemaV3</code> in request body
145+
146+
- ##### What's Deprecated
147+
- [Breaking] [Deleted] property <code>taxIdentifier.hsnCode</code> of schema <code>TaxIdentifier</code> in request body
148+
- [Breaking] [Deleted] property <code>taxIdentifier.hsnCodeId</code> of schema <code>TaxIdentifier</code> in request body
149+
- [Breaking] [Deleted] property <code>taxIdentifier.reportingHsn</code> of schema <code>TaxIdentifier</code> in request body
150+
151+
- ##### What's Changed
152+
- [Changed] Path From <code>/service/platform/catalog/v2.0/company/{company_id}/products/</code> To <code>/service/platform/catalog/v3.0/company/{company_id}/products/</code>
153+
154+
155+
#### uploadBulkProducts
156+
157+
- ##### What's Deprecated
158+
- [Breaking] [Deleted] method <code>uploadBulkProducts</code>
159+
160+
161+
162+
#### getProduct
163+
164+
- ##### What's New
165+
- [Added] property <code>data.taxIdentifier.taxRuleId</code> of schema <code>TaxIdentifier</code> in response with status code 200
166+
- [Added] property <code>data.hsCode</code> of schema <code>ProductSchemaV2</code> in response with status code 200
167+
168+
169+
#### editProduct
170+
171+
- ##### What's New
172+
- [Added] property <code>taxIdentifier.taxRuleId</code> of schema <code>TaxIdentifierV3</code> in request body
173+
- [Breaking] [Added] <code>taxIdentifier.tax_rule_id</code> made required in request body
174+
- [Added] property <code>hsCode</code> of schema <code>ProductUpdateSchemaV3</code> in request body
175+
176+
- ##### What's Deprecated
177+
- [Breaking] [Deleted] property <code>taxIdentifier.hsnCode</code> of schema <code>TaxIdentifier</code> in request body
178+
- [Breaking] [Deleted] property <code>taxIdentifier.hsnCodeId</code> of schema <code>TaxIdentifier</code> in request body
179+
- [Breaking] [Deleted] property <code>taxIdentifier.reportingHsn</code> of schema <code>TaxIdentifier</code> in request body
180+
181+
- ##### What's Changed
182+
- [Changed] Path From <code>/service/platform/catalog/v2.0/company/{company_id}/products/{item_id}/</code> To <code>/service/platform/catalog/v3.0/company/{company_id}/products/{item_id}/</code>
183+
184+
185+
#### getFollowedProducts
186+
187+
- ##### What's Deprecated
188+
- [Breaking] [Deleted] Response with status 400
189+
190+
191+
#### createTax
192+
193+
- ##### What's New
194+
- [Added] method <code>createTax</code>
195+
196+
197+
198+
#### getAllTaxRules
199+
200+
- ##### What's New
201+
- [Added] method <code>getAllTaxRules</code>
202+
203+
204+
205+
#### updateTaxRule
206+
207+
- ##### What's New
208+
- [Added] method <code>updateTaxRule</code>
209+
210+
211+
212+
#### deleteTaxRule
213+
214+
- ##### What's New
215+
- [Added] method <code>deleteTaxRule</code>
216+
217+
218+
219+
#### getTaxVersionDetails
220+
221+
- ##### What's New
222+
- [Added] method <code>getTaxVersionDetails</code>
223+
224+
225+
226+
#### createTaxVersion
227+
228+
- ##### What's New
229+
- [Added] method <code>createTaxVersion</code>
230+
231+
232+
233+
#### deleteTaxVersion
234+
235+
- ##### What's New
236+
- [Added] method <code>deleteTaxVersion</code>
237+
238+
239+
240+
#### updateTaxVersion
241+
242+
- ##### What's New
243+
- [Added] method <code>updateTaxVersion</code>
244+
245+
246+
247+
#### getHsCodes
248+
249+
- ##### What's New
250+
- [Added] method <code>getHsCodes</code>
251+
252+
253+
254+
#### createHsCode
255+
256+
- ##### What's New
257+
- [Added] method <code>createHsCode</code>
258+
259+
260+
261+
#### createTaxComponentName
262+
263+
- ##### What's New
264+
- [Added] method <code>createTaxComponentName</code>
265+
266+
267+
268+
#### getTaxComponentNames
269+
270+
- ##### What's New
271+
- [Added] method <code>getTaxComponentNames</code>
272+
273+
274+
275+
### FileStorage
276+
277+
278+
279+
#### proxy
280+
281+
- ##### What's New
282+
- [Added] property <code>success</code> of schema <code>ProxyFileAccess</code> in response with status code 200
283+
284+
- ##### What's Deprecated
285+
- [Breaking] [Deleted] property <code>data</code> of schema <code>ProxyFileAccess</code> in response with status code 200
286+
- [Breaking] [Deleted] property <code>support</code> of schema <code>ProxyFileAccess</code> in response with status code 200
287+
288+
289+
### Serviceability
290+
291+
292+
293+
#### createPackageMaterial
294+
295+
- ##### What's Deprecated
296+
- [Breaking] [Deleted] property <code>itemId</code> of schema <code>PackageMaterialResult</code> in response with status code 201
297+
298+
299+
#### getPackageMaterialList
300+
301+
- ##### What's Deprecated
302+
- [Breaking] [Deleted] property <code>items[].itemId</code> of schema <code>PackageItem</code> in response with status code 200
303+
304+
305+
#### updatePackageMaterials
306+
307+
- ##### What's Deprecated
308+
- [Breaking] [Deleted] property <code>itemId</code> of schema <code>PackageMaterialResult</code> in response with status code 200
309+
310+
311+
#### getPackageMaterials
312+
313+
- ##### What's Deprecated
314+
- [Breaking] [Deleted] property <code>itemId</code> of schema <code>PackageItem</code> in response with status code 200
315+
316+
317+
### Order
318+
319+
320+
321+
#### getShipments
322+
323+
- ##### What's New
324+
- [Added] property <code>items[].bags[].financialBreakup[].taxes</code> of schema <code>FinancialBreakup</code> in response with status code 200
325+
326+
327+
#### getShipmentById
328+
329+
- ##### What's New
330+
- [Added] property <code>shipments[].bags[].financialBreakup.taxes</code> of schema <code>FinancialBreakup</code> in response with status code 200
331+
332+
333+
#### getOrderById
334+
335+
- ##### What's New
336+
- [Added] property <code>shipments[].bags[].financialBreakup.taxes</code> of schema <code>FinancialBreakup</code> in response with status code 200
337+
338+
339+
#### getOrders
340+
341+
- ##### What's New
342+
- [Added] property <code>items[].shipments[].bags[].financialBreakup.taxes</code> of schema <code>FinancialBreakup</code> in response with status code 200
343+
344+
345+
#### getApplicationShipments
346+
347+
- ##### What's New
348+
- [Added] property <code>items[].bags[].financialBreakup[].taxes</code> of schema <code>FinancialBreakup</code> in response with status code 200
349+
350+
351+
#### getBagById
352+
353+
- ##### What's New
354+
- [Added] property <code>data.financialBreakup[].taxes</code> of schema <code>FinancialBreakup</code> in response with status code 200
355+
356+
357+
#### getBags
358+
359+
- ##### What's New
360+
- [Added] property <code>data.items[].financialBreakup[].taxes</code> of schema <code>FinancialBreakup</code> in response with status code 200
361+
362+
1363
# CHANGE LOG (3.7.0) - 2.7.8
2364

3365
## Platform Client

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Get started with the Java Development SDK for Fynd Platform
1616
<dependency>
1717
<groupId>com.github.gofynd</groupId>
1818
<artifactId>fdk-client-java</artifactId>
19-
<version>3.7.0</version>
19+
<version>3.8.0</version>
2020
</dependency>
2121
```
2222

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.gofynd</groupId>
88
<artifactId>fynd-client-java</artifactId>
9-
<version>3.7.0</version>
9+
<version>3.8.0</version>
1010

1111
<parent>
1212
<groupId>org.springframework.boot</groupId>

src/main/java/com/sdk/application/ApplicationHeaderInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ private Request.Builder buildHeaders(Request request, String bearerToken) {
3939
.addHeader("User-Agent", applicationConfig.getUserAgent())
4040
.addHeader("Accept-Language", "en-IN")
4141
.addHeader("Authorization", "Bearer "+bearerToken)
42-
.addHeader("x-fp-sdk-version", "3.7.0");
42+
.addHeader("x-fp-sdk-version", "3.8.0");
4343
}
4444
}

0 commit comments

Comments
 (0)