You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+78Lines changed: 78 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,81 @@
1
+
# CHANGE LOG (3.11.0) - 2.8.3
2
+
3
+
## Application Client
4
+
5
+
6
+
7
+
### Catalog
8
+
9
+
10
+
11
+
#### getProductComparisonBySlugs
12
+
13
+
- ##### What's New
14
+
- [Added] property <code>attributes_metadata[].id</code> of schema <code>AttributeMetadata</code> in response with status code 200
15
+
16
+
17
+
#### getSimilarComparisonProductBySlug
18
+
19
+
- ##### What's New
20
+
- [Added] property <code>attributes_metadata[].id</code> of schema <code>AttributeMetadata</code> in response with status code 200
21
+
22
+
23
+
#### getComparedFrequentlyProductBySlug
24
+
25
+
- ##### What's New
26
+
- [Added] property <code>similars.attributes_metadata[].id</code> of schema <code>AttributeMetadata</code> in response with status code 200
27
+
28
+
29
+
## Platform Client
30
+
31
+
32
+
33
+
### Cart
34
+
35
+
36
+
37
+
#### getPromotions
38
+
39
+
- ##### What's New
40
+
- [Added] property <code>items[].discount_rules[].offer.item_sequence_number</code> of schema <code>DiscountOffer</code> in response with status code 200
41
+
42
+
43
+
#### createPromotion
44
+
45
+
- ##### What's New
46
+
- [Added] property <code>discount_rules[].offer.item_sequence_number</code> of schema <code>DiscountOffer</code> in request body
47
+
- [Added] property <code>discount_rules[].offer.item_sequence_number</code> of schema <code>DiscountOffer</code> in response with status code 201
48
+
49
+
50
+
#### getPromotionById
51
+
52
+
- ##### What's New
53
+
- [Added] property <code>discount_rules[].offer.item_sequence_number</code> of schema <code>DiscountOffer</code> in response with status code 200
54
+
55
+
56
+
#### updatePromotion
57
+
58
+
- ##### What's New
59
+
- [Added] property <code>discount_rules[].offer.item_sequence_number</code> of schema <code>DiscountOffer</code> in request body
60
+
- [Added] property <code>discount_rules[].offer.item_sequence_number</code> of schema <code>DiscountOffer</code> in response with status code 200
61
+
62
+
63
+
#### getPromotionOffers
64
+
65
+
- ##### What's New
66
+
- [Added] property <code>available_promotions[].discount_rules[].offer.item_sequence_number</code> of schema <code>DiscountOffer</code> in response with status code 200
67
+
68
+
69
+
### User
70
+
71
+
72
+
73
+
#### createUser
74
+
75
+
- ##### What's Changed
76
+
- [Changed] <code>phone_number</code> made optional in request body
0 commit comments