@gofynd/fdk-client-javascript 0.1.36 → 0.1.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/documentation/application/CART.md +291 -285
  2. package/documentation/application/CATALOG.md +411 -411
  3. package/documentation/application/LOGISTIC.md +423 -101
  4. package/documentation/application/ORDER.md +287 -287
  5. package/documentation/application/POSCART.md +319 -313
  6. package/documentation/application/README.md +1 -1
  7. package/documentation/platform/AUDITTRAIL.md +2 -2
  8. package/documentation/platform/CART.md +488 -488
  9. package/documentation/platform/CATALOG.md +1656 -1439
  10. package/documentation/platform/COMPANYPROFILE.md +250 -229
  11. package/documentation/platform/ORDER.md +1183 -1183
  12. package/package.json +2 -2
  13. package/sdk/application/ApplicationAPIClient.js +3 -0
  14. package/sdk/application/ApplicationClient.d.ts +1 -0
  15. package/sdk/application/ApplicationClient.js +11 -1
  16. package/sdk/application/ApplicationConfig.d.ts +1 -0
  17. package/sdk/application/ApplicationConfig.js +1 -0
  18. package/sdk/application/ApplicationModels.d.ts +83 -78
  19. package/sdk/application/ApplicationModels.js +1445 -1354
  20. package/sdk/application/client/LogisticApplicationClient.d.ts +32 -21
  21. package/sdk/application/client/LogisticApplicationClient.js +62 -27
  22. package/sdk/application/models/LogisticValidator.d.ts +2 -1
  23. package/sdk/application/models/LogisticValidator.js +11 -6
  24. package/sdk/common/AxiosHelper.js +1 -1
  25. package/sdk/platform/PlatformApplicationClient.d.ts +5328 -5185
  26. package/sdk/platform/PlatformApplicationClient.js +2877 -2795
  27. package/sdk/platform/PlatformApplicationModels.d.ts +5 -5
  28. package/sdk/platform/PlatformApplicationModels.js +3707 -3571
  29. package/sdk/platform/PlatformClient.d.ts +2577 -2509
  30. package/sdk/platform/PlatformClient.js +2770 -2688
  31. package/sdk/platform/PlatformModels.d.ts +146 -139
  32. package/sdk/platform/PlatformModels.js +3718 -3582
  33. package/sdk/platform/client/CatalogPlatformClient.d.ts +21 -12
  34. package/sdk/platform/client/CatalogPlatformClient.js +48 -17
  35. package/sdk/platform/models/CatalogValidator.d.ts +2 -1
  36. package/sdk/platform/models/CatalogValidator.js +11 -5
@@ -2884,6 +2884,8 @@ Success. Returns an Address object containing a list of address saved in the acc
2884
2884
  "meta": {},
2885
2885
  "user_id": "8b526f521bb14a2593a8b9e3ce8c76b3",
2886
2886
  "country_code": "IND",
2887
+ "country_phone_code": "91",
2888
+ "country_iso_code": "IND",
2887
2889
  "phone": 9915347757,
2888
2890
  "geo_location": {},
2889
2891
  "country": "India",
@@ -3044,6 +3046,8 @@ Success. Returns an Address object containing a list of address saved in the acc
3044
3046
  "meta": {},
3045
3047
  "user_id": "8b526f521bb14a2593a8b9e3ce8c76b3",
3046
3048
  "country_code": "IND",
3049
+ "country_phone_code": "91",
3050
+ "country_iso_code": "IND",
3047
3051
  "phone": 9915347757,
3048
3052
  "geo_location": {},
3049
3053
  "country": "India",
@@ -6752,58 +6756,61 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
6752
6756
 
6753
6757
 
6754
6758
 
6755
- #### [BaseInfo](#BaseInfo)
6759
+ #### [PromiseTimestamp](#PromiseTimestamp)
6756
6760
 
6757
6761
  | Properties | Type | Nullable | Description |
6758
6762
  | ---------- | ---- | -------- | ----------- |
6759
- | uid | number | no | |
6760
- | name | string | no | |
6763
+ | max | number | no | |
6764
+ | min | number | no | |
6761
6765
 
6762
6766
  ---
6763
6767
 
6764
6768
 
6765
6769
 
6766
6770
 
6767
- #### [BasePrice](#BasePrice)
6771
+ #### [PromiseFormatted](#PromiseFormatted)
6768
6772
 
6769
6773
  | Properties | Type | Nullable | Description |
6770
6774
  | ---------- | ---- | -------- | ----------- |
6771
- | currency_symbol | string | no | |
6772
- | currency_code | string | no | |
6773
- | effective | number | no | |
6774
- | marked | number | no | |
6775
+ | max | string | no | |
6776
+ | min | string | no | |
6775
6777
 
6776
6778
  ---
6777
6779
 
6778
6780
 
6779
6781
 
6780
6782
 
6781
- #### [ArticlePriceInfo](#ArticlePriceInfo)
6783
+ #### [ShipmentPromise](#ShipmentPromise)
6782
6784
 
6783
6785
  | Properties | Type | Nullable | Description |
6784
6786
  | ---------- | ---- | -------- | ----------- |
6785
- | base | [BasePrice](#BasePrice) | no | |
6786
- | converted | [BasePrice](#BasePrice) | no | |
6787
+ | timestamp | [PromiseTimestamp](#PromiseTimestamp) | no | |
6788
+ | formatted | [PromiseFormatted](#PromiseFormatted) | no | |
6787
6789
 
6788
6790
  ---
6789
6791
 
6790
6792
 
6791
6793
 
6792
6794
 
6793
- #### [ProductArticle](#ProductArticle)
6795
+ #### [CartCurrency](#CartCurrency)
6794
6796
 
6795
6797
  | Properties | Type | Nullable | Description |
6796
6798
  | ---------- | ---- | -------- | ----------- |
6797
- | store | [BaseInfo](#BaseInfo) | no | |
6798
- | price | [ArticlePriceInfo](#ArticlePriceInfo) | no | |
6799
- | size | string | no | |
6800
- | quantity | number | no | |
6801
- | seller | [BaseInfo](#BaseInfo) | no | |
6802
- | product_group_tags | [string] | no | |
6803
- | type | string | no | |
6804
- | parent_item_identifiers | string | no | |
6805
- | uid | string | no | |
6806
- | extra_meta | string | no | |
6799
+ | symbol | string | no | |
6800
+ | code | string | no | Currency code defined by ISO 4217:2015 |
6801
+
6802
+ ---
6803
+
6804
+
6805
+
6806
+
6807
+ #### [PaymentSelectionLock](#PaymentSelectionLock)
6808
+
6809
+ | Properties | Type | Nullable | Description |
6810
+ | ---------- | ---- | -------- | ----------- |
6811
+ | default_options | string | no | |
6812
+ | enabled | boolean | no | |
6813
+ | payment_identifier | string | no | |
6807
6814
 
6808
6815
  ---
6809
6816
 
@@ -6814,12 +6821,12 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
6814
6821
 
6815
6822
  | Properties | Type | Nullable | Description |
6816
6823
  | ---------- | ---- | -------- | ----------- |
6817
- | marked | number | no | |
6818
- | add_on | number | no | |
6819
6824
  | effective | number | no | |
6820
6825
  | currency_code | string | no | |
6826
+ | marked | number | no | |
6821
6827
  | selling | number | no | |
6822
6828
  | currency_symbol | string | no | |
6829
+ | add_on | number | no | |
6823
6830
 
6824
6831
  ---
6825
6832
 
@@ -6838,220 +6845,239 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
6838
6845
 
6839
6846
 
6840
6847
 
6841
- #### [ProductAvailability](#ProductAvailability)
6848
+ #### [BasePrice](#BasePrice)
6842
6849
 
6843
6850
  | Properties | Type | Nullable | Description |
6844
6851
  | ---------- | ---- | -------- | ----------- |
6845
- | is_valid | boolean | no | |
6846
- | other_store_quantity | number | no | |
6847
- | out_of_stock | boolean | no | |
6848
- | deliverable | boolean | no | |
6849
- | sizes | [string] | no | |
6852
+ | effective | number | no | |
6853
+ | currency_code | string | no | |
6854
+ | currency_symbol | string | no | |
6855
+ | marked | number | no | |
6850
6856
 
6851
6857
  ---
6852
6858
 
6853
6859
 
6854
6860
 
6855
6861
 
6856
- #### [Ownership](#Ownership)
6862
+ #### [ArticlePriceInfo](#ArticlePriceInfo)
6857
6863
 
6858
6864
  | Properties | Type | Nullable | Description |
6859
6865
  | ---------- | ---- | -------- | ----------- |
6860
- | payable_by | string | no | promo amount bearable party |
6861
- | payable_category | string | no | promo amount payable category |
6866
+ | base | [BasePrice](#BasePrice) | no | |
6867
+ | converted | [BasePrice](#BasePrice) | no | |
6862
6868
 
6863
6869
  ---
6864
6870
 
6865
6871
 
6866
6872
 
6867
6873
 
6868
- #### [AppliedPromotion](#AppliedPromotion)
6874
+ #### [BaseInfo](#BaseInfo)
6869
6875
 
6870
6876
  | Properties | Type | Nullable | Description |
6871
6877
  | ---------- | ---- | -------- | ----------- |
6872
- | article_quantity | number | no | Quantity of article on which promotion is applicable |
6873
- | offer_text | string | no | Offer text of current promotion |
6874
- | promo_id | string | no | Promotion id |
6875
- | amount | number | no | Per unit discount amount applied with current promotion |
6876
- | promotion_type | string | no | Promotion type of current promotion |
6877
- | mrp_promotion | boolean | no | If applied promotion is applied on product MRP or ESP |
6878
- | ownership | [Ownership](#Ownership) | no | Ownership of promotion |
6878
+ | name | string | no | |
6879
+ | uid | number | no | |
6879
6880
 
6880
6881
  ---
6881
6882
 
6882
6883
 
6883
6884
 
6884
6885
 
6885
- #### [CartProductIdentifer](#CartProductIdentifer)
6886
+ #### [ProductArticle](#ProductArticle)
6886
6887
 
6887
6888
  | Properties | Type | Nullable | Description |
6888
6889
  | ---------- | ---- | -------- | ----------- |
6889
- | identifier | string | no | Article idenfier generated by cart |
6890
+ | price | [ArticlePriceInfo](#ArticlePriceInfo) | no | |
6891
+ | size | string | no | |
6892
+ | quantity | number | no | |
6893
+ | uid | string | no | |
6894
+ | extra_meta | string | no | |
6895
+ | product_group_tags | [string] | no | |
6896
+ | seller | [BaseInfo](#BaseInfo) | no | |
6897
+ | parent_item_identifiers | string | no | |
6898
+ | store | [BaseInfo](#BaseInfo) | no | |
6899
+ | type | string | no | |
6890
6900
 
6891
6901
  ---
6892
6902
 
6893
6903
 
6894
6904
 
6895
6905
 
6896
- #### [ProductImage](#ProductImage)
6906
+ #### [Ownership](#Ownership)
6897
6907
 
6898
6908
  | Properties | Type | Nullable | Description |
6899
6909
  | ---------- | ---- | -------- | ----------- |
6900
- | aspect_ratio | string | no | |
6901
- | secure_url | string | no | |
6902
- | url | string | no | |
6910
+ | payable_category | string | no | promo amount payable category |
6911
+ | payable_by | string | no | promo amount bearable party |
6903
6912
 
6904
6913
  ---
6905
6914
 
6906
6915
 
6907
6916
 
6908
6917
 
6909
- #### [CategoryInfo](#CategoryInfo)
6918
+ #### [AppliedPromotion](#AppliedPromotion)
6910
6919
 
6911
6920
  | Properties | Type | Nullable | Description |
6912
6921
  | ---------- | ---- | -------- | ----------- |
6913
- | uid | number | no | Product Category Id |
6914
- | name | string | no | |
6922
+ | promotion_type | string | no | Promotion type of current promotion |
6923
+ | mrp_promotion | boolean | no | If applied promotion is applied on product MRP or ESP |
6924
+ | article_quantity | number | no | Quantity of article on which promotion is applicable |
6925
+ | ownership | [Ownership](#Ownership) | no | Ownership of promotion |
6926
+ | promo_id | string | no | Promotion id |
6927
+ | offer_text | string | no | Offer text of current promotion |
6928
+ | amount | number | no | Per unit discount amount applied with current promotion |
6915
6929
 
6916
6930
  ---
6917
6931
 
6918
6932
 
6919
6933
 
6920
6934
 
6921
- #### [ActionQuery](#ActionQuery)
6935
+ #### [ProductImage](#ProductImage)
6922
6936
 
6923
6937
  | Properties | Type | Nullable | Description |
6924
6938
  | ---------- | ---- | -------- | ----------- |
6925
- | product_slug | [string] | no | Contains list of product slug |
6939
+ | aspect_ratio | string | no | |
6940
+ | secure_url | string | no | |
6941
+ | url | string | no | |
6926
6942
 
6927
6943
  ---
6928
6944
 
6929
6945
 
6930
6946
 
6931
6947
 
6932
- #### [ProductAction](#ProductAction)
6948
+ #### [CategoryInfo](#CategoryInfo)
6933
6949
 
6934
6950
  | Properties | Type | Nullable | Description |
6935
6951
  | ---------- | ---- | -------- | ----------- |
6936
- | url | string | no | |
6937
- | query | [ActionQuery](#ActionQuery) | no | |
6938
- | type | string | no | |
6952
+ | name | string | no | |
6953
+ | uid | number | no | Product Category Id |
6939
6954
 
6940
6955
  ---
6941
6956
 
6942
6957
 
6943
6958
 
6944
6959
 
6945
- #### [CartProduct](#CartProduct)
6960
+ #### [ActionQuery](#ActionQuery)
6946
6961
 
6947
6962
  | Properties | Type | Nullable | Description |
6948
6963
  | ---------- | ---- | -------- | ----------- |
6949
- | images | [[ProductImage](#ProductImage)] | no | |
6950
- | categories | [[CategoryInfo](#CategoryInfo)] | no | |
6951
- | name | string | no | |
6952
- | slug | string | no | Unique product url name generated via product name and other meta data |
6953
- | action | [ProductAction](#ProductAction) | no | |
6954
- | type | string | no | |
6955
- | uid | number | no | |
6956
- | brand | [BaseInfo](#BaseInfo) | no | |
6964
+ | product_slug | [string] | no | Contains list of product slug |
6957
6965
 
6958
6966
  ---
6959
6967
 
6960
6968
 
6961
6969
 
6962
6970
 
6963
- #### [PromoMeta](#PromoMeta)
6971
+ #### [ProductAction](#ProductAction)
6964
6972
 
6965
6973
  | Properties | Type | Nullable | Description |
6966
6974
  | ---------- | ---- | -------- | ----------- |
6967
- | message | string | no | |
6975
+ | url | string | no | |
6976
+ | query | [ActionQuery](#ActionQuery) | no | |
6977
+ | type | string | no | |
6968
6978
 
6969
6979
  ---
6970
6980
 
6971
6981
 
6972
6982
 
6973
6983
 
6974
- #### [CartProductInfo](#CartProductInfo)
6984
+ #### [CartProduct](#CartProduct)
6975
6985
 
6976
6986
  | Properties | Type | Nullable | Description |
6977
6987
  | ---------- | ---- | -------- | ----------- |
6978
- | discount | string | no | |
6979
- | is_set | boolean | no | |
6980
- | article | [ProductArticle](#ProductArticle) | no | |
6981
- | price | [ProductPriceInfo](#ProductPriceInfo) | no | |
6982
- | message | string | no | |
6983
- | coupon_message | string | no | |
6984
- | availability | [ProductAvailability](#ProductAvailability) | no | |
6985
- | bulk_offer | string | no | |
6986
- | quantity | number | no | |
6987
- | promotions_applied | [[AppliedPromotion](#AppliedPromotion)] | no | |
6988
- | identifiers | [CartProductIdentifer](#CartProductIdentifer) | yes | |
6989
- | parent_item_identifiers | string | no | |
6990
- | price_per_unit | [ProductPriceInfo](#ProductPriceInfo) | no | |
6991
- | product | [CartProduct](#CartProduct) | no | |
6992
- | promo_meta | [PromoMeta](#PromoMeta) | no | |
6993
- | key | string | no | |
6988
+ | name | string | no | |
6989
+ | images | [[ProductImage](#ProductImage)] | no | |
6990
+ | slug | string | no | Unique product url name generated via product name and other meta data |
6991
+ | brand | [BaseInfo](#BaseInfo) | no | |
6992
+ | uid | number | no | |
6993
+ | categories | [[CategoryInfo](#CategoryInfo)] | no | |
6994
+ | action | [ProductAction](#ProductAction) | no | |
6995
+ | type | string | no | |
6994
6996
 
6995
6997
  ---
6996
6998
 
6997
6999
 
6998
7000
 
6999
7001
 
7000
- #### [PromiseFormatted](#PromiseFormatted)
7002
+ #### [CartProductIdentifer](#CartProductIdentifer)
7001
7003
 
7002
7004
  | Properties | Type | Nullable | Description |
7003
7005
  | ---------- | ---- | -------- | ----------- |
7004
- | min | string | no | |
7005
- | max | string | no | |
7006
+ | identifier | string | no | Article idenfier generated by cart |
7006
7007
 
7007
7008
  ---
7008
7009
 
7009
7010
 
7010
7011
 
7011
7012
 
7012
- #### [PromiseTimestamp](#PromiseTimestamp)
7013
+ #### [PromoMeta](#PromoMeta)
7013
7014
 
7014
7015
  | Properties | Type | Nullable | Description |
7015
7016
  | ---------- | ---- | -------- | ----------- |
7016
- | min | number | no | |
7017
- | max | number | no | |
7017
+ | message | string | no | |
7018
7018
 
7019
7019
  ---
7020
7020
 
7021
7021
 
7022
7022
 
7023
7023
 
7024
- #### [ShipmentPromise](#ShipmentPromise)
7024
+ #### [ProductAvailability](#ProductAvailability)
7025
7025
 
7026
7026
  | Properties | Type | Nullable | Description |
7027
7027
  | ---------- | ---- | -------- | ----------- |
7028
- | formatted | [PromiseFormatted](#PromiseFormatted) | no | |
7029
- | timestamp | [PromiseTimestamp](#PromiseTimestamp) | no | |
7028
+ | deliverable | boolean | no | |
7029
+ | sizes | [string] | no | |
7030
+ | is_valid | boolean | no | |
7031
+ | other_store_quantity | number | no | |
7032
+ | out_of_stock | boolean | no | |
7030
7033
 
7031
7034
  ---
7032
7035
 
7033
7036
 
7034
7037
 
7035
7038
 
7036
- #### [CartCurrency](#CartCurrency)
7039
+ #### [CartProductInfo](#CartProductInfo)
7037
7040
 
7038
7041
  | Properties | Type | Nullable | Description |
7039
7042
  | ---------- | ---- | -------- | ----------- |
7040
- | code | string | no | Currency code defined by ISO 4217:2015 |
7041
- | symbol | string | no | |
7043
+ | price | [ProductPriceInfo](#ProductPriceInfo) | no | |
7044
+ | article | [ProductArticle](#ProductArticle) | no | |
7045
+ | coupon_message | string | no | |
7046
+ | quantity | number | no | |
7047
+ | price_per_unit | [ProductPriceInfo](#ProductPriceInfo) | no | |
7048
+ | promotions_applied | [[AppliedPromotion](#AppliedPromotion)] | no | |
7049
+ | product | [CartProduct](#CartProduct) | no | |
7050
+ | discount | string | no | |
7051
+ | identifiers | [CartProductIdentifer](#CartProductIdentifer) | yes | |
7052
+ | bulk_offer | string | no | |
7053
+ | is_set | boolean | no | |
7054
+ | key | string | no | |
7055
+ | message | string | no | |
7056
+ | parent_item_identifiers | string | no | |
7057
+ | promo_meta | [PromoMeta](#PromoMeta) | no | |
7058
+ | availability | [ProductAvailability](#ProductAvailability) | no | |
7042
7059
 
7043
7060
  ---
7044
7061
 
7045
7062
 
7046
7063
 
7047
7064
 
7048
- #### [PaymentSelectionLock](#PaymentSelectionLock)
7065
+ #### [RawBreakup](#RawBreakup)
7049
7066
 
7050
7067
  | Properties | Type | Nullable | Description |
7051
7068
  | ---------- | ---- | -------- | ----------- |
7052
- | default_options | string | no | |
7053
- | payment_identifier | string | no | |
7054
- | enabled | boolean | no | |
7069
+ | subtotal | number | no | |
7070
+ | gst_charges | number | no | |
7071
+ | delivery_charge | number | no | |
7072
+ | convenience_fee | number | no | |
7073
+ | coupon | number | no | |
7074
+ | vog | number | no | |
7075
+ | discount | number | no | |
7076
+ | total | number | no | |
7077
+ | fynd_cash | number | no | |
7078
+ | mrp_total | number | no | |
7079
+ | cod_charge | number | no | |
7080
+ | you_saved | number | no | |
7055
7081
 
7056
7082
  ---
7057
7083
 
@@ -7062,64 +7088,42 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7062
7088
 
7063
7089
  | Properties | Type | Nullable | Description |
7064
7090
  | ---------- | ---- | -------- | ----------- |
7091
+ | code | string | no | |
7092
+ | uid | string | no | |
7065
7093
  | message | string | no | |
7066
7094
  | value | number | no | |
7067
7095
  | is_applied | boolean | no | |
7068
7096
  | type | string | no | |
7069
- | code | string | no | |
7070
- | uid | string | no | |
7071
7097
 
7072
7098
  ---
7073
7099
 
7074
7100
 
7075
7101
 
7076
7102
 
7077
- #### [LoyaltyPoints](#LoyaltyPoints)
7103
+ #### [DisplayBreakup](#DisplayBreakup)
7078
7104
 
7079
7105
  | Properties | Type | Nullable | Description |
7080
7106
  | ---------- | ---- | -------- | ----------- |
7081
- | applicable | number | no | |
7082
- | total | number | no | |
7083
- | is_applied | boolean | no | |
7084
- | description | string | no | |
7107
+ | currency_code | string | no | |
7108
+ | message | [string] | no | |
7109
+ | display | string | no | |
7110
+ | currency_symbol | string | no | |
7111
+ | key | string | no | |
7112
+ | value | number | no | |
7085
7113
 
7086
7114
  ---
7087
7115
 
7088
7116
 
7089
7117
 
7090
7118
 
7091
- #### [RawBreakup](#RawBreakup)
7119
+ #### [LoyaltyPoints](#LoyaltyPoints)
7092
7120
 
7093
7121
  | Properties | Type | Nullable | Description |
7094
7122
  | ---------- | ---- | -------- | ----------- |
7095
- | delivery_charge | number | no | |
7096
- | discount | number | no | |
7097
- | subtotal | number | no | |
7123
+ | description | string | no | |
7124
+ | applicable | number | no | |
7098
7125
  | total | number | no | |
7099
- | you_saved | number | no | |
7100
- | vog | number | no | |
7101
- | cod_charge | number | no | |
7102
- | convenience_fee | number | no | |
7103
- | coupon | number | no | |
7104
- | gst_charges | number | no | |
7105
- | mrp_total | number | no | |
7106
- | fynd_cash | number | no | |
7107
-
7108
- ---
7109
-
7110
-
7111
-
7112
-
7113
- #### [DisplayBreakup](#DisplayBreakup)
7114
-
7115
- | Properties | Type | Nullable | Description |
7116
- | ---------- | ---- | -------- | ----------- |
7117
- | message | [string] | no | |
7118
- | value | number | no | |
7119
- | display | string | no | |
7120
- | currency_code | string | no | |
7121
- | currency_symbol | string | no | |
7122
- | key | string | no | |
7126
+ | is_applied | boolean | no | |
7123
7127
 
7124
7128
  ---
7125
7129
 
@@ -7130,10 +7134,10 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7130
7134
 
7131
7135
  | Properties | Type | Nullable | Description |
7132
7136
  | ---------- | ---- | -------- | ----------- |
7133
- | coupon | [CouponBreakup](#CouponBreakup) | no | |
7134
- | loyalty_points | [LoyaltyPoints](#LoyaltyPoints) | no | |
7135
7137
  | raw | [RawBreakup](#RawBreakup) | no | |
7138
+ | coupon | [CouponBreakup](#CouponBreakup) | no | |
7136
7139
  | display | [[DisplayBreakup](#DisplayBreakup)] | no | |
7140
+ | loyalty_points | [LoyaltyPoints](#LoyaltyPoints) | no | |
7137
7141
 
7138
7142
  ---
7139
7143
 
@@ -7144,22 +7148,22 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7144
7148
 
7145
7149
  | Properties | Type | Nullable | Description |
7146
7150
  | ---------- | ---- | -------- | ----------- |
7147
- | delivery_charge_info | string | no | |
7148
- | buy_now | boolean | no | |
7149
- | message | string | no | |
7150
- | checkout_mode | string | no | |
7151
- | is_valid | boolean | no | |
7152
- | gstin | string | no | |
7153
- | items | [[CartProductInfo](#CartProductInfo)] | no | |
7154
- | restrict_checkout | boolean | no | |
7155
- | coupon_text | string | no | |
7151
+ | delivery_promise | [ShipmentPromise](#ShipmentPromise) | no | |
7156
7152
  | last_modified | string | no | |
7153
+ | currency | [CartCurrency](#CartCurrency) | no | |
7154
+ | message | string | no | |
7155
+ | buy_now | boolean | no | |
7157
7156
  | id | string | no | |
7158
- | delivery_promise | [ShipmentPromise](#ShipmentPromise) | no | |
7159
7157
  | comment | string | no | |
7160
- | currency | [CartCurrency](#CartCurrency) | no | |
7158
+ | gstin | string | no | |
7159
+ | is_valid | boolean | no | |
7161
7160
  | payment_selection_lock | [PaymentSelectionLock](#PaymentSelectionLock) | no | |
7161
+ | coupon_text | string | no | |
7162
+ | delivery_charge_info | string | no | |
7163
+ | items | [[CartProductInfo](#CartProductInfo)] | no | |
7164
+ | checkout_mode | string | no | |
7162
7165
  | breakup_values | [CartBreakup](#CartBreakup) | no | |
7166
+ | restrict_checkout | boolean | no | |
7163
7167
 
7164
7168
  ---
7165
7169
 
@@ -7171,17 +7175,17 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7171
7175
  | Properties | Type | Nullable | Description |
7172
7176
  | ---------- | ---- | -------- | ----------- |
7173
7177
  | pos | boolean | no | |
7174
- | item_id | number | no | |
7175
- | seller_id | number | no | |
7176
7178
  | store_id | number | no | |
7179
+ | article_id | string | no | |
7177
7180
  | quantity | number | no | |
7178
- | article_assignment | string | no | |
7181
+ | seller_id | number | no | |
7179
7182
  | display | string | no | |
7183
+ | extra_meta | string | no | |
7180
7184
  | product_group_tags | [string] | no | |
7185
+ | article_assignment | string | no | |
7181
7186
  | parent_item_identifiers | string | no | |
7182
7187
  | item_size | string | no | |
7183
- | article_id | string | no | |
7184
- | extra_meta | string | no | |
7188
+ | item_id | number | no | |
7185
7189
 
7186
7190
  ---
7187
7191
 
@@ -7203,10 +7207,10 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7203
7207
 
7204
7208
  | Properties | Type | Nullable | Description |
7205
7209
  | ---------- | ---- | -------- | ----------- |
7206
- | partial | boolean | no | When adding multiple items check if all added. True if only few are added. |
7207
- | message | string | no | |
7208
7210
  | cart | [CartDetailResponse](#CartDetailResponse) | no | |
7209
7211
  | success | boolean | no | True if all items are added successfully. False if partially added or not added. |
7212
+ | partial | boolean | no | When adding multiple items check if all added. True if only few are added. |
7213
+ | message | string | no | |
7210
7214
 
7211
7215
  ---
7212
7216
 
@@ -7217,14 +7221,14 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7217
7221
 
7218
7222
  | Properties | Type | Nullable | Description |
7219
7223
  | ---------- | ---- | -------- | ----------- |
7220
- | item_id | number | no | |
7224
+ | article_id | string | no | |
7221
7225
  | quantity | number | no | |
7226
+ | item_index | number | no | |
7227
+ | extra_meta | string | no | |
7222
7228
  | identifiers | [CartProductIdentifer](#CartProductIdentifer) | yes | |
7223
7229
  | parent_item_identifiers | string | no | |
7224
- | item_index | number | no | |
7225
7230
  | item_size | string | no | |
7226
- | article_id | string | no | |
7227
- | extra_meta | string | no | |
7231
+ | item_id | number | no | |
7228
7232
 
7229
7233
  ---
7230
7234
 
@@ -7247,9 +7251,9 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7247
7251
 
7248
7252
  | Properties | Type | Nullable | Description |
7249
7253
  | ---------- | ---- | -------- | ----------- |
7250
- | message | string | no | |
7251
7254
  | cart | [CartDetailResponse](#CartDetailResponse) | no | |
7252
7255
  | success | boolean | no | True if all items are added successfully. False if partially added or not added. |
7256
+ | message | string | no | |
7253
7257
 
7254
7258
  ---
7255
7259
 
@@ -7267,70 +7271,58 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7267
7271
 
7268
7272
 
7269
7273
 
7270
- #### [PageCoupon](#PageCoupon)
7271
-
7272
- | Properties | Type | Nullable | Description |
7273
- | ---------- | ---- | -------- | ----------- |
7274
- | total | number | no | |
7275
- | has_previous | boolean | no | |
7276
- | current | number | no | |
7277
- | has_next | boolean | no | |
7278
- | total_item_count | number | no | |
7279
-
7280
- ---
7281
-
7282
-
7283
-
7284
-
7285
7274
  #### [Coupon](#Coupon)
7286
7275
 
7287
7276
  | Properties | Type | Nullable | Description |
7288
7277
  | ---------- | ---- | -------- | ----------- |
7289
- | message | string | no | |
7290
- | max_discount_value | number | no | |
7291
- | sub_title | string | no | |
7292
- | is_applicable | boolean | no | |
7293
- | expires_on | string | no | |
7294
- | is_applied | boolean | no | |
7295
7278
  | coupon_code | string | no | |
7296
- | coupon_value | number | no | |
7279
+ | is_applicable | boolean | no | |
7297
7280
  | minimum_cart_value | number | no | |
7281
+ | coupon_value | number | no | |
7282
+ | sub_title | string | no | |
7298
7283
  | title | string | no | |
7284
+ | expires_on | string | no | |
7285
+ | max_discount_value | number | no | |
7286
+ | message | string | no | |
7287
+ | is_applied | boolean | no | |
7299
7288
 
7300
7289
  ---
7301
7290
 
7302
7291
 
7303
7292
 
7304
7293
 
7305
- #### [GetCouponResponse](#GetCouponResponse)
7294
+ #### [PageCoupon](#PageCoupon)
7306
7295
 
7307
7296
  | Properties | Type | Nullable | Description |
7308
7297
  | ---------- | ---- | -------- | ----------- |
7309
- | page | [PageCoupon](#PageCoupon) | no | |
7310
- | available_coupon_list | [[Coupon](#Coupon)] | no | |
7298
+ | has_previous | boolean | no | |
7299
+ | has_next | boolean | no | |
7300
+ | total | number | no | |
7301
+ | total_item_count | number | no | |
7302
+ | current | number | no | |
7311
7303
 
7312
7304
  ---
7313
7305
 
7314
7306
 
7315
7307
 
7316
7308
 
7317
- #### [ApplyCouponRequest](#ApplyCouponRequest)
7309
+ #### [GetCouponResponse](#GetCouponResponse)
7318
7310
 
7319
7311
  | Properties | Type | Nullable | Description |
7320
7312
  | ---------- | ---- | -------- | ----------- |
7321
- | coupon_code | string | yes | Coupon code to be applied |
7313
+ | available_coupon_list | [[Coupon](#Coupon)] | no | |
7314
+ | page | [PageCoupon](#PageCoupon) | no | |
7322
7315
 
7323
7316
  ---
7324
7317
 
7325
7318
 
7326
7319
 
7327
7320
 
7328
- #### [OfferSeller](#OfferSeller)
7321
+ #### [ApplyCouponRequest](#ApplyCouponRequest)
7329
7322
 
7330
7323
  | Properties | Type | Nullable | Description |
7331
7324
  | ---------- | ---- | -------- | ----------- |
7332
- | uid | number | no | Seller id |
7333
- | name | string | no | |
7325
+ | coupon_code | string | yes | Coupon code to be applied |
7334
7326
 
7335
7327
  ---
7336
7328
 
@@ -7341,10 +7333,10 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7341
7333
 
7342
7334
  | Properties | Type | Nullable | Description |
7343
7335
  | ---------- | ---- | -------- | ----------- |
7344
- | bulk_effective | number | no | Discounted per unit price for current offer object |
7345
- | marked | number | no | Original price of product |
7346
7336
  | effective | number | no | Current per unit price of product after existing deductions |
7347
7337
  | currency_code | string | no | Currency code for all amounts |
7338
+ | bulk_effective | number | no | Discounted per unit price for current offer object |
7339
+ | marked | number | no | Original price of product |
7348
7340
  | currency_symbol | string | no | Currency symbol for currency |
7349
7341
 
7350
7342
  ---
@@ -7356,13 +7348,25 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7356
7348
 
7357
7349
  | Properties | Type | Nullable | Description |
7358
7350
  | ---------- | ---- | -------- | ----------- |
7359
- | price | [OfferPrice](#OfferPrice) | no | |
7360
- | total | number | no | Total price of offer quantity with discount |
7361
- | margin | number | no | Percentage value of discount |
7362
7351
  | auto_applied | boolean | no | Whether offer discount is auto applied in cart |
7352
+ | price | [OfferPrice](#OfferPrice) | no | |
7363
7353
  | quantity | number | no | Quantity on which offer is applicable |
7364
- | type | string | no | Offer type |
7354
+ | margin | number | no | Percentage value of discount |
7355
+ | total | number | no | Total price of offer quantity with discount |
7365
7356
  | best | boolean | no | Is true for best offer from all offers present for all sellers |
7357
+ | type | string | no | Offer type |
7358
+
7359
+ ---
7360
+
7361
+
7362
+
7363
+
7364
+ #### [OfferSeller](#OfferSeller)
7365
+
7366
+ | Properties | Type | Nullable | Description |
7367
+ | ---------- | ---- | -------- | ----------- |
7368
+ | name | string | no | |
7369
+ | uid | number | no | Seller id |
7366
7370
 
7367
7371
  ---
7368
7372
 
@@ -7373,8 +7377,8 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7373
7377
 
7374
7378
  | Properties | Type | Nullable | Description |
7375
7379
  | ---------- | ---- | -------- | ----------- |
7376
- | seller | [OfferSeller](#OfferSeller) | no | |
7377
7380
  | offers | [[OfferItem](#OfferItem)] | no | |
7381
+ | seller | [OfferSeller](#OfferSeller) | no | |
7378
7382
 
7379
7383
  ---
7380
7384
 
@@ -7419,28 +7423,30 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7419
7423
 
7420
7424
  | Properties | Type | Nullable | Description |
7421
7425
  | ---------- | ---- | -------- | ----------- |
7422
- | area_code | string | no | |
7426
+ | country_iso_code | string | no | |
7427
+ | address | string | no | |
7423
7428
  | address_type | string | no | |
7429
+ | google_map_point | string | no | |
7430
+ | country_phone_code | string | no | |
7431
+ | id | string | no | |
7432
+ | area_code_slug | string | no | |
7433
+ | is_active | boolean | no | |
7434
+ | checkout_mode | string | no | |
7424
7435
  | landmark | string | no | |
7436
+ | meta | string | no | |
7437
+ | country_code | string | no | |
7438
+ | geo_location | [GeoLocation](#GeoLocation) | no | |
7439
+ | city | string | no | |
7440
+ | area_code | string | no | |
7441
+ | phone | string | no | |
7442
+ | email | string | no | |
7443
+ | user_id | string | no | |
7425
7444
  | name | string | no | |
7426
- | tags | [string] | no | |
7445
+ | is_default_address | boolean | no | |
7427
7446
  | country | string | no | |
7428
7447
  | area | string | no | |
7429
- | phone | string | no | |
7430
- | checkout_mode | string | no | |
7431
- | email | string | no | |
7432
- | country_code | string | no | |
7433
- | city | string | no | |
7434
7448
  | state | string | no | |
7435
- | area_code_slug | string | no | |
7436
- | geo_location | [GeoLocation](#GeoLocation) | no | |
7437
- | is_active | boolean | no | |
7438
- | id | string | no | |
7439
- | meta | string | no | |
7440
- | is_default_address | boolean | no | |
7441
- | google_map_point | string | no | |
7442
- | user_id | string | no | |
7443
- | address | string | no | |
7449
+ | tags | [string] | no | |
7444
7450
 
7445
7451
  ---
7446
7452
 
@@ -7477,8 +7483,8 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7477
7483
  | ---------- | ---- | -------- | ----------- |
7478
7484
  | is_default_address | boolean | no | |
7479
7485
  | success | boolean | no | |
7480
- | is_updated | boolean | no | |
7481
7486
  | id | string | no | |
7487
+ | is_updated | boolean | no | |
7482
7488
 
7483
7489
  ---
7484
7490
 
@@ -7501,8 +7507,8 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7501
7507
 
7502
7508
  | Properties | Type | Nullable | Description |
7503
7509
  | ---------- | ---- | -------- | ----------- |
7504
- | cart_id | string | no | |
7505
7510
  | billing_address_id | string | no | |
7511
+ | cart_id | string | no | |
7506
7512
  | id | string | no | |
7507
7513
 
7508
7514
  ---
@@ -7514,12 +7520,12 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7514
7520
 
7515
7521
  | Properties | Type | Nullable | Description |
7516
7522
  | ---------- | ---- | -------- | ----------- |
7523
+ | payment_mode | string | no | |
7524
+ | payment_identifier | string | no | |
7517
7525
  | aggregator_name | string | no | |
7518
- | address_id | string | no | |
7519
7526
  | id | string | no | |
7520
- | payment_mode | string | no | |
7527
+ | address_id | string | no | |
7521
7528
  | merchant_code | string | no | |
7522
- | payment_identifier | string | no | |
7523
7529
 
7524
7530
  ---
7525
7531
 
@@ -7530,11 +7536,11 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7530
7536
 
7531
7537
  | Properties | Type | Nullable | Description |
7532
7538
  | ---------- | ---- | -------- | ----------- |
7533
- | discount | number | no | |
7534
- | display_message_en | string | no | |
7539
+ | code | string | no | |
7535
7540
  | valid | boolean | no | |
7541
+ | discount | number | no | |
7536
7542
  | title | string | no | |
7537
- | code | string | no | |
7543
+ | display_message_en | string | no | |
7538
7544
 
7539
7545
  ---
7540
7546
 
@@ -7545,9 +7551,9 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7545
7551
 
7546
7552
  | Properties | Type | Nullable | Description |
7547
7553
  | ---------- | ---- | -------- | ----------- |
7548
- | message | string | no | |
7549
- | success | boolean | yes | |
7550
7554
  | coupon_validity | [CouponValidity](#CouponValidity) | no | |
7555
+ | success | boolean | yes | |
7556
+ | message | string | no | |
7551
7557
 
7552
7558
  ---
7553
7559
 
@@ -7558,16 +7564,16 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7558
7564
 
7559
7565
  | Properties | Type | Nullable | Description |
7560
7566
  | ---------- | ---- | -------- | ----------- |
7561
- | items | [[CartProductInfo](#CartProductInfo)] | no | |
7562
- | fulfillment_id | number | no | |
7563
- | shipment_type | string | no | |
7564
- | dp_options | string | no | |
7565
- | promise | [ShipmentPromise](#ShipmentPromise) | no | |
7566
- | dp_id | string | no | |
7567
- | box_type | string | no | |
7568
7567
  | shipments | number | no | |
7568
+ | dp_id | string | no | |
7569
7569
  | order_type | string | no | |
7570
+ | promise | [ShipmentPromise](#ShipmentPromise) | no | |
7570
7571
  | fulfillment_type | string | no | |
7572
+ | box_type | string | no | |
7573
+ | shipment_type | string | no | |
7574
+ | items | [[CartProductInfo](#CartProductInfo)] | no | |
7575
+ | dp_options | string | no | |
7576
+ | fulfillment_id | number | no | |
7571
7577
 
7572
7578
  ---
7573
7579
 
@@ -7578,25 +7584,25 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7578
7584
 
7579
7585
  | Properties | Type | Nullable | Description |
7580
7586
  | ---------- | ---- | -------- | ----------- |
7581
- | message | string | no | |
7582
- | error | boolean | no | |
7583
- | coupon_text | string | no | |
7587
+ | delivery_promise | [ShipmentPromise](#ShipmentPromise) | no | |
7588
+ | shipments | [[ShipmentResponse](#ShipmentResponse)] | no | |
7589
+ | last_modified | string | no | |
7584
7590
  | currency | [CartCurrency](#CartCurrency) | no | |
7585
- | payment_selection_lock | [PaymentSelectionLock](#PaymentSelectionLock) | no | |
7586
7591
  | uid | string | no | |
7587
- | checkout_mode | string | no | |
7588
- | buy_now | boolean | no | |
7592
+ | id | string | no | |
7593
+ | gstin | string | no | |
7589
7594
  | delivery_charge_info | string | no | |
7590
7595
  | is_valid | boolean | no | |
7591
- | gstin | string | no | |
7592
- | restrict_checkout | boolean | no | |
7593
- | last_modified | string | no | |
7594
- | delivery_promise | [ShipmentPromise](#ShipmentPromise) | no | |
7595
- | id | string | no | |
7596
- | comment | string | no | |
7597
- | shipments | [[ShipmentResponse](#ShipmentResponse)] | no | |
7598
7596
  | cart_id | number | no | |
7597
+ | error | boolean | no | |
7598
+ | coupon_text | string | no | |
7599
+ | message | string | no | |
7600
+ | checkout_mode | string | no | |
7599
7601
  | breakup_values | [CartBreakup](#CartBreakup) | no | |
7602
+ | restrict_checkout | boolean | no | |
7603
+ | buy_now | boolean | no | |
7604
+ | payment_selection_lock | [PaymentSelectionLock](#PaymentSelectionLock) | no | |
7605
+ | comment | string | no | |
7600
7606
 
7601
7607
  ---
7602
7608
 
@@ -7607,9 +7613,9 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7607
7613
 
7608
7614
  | Properties | Type | Nullable | Description |
7609
7615
  | ---------- | ---- | -------- | ----------- |
7610
- | article_uid | string | yes | Article mongo id |
7611
- | shipment_type | string | yes | Shipment delivery type |
7612
7616
  | quantity | number | no | Quantity of product in shipment |
7617
+ | shipment_type | string | yes | Shipment delivery type |
7618
+ | article_uid | string | yes | Article mongo id |
7613
7619
 
7614
7620
  ---
7615
7621
 
@@ -7643,10 +7649,10 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7643
7649
 
7644
7650
  | Properties | Type | Nullable | Description |
7645
7651
  | ---------- | ---- | -------- | ----------- |
7646
- | _id | string | yes | |
7647
- | last_name | string | yes | |
7648
7652
  | first_name | string | yes | |
7649
7653
  | user | string | yes | |
7654
+ | last_name | string | yes | |
7655
+ | _id | string | yes | |
7650
7656
 
7651
7657
  ---
7652
7658
 
@@ -7657,25 +7663,25 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7657
7663
 
7658
7664
  | Properties | Type | Nullable | Description |
7659
7665
  | ---------- | ---- | -------- | ----------- |
7660
- | aggregator | string | no | |
7661
7666
  | payment_mode | string | yes | |
7662
- | merchant_code | string | no | |
7663
- | payment_auto_confirm | boolean | no | |
7664
- | order_type | string | yes | |
7665
- | delivery_address | string | no | |
7666
- | ordering_store | number | no | |
7667
- | files | [[Files](#Files)] | no | List of file url |
7667
+ | aggregator | string | no | |
7668
7668
  | pick_at_store_uid | number | no | |
7669
- | pos | boolean | no | |
7670
7669
  | extra_meta | string | no | |
7670
+ | files | [[Files](#Files)] | no | List of file url |
7671
7671
  | payment_params | string | no | |
7672
- | billing_address | string | no | |
7673
- | address_id | string | no | |
7674
7672
  | billing_address_id | string | no | |
7675
- | staff | [StaffCheckout](#StaffCheckout) | no | |
7673
+ | ordering_store | number | no | |
7674
+ | merchant_code | string | no | |
7676
7675
  | meta | string | no | |
7677
- | callback_url | string | no | |
7676
+ | address_id | string | no | |
7677
+ | payment_auto_confirm | boolean | no | |
7678
+ | staff | [StaffCheckout](#StaffCheckout) | no | |
7679
+ | billing_address | string | no | |
7678
7680
  | payment_identifier | string | no | |
7681
+ | pos | boolean | no | |
7682
+ | order_type | string | yes | |
7683
+ | delivery_address | string | no | |
7684
+ | callback_url | string | no | |
7679
7685
 
7680
7686
  ---
7681
7687
 
@@ -7686,35 +7692,35 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7686
7692
 
7687
7693
  | Properties | Type | Nullable | Description |
7688
7694
  | ---------- | ---- | -------- | ----------- |
7689
- | error_message | string | no | |
7690
- | cod_available | boolean | no | |
7691
- | delivery_charges | number | no | |
7695
+ | delivery_charge_order_value | number | no | |
7692
7696
  | currency | [CartCurrency](#CartCurrency) | no | |
7693
- | payment_selection_lock | [PaymentSelectionLock](#PaymentSelectionLock) | no | |
7694
- | store_emps | [string] | no | |
7695
- | checkout_mode | string | no | |
7696
- | buy_now | boolean | no | |
7697
+ | id | string | no | |
7697
7698
  | gstin | string | no | |
7698
- | last_modified | string | no | |
7699
- | delivery_promise | [ShipmentPromise](#ShipmentPromise) | no | |
7700
- | success | boolean | no | |
7701
- | cart_id | number | no | |
7702
- | breakup_values | [CartBreakup](#CartBreakup) | no | |
7699
+ | is_valid | boolean | no | |
7700
+ | cod_message | string | no | |
7701
+ | cod_available | boolean | no | |
7702
+ | coupon_text | string | no | |
7703
+ | error_message | string | no | |
7703
7704
  | message | string | no | |
7705
+ | checkout_mode | string | no | |
7706
+ | success | boolean | no | |
7707
+ | buy_now | boolean | no | |
7704
7708
  | store_code | string | no | |
7705
- | items | [[CartProductInfo](#CartProductInfo)] | no | |
7709
+ | payment_selection_lock | [PaymentSelectionLock](#PaymentSelectionLock) | no | |
7710
+ | user_type | string | no | |
7711
+ | comment | string | no | |
7712
+ | delivery_charges | number | no | |
7713
+ | delivery_promise | [ShipmentPromise](#ShipmentPromise) | no | |
7706
7714
  | cod_charges | number | no | |
7707
- | coupon_text | string | no | |
7708
- | order_id | string | no | |
7715
+ | last_modified | string | no | |
7716
+ | store_emps | [string] | no | |
7709
7717
  | uid | string | no | |
7710
- | delivery_charge_info | string | no | |
7711
- | is_valid | boolean | no | |
7712
- | cod_message | string | no | |
7713
- | delivery_charge_order_value | number | no | |
7718
+ | order_id | string | no | |
7719
+ | cart_id | number | no | |
7720
+ | breakup_values | [CartBreakup](#CartBreakup) | no | |
7714
7721
  | restrict_checkout | boolean | no | |
7715
- | id | string | no | |
7716
- | user_type | string | no | |
7717
- | comment | string | no | |
7722
+ | delivery_charge_info | string | no | |
7723
+ | items | [[CartProductInfo](#CartProductInfo)] | no | |
7718
7724
 
7719
7725
  ---
7720
7726
 
@@ -7725,14 +7731,14 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7725
7731
 
7726
7732
  | Properties | Type | Nullable | Description |
7727
7733
  | ---------- | ---- | -------- | ----------- |
7728
- | message | string | no | |
7729
7734
  | cart | [CheckCart](#CheckCart) | no | |
7730
- | app_intercept_url | string | no | |
7735
+ | order_id | string | no | |
7731
7736
  | payment_confirm_url | string | no | |
7732
- | callback_url | string | no | |
7733
7737
  | data | string | no | |
7734
- | order_id | string | no | |
7738
+ | message | string | no | |
7739
+ | callback_url | string | no | |
7735
7740
  | success | boolean | no | |
7741
+ | app_intercept_url | string | no | |
7736
7742
 
7737
7743
  ---
7738
7744
 
@@ -7743,10 +7749,10 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7743
7749
 
7744
7750
  | Properties | Type | Nullable | Description |
7745
7751
  | ---------- | ---- | -------- | ----------- |
7746
- | checkout_mode | string | no | |
7747
7752
  | pick_up_customer_details | string | no | Customer contact details for customer pickup at store |
7748
- | gstin | string | no | |
7753
+ | checkout_mode | string | no | |
7749
7754
  | comment | string | no | |
7755
+ | gstin | string | no | |
7750
7756
 
7751
7757
  ---
7752
7758
 
@@ -7791,22 +7797,22 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7791
7797
 
7792
7798
  | Properties | Type | Nullable | Description |
7793
7799
  | ---------- | ---- | -------- | ----------- |
7800
+ | city | string | no | |
7794
7801
  | area_code | string | no | |
7795
- | address_type | string | no | |
7802
+ | name | string | no | |
7796
7803
  | pincode | number | no | |
7804
+ | address | string | no | |
7805
+ | address_type | string | no | |
7797
7806
  | landmark | string | no | |
7798
- | store_code | string | no | |
7799
- | area_code_slug | string | no | |
7800
- | name | string | no | |
7801
- | city | string | no | |
7802
- | id | number | no | |
7803
7807
  | country | string | no | |
7804
- | state | string | no | |
7805
- | email | string | no | |
7808
+ | uid | number | no | |
7806
7809
  | area | string | no | |
7810
+ | id | number | no | |
7811
+ | store_code | string | no | |
7807
7812
  | phone | string | no | |
7808
- | uid | number | no | |
7809
- | address | string | no | |
7813
+ | state | string | no | |
7814
+ | area_code_slug | string | no | |
7815
+ | email | string | no | |
7810
7816
 
7811
7817
  ---
7812
7818
 
@@ -7828,8 +7834,8 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7828
7834
 
7829
7835
  | Properties | Type | Nullable | Description |
7830
7836
  | ---------- | ---- | -------- | ----------- |
7831
- | meta | string | no | Staff, Ordering store or any other data. This data will be used to generate link as well as sent as shared details. |
7832
7837
  | id | string | no | Cart uid for generating sharing |
7838
+ | meta | string | no | Staff, Ordering store or any other data. This data will be used to generate link as well as sent as shared details. |
7833
7839
 
7834
7840
  ---
7835
7841
 
@@ -7852,11 +7858,11 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7852
7858
 
7853
7859
  | Properties | Type | Nullable | Description |
7854
7860
  | ---------- | ---- | -------- | ----------- |
7855
- | token | string | no | Short link id |
7856
- | user | string | no | User details of who generated share link |
7857
- | created_on | string | no | |
7858
7861
  | source | string | no | Share link device and other source information |
7862
+ | user | string | no | User details of who generated share link |
7863
+ | token | string | no | Short link id |
7859
7864
  | meta | string | no | Meta data sent while generating share cart link |
7865
+ | created_on | string | no | |
7860
7866
 
7861
7867
  ---
7862
7868
 
@@ -7868,24 +7874,24 @@ Success. Returns a merged or replaced cart as per the valid token. Refer `Shared
7868
7874
  | Properties | Type | Nullable | Description |
7869
7875
  | ---------- | ---- | -------- | ----------- |
7870
7876
  | currency | [CartCurrency](#CartCurrency) | no | |
7871
- | payment_selection_lock | [PaymentSelectionLock](#PaymentSelectionLock) | no | |
7877
+ | id | string | no | |
7878
+ | gstin | string | no | |
7879
+ | is_valid | boolean | no | |
7880
+ | coupon_text | string | no | |
7881
+ | message | string | no | |
7872
7882
  | checkout_mode | string | no | |
7873
7883
  | buy_now | boolean | no | |
7874
- | gstin | string | no | |
7875
- | last_modified | string | no | |
7884
+ | shared_cart_details | [SharedCartDetails](#SharedCartDetails) | no | |
7885
+ | payment_selection_lock | [PaymentSelectionLock](#PaymentSelectionLock) | no | |
7886
+ | comment | string | no | |
7876
7887
  | delivery_promise | [ShipmentPromise](#ShipmentPromise) | no | |
7888
+ | last_modified | string | no | |
7889
+ | uid | string | no | |
7877
7890
  | cart_id | number | no | |
7878
7891
  | breakup_values | [CartBreakup](#CartBreakup) | no | |
7879
- | message | string | no | |
7880
- | items | [[CartProductInfo](#CartProductInfo)] | no | |
7881
- | coupon_text | string | no | |
7882
- | uid | string | no | |
7883
- | delivery_charge_info | string | no | |
7884
- | is_valid | boolean | no | |
7885
7892
  | restrict_checkout | boolean | no | |
7886
- | shared_cart_details | [SharedCartDetails](#SharedCartDetails) | no | |
7887
- | id | string | no | |
7888
- | comment | string | no | |
7893
+ | delivery_charge_info | string | no | |
7894
+ | items | [[CartProductInfo](#CartProductInfo)] | no | |
7889
7895
 
7890
7896
  ---
7891
7897