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
+61Lines changed: 61 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,64 @@
1
+
# CHANGE LOG (3.5.0) - 2.7.7
2
+
3
+
## Application Client
4
+
5
+
6
+
7
+
### Logistic
8
+
9
+
10
+
11
+
#### getFulfillmentOptions
12
+
13
+
- ##### What's Changed
14
+
- [Breaking] [Changed] Possible values from <code>StorePickup</code> to <code>PickAtStore</code> of property <code>items[].type</code> of schema <code>FulfillmentOptionItem</code> in response with status code 200
15
+
16
+
17
+
## Platform Client
18
+
19
+
20
+
21
+
### Configuration
22
+
23
+
24
+
25
+
#### getInventoryConfig
26
+
27
+
- ##### What's New
28
+
- [Added] property <code>search.skg_identification</code> of schema <code>SearchConfig</code> in response with status code 200
29
+
30
+
31
+
### Serviceability
32
+
33
+
34
+
35
+
#### createFulfillmentOption
36
+
37
+
- ##### What's Changed
38
+
- [Breaking] [Changed] Possible values from <code>StorePickup</code> to <code>PickAtStore</code> of property <code>type</code> of schema <code>FulfillmentOption</code> in request body
39
+
- [Breaking] [Changed] Possible values from <code>StorePickup</code> to <code>PickAtStore</code> of property <code>type</code> of schema <code>FulfillmentOption</code> in response with status code 200
40
+
41
+
42
+
#### getFulfillmentOptions
43
+
44
+
- ##### What's Changed
45
+
- [Breaking] [Changed] Possible values from <code>StorePickup</code> to <code>PickAtStore</code> of property <code>type</code> of schema <code>FulfillmentOption</code> in response with status code 200
46
+
47
+
48
+
#### putFulfillmentOption
49
+
50
+
- ##### What's Changed
51
+
- [Breaking] [Changed] Possible values from <code>StorePickup</code> to <code>PickAtStore</code> of property <code>type</code> of schema <code>FulfillmentOption</code> in request body
52
+
- [Breaking] [Changed] Possible values from <code>StorePickup</code> to <code>PickAtStore</code> of property <code>type</code> of schema <code>FulfillmentOption</code> in response with status code 200
Copy file name to clipboardExpand all lines: sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -297,6 +297,19 @@ declare class Serviceability {
297
297
* @description: Fetches available fulfillment options for a given product and store. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/serviceability/getFulfillmentOptions/).
* @summary: Retrieve fulfillment options with optional filters.
310
+
* @description: Fetches fulfillment options for an application. Queryable by product_slug, store_id, and status. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/serviceability/getFulfillmentOptionsList/).
* @summary: Retrieve fulfillment options with optional filters.
1847
+
* @description: Fetches fulfillment options for an application. Queryable by product_slug, store_id, and status. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/serviceability/getFulfillmentOptionsList/).
0 commit comments