Skip to content

Commit

Permalink
[Auto Generated] 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jigardafda committed Aug 7, 2023
1 parent 5e02464 commit 5cc068a
Show file tree
Hide file tree
Showing 16 changed files with 7,516 additions and 42 deletions.
2 changes: 2 additions & 0 deletions documentation/application/LEAD.md
Original file line number Diff line number Diff line change
Expand Up @@ -1533,6 +1533,7 @@ Success
| category | String | no | Category of the ticket |
| content | [TicketContent](#TicketContent) | no | Content for the ticket |
| customJson | HashMap<String,Any>? | yes | optional custom data that needs to be sent |
| subscribers | ArrayList<String>? | yes | |

---

Expand Down Expand Up @@ -1862,6 +1863,7 @@ Success
| rating | rating | This means history event is a rating |
| log | log | This means history event is a changelog |
| comment | comment | This means history event is a comment |
| thread | thread | This means history event is a thread |

---

Expand Down
6 changes: 3 additions & 3 deletions documentation/platform/CATALOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21054,9 +21054,9 @@ Returns a success response

| Properties | Type | Nullable | Description |
| ---------- | ---- | -------- | ----------- |
| name | Any | no | |
| type | String? | yes | |
| address | ArrayList<String>? | yes | |
| name | String | no | |
| type | String? | yes | |

---

Expand All @@ -21067,8 +21067,8 @@ Returns a success response

| Properties | Type | Nullable | Description |
| ---------- | ---- | -------- | ----------- |
| unit | Any? | yes | The unit of measurement used for the net quantity of the product. |
| value | Double? | yes | The value of the net quantity of the product. |
| unit | String? | yes | The unit of measurement used for the net quantity of the product. |

---

Expand Down
29 changes: 15 additions & 14 deletions documentation/platform/ORDER.md
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,7 @@ Verify OTP


```kotlin
platformClient.order.getShipments(lane: lane, bagStatus: bagStatus, statusOverrideLane: statusOverrideLane, timeToDispatch: timeToDispatch, searchType: searchType, searchValue: searchValue, fromDate: fromDate, toDate: toDate, dpIds: dpIds, stores: stores, salesChannels: salesChannels, pageNo: pageNo, pageSize: pageSize, fetchActiveShipment: fetchActiveShipment, excludeLockedShipments: excludeLockedShipments, paymentMethods: paymentMethods, channelShipmentId: channelShipmentId, channelOrderId: channelOrderId, customMeta: customMeta, orderingChannel: orderingChannel, companyAffiliateTag: companyAffiliateTag, myOrders: myOrders, platformUserId: platformUserId).safeAwait{ response, error->
platformClient.order.getShipments(lane: lane, bagStatus: bagStatus, statusOverrideLane: statusOverrideLane, timeToDispatch: timeToDispatch, searchType: searchType, searchValue: searchValue, fromDate: fromDate, toDate: toDate, dpIds: dpIds, stores: stores, salesChannels: salesChannels, pageNo: pageNo, pageSize: pageSize, fetchActiveShipment: fetchActiveShipment, excludeLockedShipments: excludeLockedShipments, paymentMethods: paymentMethods, channelShipmentId: channelShipmentId, channelOrderId: channelOrderId, customMeta: customMeta, orderingChannel: orderingChannel, companyAffiliateTag: companyAffiliateTag, myOrders: myOrders, platformUserId: platformUserId, tags: tags).safeAwait{ response, error->
response?.let{
// Use response
} ->
Expand Down Expand Up @@ -2039,7 +2039,8 @@ platformClient.order.getShipments(lane: lane, bagStatus: bagStatus, statusOverri
| orderingChannel | String? | no | |
| companyAffiliateTag | String? | no | |
| myOrders | Boolean? | no | |
| platformUserId | String? | no | |
| platformUserId | String? | no | |
| tags | String? | no | Comma separated values of tags |



Expand Down Expand Up @@ -6409,7 +6410,7 @@ We are processing the request!
| Properties | Type | Nullable | Description |
| ---------- | ---- | -------- | ----------- |
| cgstTaxPercentage | Double? | yes | |
| gstinCode | String | no | |
| gstinCode | String? | yes | |
| valueOfGood | Double | no | |
| gstFee | Double | no | |
| igstTaxPercentage | Double? | yes | |
Expand Down Expand Up @@ -6449,30 +6450,30 @@ We are processing the request!

| Properties | Type | Nullable | Description |
| ---------- | ---- | -------- | ----------- |
| refundCredit | Int | no | |
| refundCredit | Double | no | |
| amountPaidRoundoff | Int? | yes | |
| priceEffective | Int | no | |
| priceEffective | Double | no | |
| promotionEffectiveDiscount | Double | no | |
| transferPrice | Int | no | |
| transferPrice | Double | no | |
| couponEffectiveDiscount | Double | no | |
| gstFee | Double | no | |
| taxCollectedAtSource | Int? | yes | |
| taxCollectedAtSource | Double? | yes | |
| brandCalculatedAmount | Double | no | |
| deliveryCharge | Double | no | |
| gstTag | String | no | |
| hsnCode | String | no | |
| cashback | Int | no | |
| cashback | Double | no | |
| itemName | String | no | |
| valueOfGood | Double | no | |
| cashbackApplied | Int | no | |
| codCharges | Int | no | |
| priceMarked | Int | no | |
| cashbackApplied | Double | no | |
| codCharges | Double | no | |
| priceMarked | Double | no | |
| size | String | no | |
| amountPaid | Double | no | |
| couponValue | Double | no | |
| discount | Int | no | |
| fyndCredits | Int | no | |
| gstTaxPercentage | Int | no | |
| discount | Double | no | |
| fyndCredits | Double | no | |
| gstTaxPercentage | Double | no | |
| identifiers | [Identifier](#Identifier) | no | |
| totalUnits | Int | no | |
| addedToFyndCash | Boolean | no | |
Expand Down
1 change: 1 addition & 0 deletions documentation/platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* [Partner](PARTNER.md) - Partner configuration apis
* [Payment](PAYMENT.md) - Collect payment through many payment gateway i.e Stripe, Razorpay, Juspay etc.into Fynd or Self account
* [Rewards](REWARDS.md) - Earn and redeem reward points
* [Serviceability](SERVICEABILITY.md) - Logistics Configuration API's allows you to configure zone, application logistics and many more useful features.
* [Share](SHARE.md) - Short link and QR Code
* [Theme](THEME.md) - Responsible for themes
* [User](USER.md) - Authentication Service
Expand Down
Loading

0 comments on commit 5cc068a

Please sign in to comment.