Skip to content

Commit

Permalink
[Auto Generated] 1.3.10-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jigardafda committed Dec 11, 2023
1 parent 5124d1d commit 3f98a9f
Show file tree
Hide file tree
Showing 66 changed files with 22,550 additions and 10 deletions.
39 changes: 38 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,66 @@
# CHANGE LOG (1.3.10-beta.1) - v1.8.7-prerelease-v1
# CHANGE LOG (1.3.10-beta.2) - v1.8.7-prerelease-v2

## Platform Client



### Discount



#### createDiscount

- ##### What's New
- [Added] property `zoneIds` of schema `CreateUpdateDiscount` in request body


#### updateDiscount

- ##### What's New
- [Added] property `zoneIds` of schema `CreateUpdateDiscount` in request body


### Order



#### getShipments

- ##### What's New
- [Added] property `items[].fulfillingStore.brandStoreTags[]` of schema `ShipmentItemFulFillingStore` in response with status code 200

- ##### What's Changed
- [Breaking] [Changed] Type from `string` to `array` of property `items[].fulfillingStore.brandStoreTags` of schema `ShipmentItemFulFillingStore` in response with status code 200


#### getShipmentById

- ##### What's New
- [Added] property `shipments[].bags[].affiliateBagDetails.affiliateMeta` of schema `AffiliateBagsDetails` in response with status code 200
- [Added] property `shipments[].bags[].bagStatus` of schema `OrderBags` in response with status code 200


#### getOrderById

- ##### What's New
- [Added] property `shipments[].bags[].affiliateBagDetails.affiliateMeta` of schema `AffiliateBagsDetails` in response with status code 200
- [Added] property `shipments[].bags[].bagStatus` of schema `OrderBags` in response with status code 200


#### getOrders

- ##### What's New
- [Added] property `items[].shipments[].bags[].affiliateBagDetails.affiliateMeta` of schema `AffiliateBagsDetails` in response with status code 200
- [Added] property `items[].shipments[].bags[].bagStatus` of schema `OrderBags` in response with status code 200


#### getApplicationShipments

- ##### What's New
- [Added] property `items[].fulfillingStore.brandStoreTags[]` of schema `ShipmentItemFulFillingStore` in response with status code 200

- ##### What's Changed
- [Breaking] [Changed] Type from `string` to `array` of property `items[].fulfillingStore.brandStoreTags` of schema `ShipmentItemFulFillingStore` in response with status code 200


# CHANGE LOG (1.3.9) - fp-v1.8.6
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Get started with the Java Development SDK for Fynd Platform
<dependency>
<groupId>com.github.gofynd</groupId>
<artifactId>fdk-client-java</artifactId>
<version>1.3.10-beta.1</version>
<version>1.3.10-beta.2</version>
</dependency>
```

Expand Down
5 changes: 5 additions & 0 deletions documentation/application/CART.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## Cart Methods
Manages Cart, Coupons, Promotions, Checkout

Default
* [getCart](#getcart)
* [getCartLastModified](#getcartlastmodified)
* [addItems](#additems)
Expand Down Expand Up @@ -37,9 +39,11 @@ Manages Cart, Coupons, Promotions, Checkout




## Methods with example and description



### getCart
Fetch all items added to the cart

Expand Down Expand Up @@ -8597,6 +8601,7 @@ Success. Returns the status of cart checkout. Refer `CartCheckoutResponseSchema`




### Schemas


Expand Down
5 changes: 5 additions & 0 deletions documentation/application/CATALOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## Catalog Methods
Catalog API's allows you to access list of products, prices, seller details, similar features, variants and many more useful features.

Default
* [getProductDetailBySlug](#getproductdetailbyslug)
* [getProductSizesBySlug](#getproductsizesbyslug)
* [getProductComparisonBySlugs](#getproductcomparisonbyslugs)
Expand Down Expand Up @@ -39,9 +41,11 @@ Catalog API's allows you to access list of products, prices, seller details, sim




## Methods with example and description



### getProductDetailBySlug
Get a product

Expand Down Expand Up @@ -7737,6 +7741,7 @@ Success. Returns a ProductSizeSellerV3 object. Check the example shown below or




### Schemas


Expand Down
5 changes: 5 additions & 0 deletions documentation/application/COMMON.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@

## Common Methods
Application configuration apis

Default
* [searchApplication](#searchapplication)
* [getLocations](#getlocations)




## Methods with example and description



### searchApplication
Search Application

Expand Down Expand Up @@ -184,6 +188,7 @@ Success




### Schemas


Expand Down
5 changes: 5 additions & 0 deletions documentation/application/COMMUNICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@

## Communication Methods
Manages email, sms, push notifications sent to users

Default
* [getCommunicationConsent](#getcommunicationconsent)
* [upsertCommunicationConsent](#upsertcommunicationconsent)
* [upsertAppPushtoken](#upsertapppushtoken)




## Methods with example and description



### getCommunicationConsent
Get communication consent

Expand Down Expand Up @@ -282,6 +286,7 @@ Success. Check the example shown below or refer `PushtokenRes` for more details.




### Schemas


Expand Down
5 changes: 5 additions & 0 deletions documentation/application/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## Configuration Methods
Application configuration apis

Default
* [getApplication](#getapplication)
* [getOwnerInfo](#getownerinfo)
* [getBasicDetails](#getbasicdetails)
Expand All @@ -25,9 +27,11 @@ Application configuration apis




## Methods with example and description



### getApplication
Get current sales channel details

Expand Down Expand Up @@ -1383,6 +1387,7 @@ Success. Check the example shown below or refer `AppStaffResponse` for more deta




### Schemas


Expand Down
5 changes: 5 additions & 0 deletions documentation/application/CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## Content Methods
Content System

Default
* [getAnnouncements](#getannouncements)
* [getBlog](#getblog)
* [getBlogs](#getblogs)
Expand All @@ -28,9 +30,11 @@ Content System




## Methods with example and description



### getAnnouncements
Get live announcements

Expand Down Expand Up @@ -1770,6 +1774,7 @@ Success. Returns a list of pages along with their details. Check the example sho




### Schemas


Expand Down
5 changes: 5 additions & 0 deletions documentation/application/FILESTORAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@

## FileStorage Methods
File Storage

Default
* [startUpload](#startupload)
* [completeUpload](#completeupload)
* [signUrls](#signurls)




## Methods with example and description



### startUpload
Initiates an upload and returns a storage link that is valid for 30 minutes. You can use the storage link to make subsequent upload request with file buffer or blob.

Expand Down Expand Up @@ -291,6 +295,7 @@ Success




### Schemas


Expand Down
5 changes: 5 additions & 0 deletions documentation/application/LEAD.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## Lead Methods
Handles communication between Staff and Users

Default
* [getTicket](#getticket)
* [createHistory](#createhistory)
* [createTicket](#createticket)
Expand All @@ -16,9 +18,11 @@ Handles communication between Staff and Users




## Methods with example and description



### getTicket
Get Ticket with the specific id

Expand Down Expand Up @@ -1104,6 +1108,7 @@ Success




### Schemas


Expand Down
5 changes: 5 additions & 0 deletions documentation/application/LOGISTIC.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## Logistic Methods
Logistics Promise Engine APIs allows you to configure zone, pincode, TAT, logistics and many more useful features.

Default
* [getPincodeCity](#getpincodecity)
* [getTatProduct](#gettatproduct)
* [getAllCountries](#getallcountries)
Expand All @@ -14,9 +16,11 @@ Logistics Promise Engine APIs allows you to configure zone, pincode, TAT, logist




## Methods with example and description



### getPincodeCity
Get Pincode API

Expand Down Expand Up @@ -477,6 +481,7 @@ Response status_code




### Schemas


Expand Down
5 changes: 5 additions & 0 deletions documentation/application/ORDER.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## Order Methods
Handles all Application order and shipment api(s)

Default
* [getOrders](#getorders)
* [getOrderById](#getorderbyid)
* [getPosOrderById](#getposorderbyid)
Expand All @@ -21,9 +23,11 @@ Handles all Application order and shipment api(s)




## Methods with example and description



### getOrders
Get all orders

Expand Down Expand Up @@ -2422,6 +2426,7 @@ Successfully updateShipmentStatus!




### Schemas


Expand Down
5 changes: 5 additions & 0 deletions documentation/application/PAYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## Payment Methods
Collect payment through many payment gateway i.e Stripe, Razorpay, Juspay etc.into Fynd or Self account

Default
* [getAggregatorsConfig](#getaggregatorsconfig)
* [attachCardToCustomer](#attachcardtocustomer)
* [getActiveCardAggregator](#getactivecardaggregator)
Expand Down Expand Up @@ -51,9 +53,11 @@ Collect payment through many payment gateway i.e Stripe, Razorpay, Juspay etc.in




## Methods with example and description



### getAggregatorsConfig
Get payment gateway keys

Expand Down Expand Up @@ -3848,6 +3852,7 @@ Success. Returns the status of API. Check the example shown below or refer `Paid




### Schemas


Expand Down
Loading

0 comments on commit 3f98a9f

Please sign in to comment.