@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.
- package/documentation/application/CART.md +291 -285
- package/documentation/application/CATALOG.md +411 -411
- package/documentation/application/LOGISTIC.md +423 -101
- package/documentation/application/ORDER.md +287 -287
- package/documentation/application/POSCART.md +319 -313
- package/documentation/application/README.md +1 -1
- package/documentation/platform/AUDITTRAIL.md +2 -2
- package/documentation/platform/CART.md +488 -488
- package/documentation/platform/CATALOG.md +1656 -1439
- package/documentation/platform/COMPANYPROFILE.md +250 -229
- package/documentation/platform/ORDER.md +1183 -1183
- package/package.json +2 -2
- package/sdk/application/ApplicationAPIClient.js +3 -0
- package/sdk/application/ApplicationClient.d.ts +1 -0
- package/sdk/application/ApplicationClient.js +11 -1
- package/sdk/application/ApplicationConfig.d.ts +1 -0
- package/sdk/application/ApplicationConfig.js +1 -0
- package/sdk/application/ApplicationModels.d.ts +83 -78
- package/sdk/application/ApplicationModels.js +1445 -1354
- package/sdk/application/client/LogisticApplicationClient.d.ts +32 -21
- package/sdk/application/client/LogisticApplicationClient.js +62 -27
- package/sdk/application/models/LogisticValidator.d.ts +2 -1
- package/sdk/application/models/LogisticValidator.js +11 -6
- package/sdk/common/AxiosHelper.js +1 -1
- package/sdk/platform/PlatformApplicationClient.d.ts +5328 -5185
- package/sdk/platform/PlatformApplicationClient.js +2877 -2795
- package/sdk/platform/PlatformApplicationModels.d.ts +5 -5
- package/sdk/platform/PlatformApplicationModels.js +3707 -3571
- package/sdk/platform/PlatformClient.d.ts +2577 -2509
- package/sdk/platform/PlatformClient.js +2770 -2688
- package/sdk/platform/PlatformModels.d.ts +146 -139
- package/sdk/platform/PlatformModels.js +3718 -3582
- package/sdk/platform/client/CatalogPlatformClient.d.ts +21 -12
- package/sdk/platform/client/CatalogPlatformClient.js +48 -17
- package/sdk/platform/models/CatalogValidator.d.ts +2 -1
- package/sdk/platform/models/CatalogValidator.js +11 -5
|
@@ -2883,6 +2883,8 @@ Success. Returns an Address object containing a list of address saved in the acc
|
|
|
2883
2883
|
"meta": {},
|
|
2884
2884
|
"user_id": "8b526f521bb14a2593a8b9e3ce8c76b3",
|
|
2885
2885
|
"country_code": "IND",
|
|
2886
|
+
"country_phone_code": "91",
|
|
2887
|
+
"country_iso_code": "IND",
|
|
2886
2888
|
"phone": 9915347757,
|
|
2887
2889
|
"geo_location": {},
|
|
2888
2890
|
"country": "India",
|
|
@@ -3043,6 +3045,8 @@ Success. Returns an Address object containing a list of address saved in the acc
|
|
|
3043
3045
|
"meta": {},
|
|
3044
3046
|
"user_id": "8b526f521bb14a2593a8b9e3ce8c76b3",
|
|
3045
3047
|
"country_code": "IND",
|
|
3048
|
+
"country_phone_code": "91",
|
|
3049
|
+
"country_iso_code": "IND",
|
|
3046
3050
|
"phone": 9915347757,
|
|
3047
3051
|
"geo_location": {},
|
|
3048
3052
|
"country": "India",
|
|
@@ -6134,143 +6138,143 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6134
6138
|
|
|
6135
6139
|
|
|
6136
6140
|
|
|
6137
|
-
#### [
|
|
6141
|
+
#### [CartCurrency](#CartCurrency)
|
|
6138
6142
|
|
|
6139
6143
|
| Properties | Type | Nullable | Description |
|
|
6140
6144
|
| ---------- | ---- | -------- | ----------- |
|
|
6141
|
-
|
|
|
6142
|
-
|
|
|
6143
|
-
| currency_code | string | no | |
|
|
6144
|
-
| currency_symbol | string | no | |
|
|
6145
|
-
| message | [string] | no | |
|
|
6146
|
-
| key | string | no | |
|
|
6145
|
+
| symbol | string | no | |
|
|
6146
|
+
| code | string | no | Currency code defined by ISO 4217:2015 |
|
|
6147
6147
|
|
|
6148
6148
|
---
|
|
6149
6149
|
|
|
6150
6150
|
|
|
6151
6151
|
|
|
6152
6152
|
|
|
6153
|
-
#### [
|
|
6153
|
+
#### [PaymentSelectionLock](#PaymentSelectionLock)
|
|
6154
6154
|
|
|
6155
6155
|
| Properties | Type | Nullable | Description |
|
|
6156
6156
|
| ---------- | ---- | -------- | ----------- |
|
|
6157
|
-
|
|
|
6158
|
-
|
|
|
6159
|
-
|
|
|
6160
|
-
| is_applied | boolean | no | |
|
|
6161
|
-
| value | number | no | |
|
|
6162
|
-
| message | string | no | |
|
|
6157
|
+
| payment_identifier | string | no | |
|
|
6158
|
+
| enabled | boolean | no | |
|
|
6159
|
+
| default_options | string | no | |
|
|
6163
6160
|
|
|
6164
6161
|
---
|
|
6165
6162
|
|
|
6166
6163
|
|
|
6167
6164
|
|
|
6168
6165
|
|
|
6169
|
-
#### [
|
|
6166
|
+
#### [PromiseTimestamp](#PromiseTimestamp)
|
|
6170
6167
|
|
|
6171
6168
|
| Properties | Type | Nullable | Description |
|
|
6172
6169
|
| ---------- | ---- | -------- | ----------- |
|
|
6173
|
-
|
|
|
6174
|
-
|
|
|
6175
|
-
| subtotal | number | no | |
|
|
6176
|
-
| you_saved | number | no | |
|
|
6177
|
-
| total | number | no | |
|
|
6178
|
-
| fynd_cash | number | no | |
|
|
6179
|
-
| delivery_charge | number | no | |
|
|
6180
|
-
| coupon | number | no | |
|
|
6181
|
-
| mrp_total | number | no | |
|
|
6182
|
-
| gst_charges | number | no | |
|
|
6183
|
-
| discount | number | no | |
|
|
6184
|
-
| vog | number | no | |
|
|
6170
|
+
| min | number | no | |
|
|
6171
|
+
| max | number | no | |
|
|
6185
6172
|
|
|
6186
6173
|
---
|
|
6187
6174
|
|
|
6188
6175
|
|
|
6189
6176
|
|
|
6190
6177
|
|
|
6191
|
-
#### [
|
|
6178
|
+
#### [PromiseFormatted](#PromiseFormatted)
|
|
6192
6179
|
|
|
6193
6180
|
| Properties | Type | Nullable | Description |
|
|
6194
6181
|
| ---------- | ---- | -------- | ----------- |
|
|
6195
|
-
|
|
|
6196
|
-
|
|
|
6197
|
-
| is_applied | boolean | no | |
|
|
6198
|
-
| description | string | no | |
|
|
6182
|
+
| min | string | no | |
|
|
6183
|
+
| max | string | no | |
|
|
6199
6184
|
|
|
6200
6185
|
---
|
|
6201
6186
|
|
|
6202
6187
|
|
|
6203
6188
|
|
|
6204
6189
|
|
|
6205
|
-
#### [
|
|
6190
|
+
#### [ShipmentPromise](#ShipmentPromise)
|
|
6206
6191
|
|
|
6207
6192
|
| Properties | Type | Nullable | Description |
|
|
6208
6193
|
| ---------- | ---- | -------- | ----------- |
|
|
6209
|
-
|
|
|
6210
|
-
|
|
|
6211
|
-
| raw | [RawBreakup](#RawBreakup) | no | |
|
|
6212
|
-
| loyalty_points | [LoyaltyPoints](#LoyaltyPoints) | no | |
|
|
6194
|
+
| timestamp | [PromiseTimestamp](#PromiseTimestamp) | no | |
|
|
6195
|
+
| formatted | [PromiseFormatted](#PromiseFormatted) | no | |
|
|
6213
6196
|
|
|
6214
6197
|
---
|
|
6215
6198
|
|
|
6216
6199
|
|
|
6217
6200
|
|
|
6218
6201
|
|
|
6219
|
-
#### [
|
|
6202
|
+
#### [CouponBreakup](#CouponBreakup)
|
|
6220
6203
|
|
|
6221
6204
|
| Properties | Type | Nullable | Description |
|
|
6222
6205
|
| ---------- | ---- | -------- | ----------- |
|
|
6223
|
-
|
|
|
6224
|
-
|
|
|
6206
|
+
| message | string | no | |
|
|
6207
|
+
| value | number | no | |
|
|
6208
|
+
| code | string | no | |
|
|
6209
|
+
| is_applied | boolean | no | |
|
|
6210
|
+
| uid | string | no | |
|
|
6211
|
+
| type | string | no | |
|
|
6225
6212
|
|
|
6226
6213
|
---
|
|
6227
6214
|
|
|
6228
6215
|
|
|
6229
6216
|
|
|
6230
6217
|
|
|
6231
|
-
#### [
|
|
6218
|
+
#### [LoyaltyPoints](#LoyaltyPoints)
|
|
6232
6219
|
|
|
6233
6220
|
| Properties | Type | Nullable | Description |
|
|
6234
6221
|
| ---------- | ---- | -------- | ----------- |
|
|
6235
|
-
|
|
|
6236
|
-
|
|
|
6222
|
+
| applicable | number | no | |
|
|
6223
|
+
| description | string | no | |
|
|
6224
|
+
| total | number | no | |
|
|
6225
|
+
| is_applied | boolean | no | |
|
|
6237
6226
|
|
|
6238
6227
|
---
|
|
6239
6228
|
|
|
6240
6229
|
|
|
6241
6230
|
|
|
6242
6231
|
|
|
6243
|
-
#### [
|
|
6232
|
+
#### [DisplayBreakup](#DisplayBreakup)
|
|
6244
6233
|
|
|
6245
6234
|
| Properties | Type | Nullable | Description |
|
|
6246
6235
|
| ---------- | ---- | -------- | ----------- |
|
|
6247
|
-
|
|
|
6248
|
-
|
|
|
6236
|
+
| message | [string] | no | |
|
|
6237
|
+
| value | number | no | |
|
|
6238
|
+
| key | string | no | |
|
|
6239
|
+
| currency_symbol | string | no | |
|
|
6240
|
+
| display | string | no | |
|
|
6241
|
+
| currency_code | string | no | |
|
|
6249
6242
|
|
|
6250
6243
|
---
|
|
6251
6244
|
|
|
6252
6245
|
|
|
6253
6246
|
|
|
6254
6247
|
|
|
6255
|
-
#### [
|
|
6248
|
+
#### [RawBreakup](#RawBreakup)
|
|
6256
6249
|
|
|
6257
6250
|
| Properties | Type | Nullable | Description |
|
|
6258
6251
|
| ---------- | ---- | -------- | ----------- |
|
|
6259
|
-
|
|
|
6260
|
-
|
|
|
6252
|
+
| coupon | number | no | |
|
|
6253
|
+
| total | number | no | |
|
|
6254
|
+
| subtotal | number | no | |
|
|
6255
|
+
| vog | number | no | |
|
|
6256
|
+
| delivery_charge | number | no | |
|
|
6257
|
+
| you_saved | number | no | |
|
|
6258
|
+
| mrp_total | number | no | |
|
|
6259
|
+
| cod_charge | number | no | |
|
|
6260
|
+
| fynd_cash | number | no | |
|
|
6261
|
+
| gst_charges | number | no | |
|
|
6262
|
+
| convenience_fee | number | no | |
|
|
6263
|
+
| discount | number | no | |
|
|
6261
6264
|
|
|
6262
6265
|
---
|
|
6263
6266
|
|
|
6264
6267
|
|
|
6265
6268
|
|
|
6266
6269
|
|
|
6267
|
-
#### [
|
|
6270
|
+
#### [CartBreakup](#CartBreakup)
|
|
6268
6271
|
|
|
6269
6272
|
| Properties | Type | Nullable | Description |
|
|
6270
6273
|
| ---------- | ---- | -------- | ----------- |
|
|
6271
|
-
|
|
|
6272
|
-
|
|
|
6273
|
-
|
|
|
6274
|
+
| coupon | [CouponBreakup](#CouponBreakup) | no | |
|
|
6275
|
+
| loyalty_points | [LoyaltyPoints](#LoyaltyPoints) | no | |
|
|
6276
|
+
| display | [[DisplayBreakup](#DisplayBreakup)] | no | |
|
|
6277
|
+
| raw | [RawBreakup](#RawBreakup) | no | |
|
|
6274
6278
|
|
|
6275
6279
|
---
|
|
6276
6280
|
|
|
@@ -6281,8 +6285,8 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6281
6285
|
|
|
6282
6286
|
| Properties | Type | Nullable | Description |
|
|
6283
6287
|
| ---------- | ---- | -------- | ----------- |
|
|
6284
|
-
| uid | number | no | |
|
|
6285
6288
|
| name | string | no | |
|
|
6289
|
+
| uid | number | no | |
|
|
6286
6290
|
|
|
6287
6291
|
---
|
|
6288
6292
|
|
|
@@ -6293,10 +6297,10 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6293
6297
|
|
|
6294
6298
|
| Properties | Type | Nullable | Description |
|
|
6295
6299
|
| ---------- | ---- | -------- | ----------- |
|
|
6300
|
+
| currency_symbol | string | no | |
|
|
6296
6301
|
| marked | number | no | |
|
|
6297
6302
|
| currency_code | string | no | |
|
|
6298
6303
|
| effective | number | no | |
|
|
6299
|
-
| currency_symbol | string | no | |
|
|
6300
6304
|
|
|
6301
6305
|
---
|
|
6302
6306
|
|
|
@@ -6307,8 +6311,8 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6307
6311
|
|
|
6308
6312
|
| Properties | Type | Nullable | Description |
|
|
6309
6313
|
| ---------- | ---- | -------- | ----------- |
|
|
6310
|
-
| converted | [BasePrice](#BasePrice) | no | |
|
|
6311
6314
|
| base | [BasePrice](#BasePrice) | no | |
|
|
6315
|
+
| converted | [BasePrice](#BasePrice) | no | |
|
|
6312
6316
|
|
|
6313
6317
|
---
|
|
6314
6318
|
|
|
@@ -6319,177 +6323,177 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6319
6323
|
|
|
6320
6324
|
| Properties | Type | Nullable | Description |
|
|
6321
6325
|
| ---------- | ---- | -------- | ----------- |
|
|
6322
|
-
|
|
|
6326
|
+
| parent_item_identifiers | string | no | |
|
|
6327
|
+
| size | string | no | |
|
|
6323
6328
|
| extra_meta | string | no | |
|
|
6324
|
-
|
|
|
6329
|
+
| store | [BaseInfo](#BaseInfo) | no | |
|
|
6330
|
+
| quantity | number | no | |
|
|
6325
6331
|
| seller | [BaseInfo](#BaseInfo) | no | |
|
|
6332
|
+
| product_group_tags | [string] | no | |
|
|
6326
6333
|
| uid | string | no | |
|
|
6327
|
-
| store | [BaseInfo](#BaseInfo) | no | |
|
|
6328
6334
|
| price | [ArticlePriceInfo](#ArticlePriceInfo) | no | |
|
|
6329
|
-
|
|
|
6330
|
-
| parent_item_identifiers | string | no | |
|
|
6331
|
-
| quantity | number | no | |
|
|
6335
|
+
| type | string | no | |
|
|
6332
6336
|
|
|
6333
6337
|
---
|
|
6334
6338
|
|
|
6335
6339
|
|
|
6336
6340
|
|
|
6337
6341
|
|
|
6338
|
-
#### [
|
|
6342
|
+
#### [CategoryInfo](#CategoryInfo)
|
|
6339
6343
|
|
|
6340
6344
|
| Properties | Type | Nullable | Description |
|
|
6341
6345
|
| ---------- | ---- | -------- | ----------- |
|
|
6342
|
-
|
|
|
6346
|
+
| name | string | no | |
|
|
6347
|
+
| uid | number | no | Product Category Id |
|
|
6343
6348
|
|
|
6344
6349
|
---
|
|
6345
6350
|
|
|
6346
6351
|
|
|
6347
6352
|
|
|
6348
6353
|
|
|
6349
|
-
#### [
|
|
6354
|
+
#### [ProductImage](#ProductImage)
|
|
6350
6355
|
|
|
6351
6356
|
| Properties | Type | Nullable | Description |
|
|
6352
6357
|
| ---------- | ---- | -------- | ----------- |
|
|
6353
|
-
|
|
|
6358
|
+
| aspect_ratio | string | no | |
|
|
6359
|
+
| secure_url | string | no | |
|
|
6360
|
+
| url | string | no | |
|
|
6354
6361
|
|
|
6355
6362
|
---
|
|
6356
6363
|
|
|
6357
6364
|
|
|
6358
6365
|
|
|
6359
6366
|
|
|
6360
|
-
#### [
|
|
6367
|
+
#### [ActionQuery](#ActionQuery)
|
|
6361
6368
|
|
|
6362
6369
|
| Properties | Type | Nullable | Description |
|
|
6363
6370
|
| ---------- | ---- | -------- | ----------- |
|
|
6364
|
-
|
|
|
6365
|
-
| add_on | number | no | |
|
|
6366
|
-
| marked | number | no | |
|
|
6367
|
-
| currency_code | string | no | |
|
|
6368
|
-
| currency_symbol | string | no | |
|
|
6369
|
-
| effective | number | no | |
|
|
6371
|
+
| product_slug | [string] | no | Contains list of product slug |
|
|
6370
6372
|
|
|
6371
6373
|
---
|
|
6372
6374
|
|
|
6373
6375
|
|
|
6374
6376
|
|
|
6375
6377
|
|
|
6376
|
-
#### [
|
|
6378
|
+
#### [ProductAction](#ProductAction)
|
|
6377
6379
|
|
|
6378
6380
|
| Properties | Type | Nullable | Description |
|
|
6379
6381
|
| ---------- | ---- | -------- | ----------- |
|
|
6380
|
-
|
|
|
6381
|
-
|
|
|
6382
|
+
| query | [ActionQuery](#ActionQuery) | no | |
|
|
6383
|
+
| url | string | no | |
|
|
6384
|
+
| type | string | no | |
|
|
6382
6385
|
|
|
6383
6386
|
---
|
|
6384
6387
|
|
|
6385
6388
|
|
|
6386
6389
|
|
|
6387
6390
|
|
|
6388
|
-
#### [
|
|
6391
|
+
#### [CartProduct](#CartProduct)
|
|
6389
6392
|
|
|
6390
6393
|
| Properties | Type | Nullable | Description |
|
|
6391
6394
|
| ---------- | ---- | -------- | ----------- |
|
|
6392
|
-
|
|
|
6393
|
-
|
|
|
6394
|
-
|
|
|
6395
|
-
|
|
|
6396
|
-
|
|
|
6395
|
+
| categories | [[CategoryInfo](#CategoryInfo)] | no | |
|
|
6396
|
+
| slug | string | no | Unique product url name generated via product name and other meta data |
|
|
6397
|
+
| images | [[ProductImage](#ProductImage)] | no | |
|
|
6398
|
+
| action | [ProductAction](#ProductAction) | no | |
|
|
6399
|
+
| brand | [BaseInfo](#BaseInfo) | no | |
|
|
6400
|
+
| name | string | no | |
|
|
6401
|
+
| uid | number | no | |
|
|
6402
|
+
| type | string | no | |
|
|
6397
6403
|
|
|
6398
6404
|
---
|
|
6399
6405
|
|
|
6400
6406
|
|
|
6401
6407
|
|
|
6402
6408
|
|
|
6403
|
-
#### [
|
|
6409
|
+
#### [ProductPrice](#ProductPrice)
|
|
6404
6410
|
|
|
6405
6411
|
| Properties | Type | Nullable | Description |
|
|
6406
6412
|
| ---------- | ---- | -------- | ----------- |
|
|
6407
|
-
|
|
|
6408
|
-
|
|
|
6413
|
+
| selling | number | no | |
|
|
6414
|
+
| currency_symbol | string | no | |
|
|
6415
|
+
| marked | number | no | |
|
|
6416
|
+
| add_on | number | no | |
|
|
6417
|
+
| effective | number | no | |
|
|
6418
|
+
| currency_code | string | no | |
|
|
6409
6419
|
|
|
6410
6420
|
---
|
|
6411
6421
|
|
|
6412
6422
|
|
|
6413
6423
|
|
|
6414
6424
|
|
|
6415
|
-
#### [
|
|
6425
|
+
#### [ProductPriceInfo](#ProductPriceInfo)
|
|
6416
6426
|
|
|
6417
6427
|
| Properties | Type | Nullable | Description |
|
|
6418
6428
|
| ---------- | ---- | -------- | ----------- |
|
|
6419
|
-
|
|
|
6420
|
-
|
|
|
6421
|
-
| mrp_promotion | boolean | no | If applied promotion is applied on product MRP or ESP |
|
|
6422
|
-
| offer_text | string | no | Offer text of current promotion |
|
|
6423
|
-
| article_quantity | number | no | Quantity of article on which promotion is applicable |
|
|
6424
|
-
| ownership | [Ownership](#Ownership) | no | Ownership of promotion |
|
|
6425
|
-
| promotion_type | string | no | Promotion type of current promotion |
|
|
6429
|
+
| base | [ProductPrice](#ProductPrice) | no | |
|
|
6430
|
+
| converted | [ProductPrice](#ProductPrice) | no | |
|
|
6426
6431
|
|
|
6427
6432
|
---
|
|
6428
6433
|
|
|
6429
6434
|
|
|
6430
6435
|
|
|
6431
6436
|
|
|
6432
|
-
#### [
|
|
6437
|
+
#### [Ownership](#Ownership)
|
|
6433
6438
|
|
|
6434
6439
|
| Properties | Type | Nullable | Description |
|
|
6435
6440
|
| ---------- | ---- | -------- | ----------- |
|
|
6436
|
-
|
|
|
6437
|
-
|
|
|
6441
|
+
| payable_category | string | no | promo amount payable category |
|
|
6442
|
+
| payable_by | string | no | promo amount bearable party |
|
|
6438
6443
|
|
|
6439
6444
|
---
|
|
6440
6445
|
|
|
6441
6446
|
|
|
6442
6447
|
|
|
6443
6448
|
|
|
6444
|
-
#### [
|
|
6449
|
+
#### [AppliedPromotion](#AppliedPromotion)
|
|
6445
6450
|
|
|
6446
6451
|
| Properties | Type | Nullable | Description |
|
|
6447
6452
|
| ---------- | ---- | -------- | ----------- |
|
|
6448
|
-
|
|
|
6449
|
-
|
|
|
6450
|
-
|
|
|
6453
|
+
| promo_id | string | no | Promotion id |
|
|
6454
|
+
| offer_text | string | no | Offer text of current promotion |
|
|
6455
|
+
| mrp_promotion | boolean | no | If applied promotion is applied on product MRP or ESP |
|
|
6456
|
+
| amount | number | no | Per unit discount amount applied with current promotion |
|
|
6457
|
+
| promotion_type | string | no | Promotion type of current promotion |
|
|
6458
|
+
| article_quantity | number | no | Quantity of article on which promotion is applicable |
|
|
6459
|
+
| ownership | [Ownership](#Ownership) | no | Ownership of promotion |
|
|
6451
6460
|
|
|
6452
6461
|
---
|
|
6453
6462
|
|
|
6454
6463
|
|
|
6455
6464
|
|
|
6456
6465
|
|
|
6457
|
-
#### [
|
|
6466
|
+
#### [ProductAvailability](#ProductAvailability)
|
|
6458
6467
|
|
|
6459
6468
|
| Properties | Type | Nullable | Description |
|
|
6460
6469
|
| ---------- | ---- | -------- | ----------- |
|
|
6461
|
-
|
|
|
6470
|
+
| out_of_stock | boolean | no | |
|
|
6471
|
+
| sizes | [string] | no | |
|
|
6472
|
+
| other_store_quantity | number | no | |
|
|
6473
|
+
| deliverable | boolean | no | |
|
|
6474
|
+
| is_valid | boolean | no | |
|
|
6462
6475
|
|
|
6463
6476
|
---
|
|
6464
6477
|
|
|
6465
6478
|
|
|
6466
6479
|
|
|
6467
6480
|
|
|
6468
|
-
#### [
|
|
6481
|
+
#### [CartProductIdentifer](#CartProductIdentifer)
|
|
6469
6482
|
|
|
6470
6483
|
| Properties | Type | Nullable | Description |
|
|
6471
6484
|
| ---------- | ---- | -------- | ----------- |
|
|
6472
|
-
|
|
|
6473
|
-
| url | string | no | |
|
|
6474
|
-
| query | [ActionQuery](#ActionQuery) | no | |
|
|
6485
|
+
| identifier | string | no | Article idenfier generated by cart |
|
|
6475
6486
|
|
|
6476
6487
|
---
|
|
6477
6488
|
|
|
6478
6489
|
|
|
6479
6490
|
|
|
6480
6491
|
|
|
6481
|
-
#### [
|
|
6492
|
+
#### [PromoMeta](#PromoMeta)
|
|
6482
6493
|
|
|
6483
6494
|
| Properties | Type | Nullable | Description |
|
|
6484
6495
|
| ---------- | ---- | -------- | ----------- |
|
|
6485
|
-
|
|
|
6486
|
-
| categories | [[CategoryInfo](#CategoryInfo)] | no | |
|
|
6487
|
-
| name | string | no | |
|
|
6488
|
-
| uid | number | no | |
|
|
6489
|
-
| brand | [BaseInfo](#BaseInfo) | no | |
|
|
6490
|
-
| images | [[ProductImage](#ProductImage)] | no | |
|
|
6491
|
-
| slug | string | no | Unique product url name generated via product name and other meta data |
|
|
6492
|
-
| action | [ProductAction](#ProductAction) | no | |
|
|
6496
|
+
| message | string | no | |
|
|
6493
6497
|
|
|
6494
6498
|
---
|
|
6495
6499
|
|
|
@@ -6500,22 +6504,22 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6500
6504
|
|
|
6501
6505
|
| Properties | Type | Nullable | Description |
|
|
6502
6506
|
| ---------- | ---- | -------- | ----------- |
|
|
6507
|
+
| parent_item_identifiers | string | no | |
|
|
6508
|
+
| message | string | no | |
|
|
6509
|
+
| coupon_message | string | no | |
|
|
6510
|
+
| key | string | no | |
|
|
6503
6511
|
| article | [ProductArticle](#ProductArticle) | no | |
|
|
6504
|
-
|
|
|
6512
|
+
| product | [CartProduct](#CartProduct) | no | |
|
|
6505
6513
|
| bulk_offer | string | no | |
|
|
6506
|
-
| coupon_message | string | no | |
|
|
6507
|
-
| identifiers | [CartProductIdentifer](#CartProductIdentifer) | yes | |
|
|
6508
6514
|
| price_per_unit | [ProductPriceInfo](#ProductPriceInfo) | no | |
|
|
6509
|
-
|
|
|
6510
|
-
| price | [ProductPriceInfo](#ProductPriceInfo) | no | |
|
|
6511
|
-
| message | string | no | |
|
|
6515
|
+
| quantity | number | no | |
|
|
6512
6516
|
| is_set | boolean | no | |
|
|
6513
6517
|
| promotions_applied | [[AppliedPromotion](#AppliedPromotion)] | no | |
|
|
6514
|
-
|
|
|
6518
|
+
| availability | [ProductAvailability](#ProductAvailability) | no | |
|
|
6519
|
+
| identifiers | [CartProductIdentifer](#CartProductIdentifer) | yes | |
|
|
6520
|
+
| promo_meta | [PromoMeta](#PromoMeta) | no | |
|
|
6521
|
+
| price | [ProductPriceInfo](#ProductPriceInfo) | no | |
|
|
6515
6522
|
| discount | string | no | |
|
|
6516
|
-
| key | string | no | |
|
|
6517
|
-
| parent_item_identifiers | string | no | |
|
|
6518
|
-
| quantity | number | no | |
|
|
6519
6523
|
|
|
6520
6524
|
---
|
|
6521
6525
|
|
|
@@ -6526,22 +6530,22 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6526
6530
|
|
|
6527
6531
|
| Properties | Type | Nullable | Description |
|
|
6528
6532
|
| ---------- | ---- | -------- | ----------- |
|
|
6529
|
-
| delivery_charge_info | string | no | |
|
|
6530
6533
|
| buy_now | boolean | no | |
|
|
6531
|
-
|
|
|
6532
|
-
|
|
|
6533
|
-
| breakup_values | [CartBreakup](#CartBreakup) | no | |
|
|
6534
|
-
| delivery_promise | [ShipmentPromise](#ShipmentPromise) | no | |
|
|
6535
|
-
| is_valid | boolean | no | |
|
|
6534
|
+
| message | string | no | |
|
|
6535
|
+
| id | string | no | |
|
|
6536
6536
|
| currency | [CartCurrency](#CartCurrency) | no | |
|
|
6537
6537
|
| payment_selection_lock | [PaymentSelectionLock](#PaymentSelectionLock) | no | |
|
|
6538
|
+
| delivery_promise | [ShipmentPromise](#ShipmentPromise) | no | |
|
|
6539
|
+
| coupon_text | string | no | |
|
|
6540
|
+
| breakup_values | [CartBreakup](#CartBreakup) | no | |
|
|
6541
|
+
| items | [[CartProductInfo](#CartProductInfo)] | no | |
|
|
6542
|
+
| gstin | string | no | |
|
|
6543
|
+
| restrict_checkout | boolean | no | |
|
|
6538
6544
|
| last_modified | string | no | |
|
|
6539
|
-
| checkout_mode | string | no | |
|
|
6540
6545
|
| comment | string | no | |
|
|
6541
|
-
|
|
|
6542
|
-
|
|
|
6543
|
-
|
|
|
6544
|
-
| items | [[CartProductInfo](#CartProductInfo)] | no | |
|
|
6546
|
+
| checkout_mode | string | no | |
|
|
6547
|
+
| is_valid | boolean | no | |
|
|
6548
|
+
| delivery_charge_info | string | no | |
|
|
6545
6549
|
|
|
6546
6550
|
---
|
|
6547
6551
|
|
|
@@ -6552,18 +6556,18 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6552
6556
|
|
|
6553
6557
|
| Properties | Type | Nullable | Description |
|
|
6554
6558
|
| ---------- | ---- | -------- | ----------- |
|
|
6555
|
-
|
|
|
6559
|
+
| parent_item_identifiers | string | no | |
|
|
6560
|
+
| item_size | string | no | |
|
|
6556
6561
|
| pos | boolean | no | |
|
|
6557
|
-
|
|
|
6558
|
-
| product_group_tags | [string] | no | |
|
|
6559
|
-
| item_id | number | no | |
|
|
6562
|
+
| extra_meta | string | no | |
|
|
6560
6563
|
| article_assignment | string | no | |
|
|
6561
|
-
| seller_id | number | no | |
|
|
6562
|
-
| store_id | number | no | |
|
|
6563
6564
|
| article_id | string | no | |
|
|
6564
|
-
|
|
|
6565
|
-
| parent_item_identifiers | string | no | |
|
|
6565
|
+
| seller_id | number | no | |
|
|
6566
6566
|
| quantity | number | no | |
|
|
6567
|
+
| item_id | number | no | |
|
|
6568
|
+
| display | string | no | |
|
|
6569
|
+
| product_group_tags | [string] | no | |
|
|
6570
|
+
| store_id | number | no | |
|
|
6567
6571
|
|
|
6568
6572
|
---
|
|
6569
6573
|
|
|
@@ -6585,9 +6589,9 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6585
6589
|
|
|
6586
6590
|
| Properties | Type | Nullable | Description |
|
|
6587
6591
|
| ---------- | ---- | -------- | ----------- |
|
|
6588
|
-
| success | boolean | no | True if all items are added successfully. False if partially added or not added. |
|
|
6589
|
-
| cart | [CartDetailResponse](#CartDetailResponse) | no | |
|
|
6590
6592
|
| message | string | no | |
|
|
6593
|
+
| cart | [CartDetailResponse](#CartDetailResponse) | no | |
|
|
6594
|
+
| success | boolean | no | True if all items are added successfully. False if partially added or not added. |
|
|
6591
6595
|
| partial | boolean | no | When adding multiple items check if all added. True if only few are added. |
|
|
6592
6596
|
|
|
6593
6597
|
---
|
|
@@ -6599,14 +6603,14 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6599
6603
|
|
|
6600
6604
|
| Properties | Type | Nullable | Description |
|
|
6601
6605
|
| ---------- | ---- | -------- | ----------- |
|
|
6606
|
+
| parent_item_identifiers | string | no | |
|
|
6607
|
+
| item_size | string | no | |
|
|
6602
6608
|
| extra_meta | string | no | |
|
|
6603
|
-
| identifiers | [CartProductIdentifer](#CartProductIdentifer) | yes | |
|
|
6604
|
-
| item_id | number | no | |
|
|
6605
|
-
| item_index | number | no | |
|
|
6606
6609
|
| article_id | string | no | |
|
|
6607
|
-
| item_size | string | no | |
|
|
6608
|
-
| parent_item_identifiers | string | no | |
|
|
6609
6610
|
| quantity | number | no | |
|
|
6611
|
+
| item_id | number | no | |
|
|
6612
|
+
| identifiers | [CartProductIdentifer](#CartProductIdentifer) | yes | |
|
|
6613
|
+
| item_index | number | no | |
|
|
6610
6614
|
|
|
6611
6615
|
---
|
|
6612
6616
|
|
|
@@ -6629,9 +6633,9 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6629
6633
|
|
|
6630
6634
|
| Properties | Type | Nullable | Description |
|
|
6631
6635
|
| ---------- | ---- | -------- | ----------- |
|
|
6632
|
-
| success | boolean | no | True if all items are added successfully. False if partially added or not added. |
|
|
6633
|
-
| cart | [CartDetailResponse](#CartDetailResponse) | no | |
|
|
6634
6636
|
| message | string | no | |
|
|
6637
|
+
| cart | [CartDetailResponse](#CartDetailResponse) | no | |
|
|
6638
|
+
| success | boolean | no | True if all items are added successfully. False if partially added or not added. |
|
|
6635
6639
|
|
|
6636
6640
|
---
|
|
6637
6641
|
|
|
@@ -6653,10 +6657,10 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6653
6657
|
|
|
6654
6658
|
| Properties | Type | Nullable | Description |
|
|
6655
6659
|
| ---------- | ---- | -------- | ----------- |
|
|
6656
|
-
|
|
|
6660
|
+
| total_item_count | number | no | |
|
|
6657
6661
|
| total | number | no | |
|
|
6658
6662
|
| has_previous | boolean | no | |
|
|
6659
|
-
|
|
|
6663
|
+
| has_next | boolean | no | |
|
|
6660
6664
|
| current | number | no | |
|
|
6661
6665
|
|
|
6662
6666
|
---
|
|
@@ -6668,16 +6672,16 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6668
6672
|
|
|
6669
6673
|
| Properties | Type | Nullable | Description |
|
|
6670
6674
|
| ---------- | ---- | -------- | ----------- |
|
|
6671
|
-
|
|
|
6672
|
-
| sub_title | string | no | |
|
|
6673
|
-
| expires_on | string | no | |
|
|
6674
|
-
| coupon_code | string | no | |
|
|
6675
|
+
| message | string | no | |
|
|
6675
6676
|
| minimum_cart_value | number | no | |
|
|
6677
|
+
| expires_on | string | no | |
|
|
6676
6678
|
| is_applicable | boolean | no | |
|
|
6679
|
+
| max_discount_value | number | no | |
|
|
6680
|
+
| coupon_code | string | no | |
|
|
6681
|
+
| sub_title | string | no | |
|
|
6682
|
+
| title | string | no | |
|
|
6677
6683
|
| is_applied | boolean | no | |
|
|
6678
6684
|
| coupon_value | number | no | |
|
|
6679
|
-
| message | string | no | |
|
|
6680
|
-
| title | string | no | |
|
|
6681
6685
|
|
|
6682
6686
|
---
|
|
6683
6687
|
|
|
@@ -6711,8 +6715,8 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6711
6715
|
|
|
6712
6716
|
| Properties | Type | Nullable | Description |
|
|
6713
6717
|
| ---------- | ---- | -------- | ----------- |
|
|
6714
|
-
| uid | number | no | Seller id |
|
|
6715
6718
|
| name | string | no | |
|
|
6719
|
+
| uid | number | no | Seller id |
|
|
6716
6720
|
|
|
6717
6721
|
---
|
|
6718
6722
|
|
|
@@ -6723,11 +6727,11 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6723
6727
|
|
|
6724
6728
|
| Properties | Type | Nullable | Description |
|
|
6725
6729
|
| ---------- | ---- | -------- | ----------- |
|
|
6726
|
-
| marked | number | no | Original price of product |
|
|
6727
|
-
| currency_code | string | no | Currency code for all amounts |
|
|
6728
|
-
| currency_symbol | string | no | Currency symbol for currency |
|
|
6729
6730
|
| bulk_effective | number | no | Discounted per unit price for current offer object |
|
|
6731
|
+
| currency_symbol | string | no | Currency symbol for currency |
|
|
6732
|
+
| marked | number | no | Original price of product |
|
|
6730
6733
|
| effective | number | no | Current per unit price of product after existing deductions |
|
|
6734
|
+
| currency_code | string | no | Currency code for all amounts |
|
|
6731
6735
|
|
|
6732
6736
|
---
|
|
6733
6737
|
|
|
@@ -6738,13 +6742,13 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6738
6742
|
|
|
6739
6743
|
| Properties | Type | Nullable | Description |
|
|
6740
6744
|
| ---------- | ---- | -------- | ----------- |
|
|
6741
|
-
| type | string | no | Offer type |
|
|
6742
6745
|
| auto_applied | boolean | no | Whether offer discount is auto applied in cart |
|
|
6743
|
-
| price | [OfferPrice](#OfferPrice) | no | |
|
|
6744
6746
|
| total | number | no | Total price of offer quantity with discount |
|
|
6747
|
+
| margin | number | no | Percentage value of discount |
|
|
6745
6748
|
| best | boolean | no | Is true for best offer from all offers present for all sellers |
|
|
6746
6749
|
| quantity | number | no | Quantity on which offer is applicable |
|
|
6747
|
-
|
|
|
6750
|
+
| price | [OfferPrice](#OfferPrice) | no | |
|
|
6751
|
+
| type | string | no | Offer type |
|
|
6748
6752
|
|
|
6749
6753
|
---
|
|
6750
6754
|
|
|
@@ -6789,8 +6793,8 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6789
6793
|
|
|
6790
6794
|
| Properties | Type | Nullable | Description |
|
|
6791
6795
|
| ---------- | ---- | -------- | ----------- |
|
|
6792
|
-
| longitude | number | no | |
|
|
6793
6796
|
| latitude | number | no | |
|
|
6797
|
+
| longitude | number | no | |
|
|
6794
6798
|
|
|
6795
6799
|
---
|
|
6796
6800
|
|
|
@@ -6801,28 +6805,30 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6801
6805
|
|
|
6802
6806
|
| Properties | Type | Nullable | Description |
|
|
6803
6807
|
| ---------- | ---- | -------- | ----------- |
|
|
6804
|
-
|
|
|
6808
|
+
| geo_location | [GeoLocation](#GeoLocation) | no | |
|
|
6809
|
+
| country_iso_code | string | no | |
|
|
6805
6810
|
| state | string | no | |
|
|
6806
|
-
|
|
|
6807
|
-
|
|
|
6808
|
-
|
|
|
6811
|
+
| is_active | boolean | no | |
|
|
6812
|
+
| country_phone_code | string | no | |
|
|
6813
|
+
| area_code | string | no | |
|
|
6814
|
+
| city | string | no | |
|
|
6809
6815
|
| area | string | no | |
|
|
6810
|
-
|
|
|
6816
|
+
| phone | string | no | |
|
|
6811
6817
|
| meta | string | no | |
|
|
6818
|
+
| area_code_slug | string | no | |
|
|
6812
6819
|
| checkout_mode | string | no | |
|
|
6813
|
-
| user_id | string | no | |
|
|
6814
6820
|
| email | string | no | |
|
|
6815
|
-
| is_active | boolean | no | |
|
|
6816
|
-
| geo_location | [GeoLocation](#GeoLocation) | no | |
|
|
6817
|
-
| address_type | string | no | |
|
|
6818
|
-
| area_code | string | no | |
|
|
6819
6821
|
| country_code | string | no | |
|
|
6820
|
-
|
|
|
6821
|
-
| area_code_slug | string | no | |
|
|
6822
|
-
| phone | string | no | |
|
|
6823
|
-
| landmark | string | no | |
|
|
6822
|
+
| id | string | no | |
|
|
6824
6823
|
| country | string | no | |
|
|
6824
|
+
| address | string | no | |
|
|
6825
|
+
| landmark | string | no | |
|
|
6826
|
+
| name | string | no | |
|
|
6827
|
+
| google_map_point | string | no | |
|
|
6828
|
+
| tags | [string] | no | |
|
|
6825
6829
|
| is_default_address | boolean | no | |
|
|
6830
|
+
| address_type | string | no | |
|
|
6831
|
+
| user_id | string | no | |
|
|
6826
6832
|
|
|
6827
6833
|
---
|
|
6828
6834
|
|
|
@@ -6844,9 +6850,9 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6844
6850
|
|
|
6845
6851
|
| Properties | Type | Nullable | Description |
|
|
6846
6852
|
| ---------- | ---- | -------- | ----------- |
|
|
6853
|
+
| is_default_address | boolean | no | |
|
|
6847
6854
|
| success | boolean | no | |
|
|
6848
6855
|
| id | string | no | |
|
|
6849
|
-
| is_default_address | boolean | no | |
|
|
6850
6856
|
|
|
6851
6857
|
---
|
|
6852
6858
|
|
|
@@ -6857,10 +6863,10 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6857
6863
|
|
|
6858
6864
|
| Properties | Type | Nullable | Description |
|
|
6859
6865
|
| ---------- | ---- | -------- | ----------- |
|
|
6866
|
+
| is_default_address | boolean | no | |
|
|
6860
6867
|
| is_updated | boolean | no | |
|
|
6861
6868
|
| success | boolean | no | |
|
|
6862
6869
|
| id | string | no | |
|
|
6863
|
-
| is_default_address | boolean | no | |
|
|
6864
6870
|
|
|
6865
6871
|
---
|
|
6866
6872
|
|
|
@@ -6883,9 +6889,9 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6883
6889
|
|
|
6884
6890
|
| Properties | Type | Nullable | Description |
|
|
6885
6891
|
| ---------- | ---- | -------- | ----------- |
|
|
6892
|
+
| billing_address_id | string | no | |
|
|
6886
6893
|
| cart_id | string | no | |
|
|
6887
6894
|
| id | string | no | |
|
|
6888
|
-
| billing_address_id | string | no | |
|
|
6889
6895
|
|
|
6890
6896
|
---
|
|
6891
6897
|
|
|
@@ -6896,12 +6902,12 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6896
6902
|
|
|
6897
6903
|
| Properties | Type | Nullable | Description |
|
|
6898
6904
|
| ---------- | ---- | -------- | ----------- |
|
|
6899
|
-
| aggregator_name | string | no | |
|
|
6900
|
-
| merchant_code | string | no | |
|
|
6901
6905
|
| payment_identifier | string | no | |
|
|
6902
|
-
| address_id | string | no | |
|
|
6903
|
-
| payment_mode | string | no | |
|
|
6904
6906
|
| id | string | no | |
|
|
6907
|
+
| aggregator_name | string | no | |
|
|
6908
|
+
| payment_mode | string | no | |
|
|
6909
|
+
| address_id | string | no | |
|
|
6910
|
+
| merchant_code | string | no | |
|
|
6905
6911
|
|
|
6906
6912
|
---
|
|
6907
6913
|
|
|
@@ -6914,9 +6920,9 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6914
6920
|
| ---------- | ---- | -------- | ----------- |
|
|
6915
6921
|
| code | string | no | |
|
|
6916
6922
|
| valid | boolean | no | |
|
|
6917
|
-
| display_message_en | string | no | |
|
|
6918
|
-
| discount | number | no | |
|
|
6919
6923
|
| title | string | no | |
|
|
6924
|
+
| discount | number | no | |
|
|
6925
|
+
| display_message_en | string | no | |
|
|
6920
6926
|
|
|
6921
6927
|
---
|
|
6922
6928
|
|
|
@@ -6927,9 +6933,9 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6927
6933
|
|
|
6928
6934
|
| Properties | Type | Nullable | Description |
|
|
6929
6935
|
| ---------- | ---- | -------- | ----------- |
|
|
6936
|
+
| message | string | no | |
|
|
6930
6937
|
| success | boolean | yes | |
|
|
6931
6938
|
| coupon_validity | [CouponValidity](#CouponValidity) | no | |
|
|
6932
|
-
| message | string | no | |
|
|
6933
6939
|
|
|
6934
6940
|
---
|
|
6935
6941
|
|
|
@@ -6942,14 +6948,14 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6942
6948
|
| ---------- | ---- | -------- | ----------- |
|
|
6943
6949
|
| fulfillment_id | number | no | |
|
|
6944
6950
|
| shipments | number | no | |
|
|
6945
|
-
| shipment_type | string | no | |
|
|
6946
|
-
| order_type | string | no | |
|
|
6947
|
-
| dp_id | string | no | |
|
|
6948
6951
|
| dp_options | string | no | |
|
|
6949
6952
|
| box_type | string | no | |
|
|
6950
|
-
|
|
|
6951
|
-
| promise | [ShipmentPromise](#ShipmentPromise) | no | |
|
|
6953
|
+
| dp_id | string | no | |
|
|
6952
6954
|
| items | [[CartProductInfo](#CartProductInfo)] | no | |
|
|
6955
|
+
| order_type | string | no | |
|
|
6956
|
+
| shipment_type | string | no | |
|
|
6957
|
+
| promise | [ShipmentPromise](#ShipmentPromise) | no | |
|
|
6958
|
+
| fulfillment_type | string | no | |
|
|
6953
6959
|
|
|
6954
6960
|
---
|
|
6955
6961
|
|
|
@@ -6960,24 +6966,24 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
6960
6966
|
|
|
6961
6967
|
| Properties | Type | Nullable | Description |
|
|
6962
6968
|
| ---------- | ---- | -------- | ----------- |
|
|
6963
|
-
|
|
|
6964
|
-
| breakup_values | [CartBreakup](#CartBreakup) | no | |
|
|
6965
|
-
| delivery_promise | [ShipmentPromise](#ShipmentPromise) | no | |
|
|
6966
|
-
| uid | string | no | |
|
|
6969
|
+
| shipments | [[ShipmentResponse](#ShipmentResponse)] | no | |
|
|
6967
6970
|
| currency | [CartCurrency](#CartCurrency) | no | |
|
|
6968
|
-
| payment_selection_lock | [PaymentSelectionLock](#PaymentSelectionLock) | no | |
|
|
6969
|
-
| last_modified | string | no | |
|
|
6970
|
-
| id | string | no | |
|
|
6971
6971
|
| gstin | string | no | |
|
|
6972
|
+
| error | boolean | no | |
|
|
6973
|
+
| checkout_mode | string | no | |
|
|
6974
|
+
| is_valid | boolean | no | |
|
|
6975
|
+
| uid | string | no | |
|
|
6976
|
+
| buy_now | boolean | no | |
|
|
6972
6977
|
| message | string | no | |
|
|
6973
|
-
|
|
|
6978
|
+
| id | string | no | |
|
|
6979
|
+
| payment_selection_lock | [PaymentSelectionLock](#PaymentSelectionLock) | no | |
|
|
6980
|
+
| delivery_promise | [ShipmentPromise](#ShipmentPromise) | no | |
|
|
6974
6981
|
| coupon_text | string | no | |
|
|
6975
|
-
|
|
|
6976
|
-
|
|
|
6977
|
-
| error | boolean | no | |
|
|
6982
|
+
| breakup_values | [CartBreakup](#CartBreakup) | no | |
|
|
6983
|
+
| last_modified | string | no | |
|
|
6978
6984
|
| comment | string | no | |
|
|
6979
|
-
|
|
|
6980
|
-
|
|
|
6985
|
+
| restrict_checkout | boolean | no | |
|
|
6986
|
+
| delivery_charge_info | string | no | |
|
|
6981
6987
|
| cart_id | number | no | |
|
|
6982
6988
|
|
|
6983
6989
|
---
|
|
@@ -7003,21 +7009,21 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
7003
7009
|
|
|
7004
7010
|
| Properties | Type | Nullable | Description |
|
|
7005
7011
|
| ---------- | ---- | -------- | ----------- |
|
|
7006
|
-
| extra_meta | string | no | |
|
|
7007
|
-
| aggregator | string | no | |
|
|
7008
|
-
| merchant_code | string | no | |
|
|
7009
7012
|
| payment_identifier | string | no | |
|
|
7010
|
-
| billing_address | string | no | |
|
|
7011
|
-
| address_id | string | no | |
|
|
7012
|
-
| payment_mode | string | yes | |
|
|
7013
|
-
| payment_auto_confirm | boolean | no | |
|
|
7014
7013
|
| ordering_store | number | no | |
|
|
7014
|
+
| payment_params | string | no | |
|
|
7015
7015
|
| callback_url | string | no | |
|
|
7016
|
-
|
|
|
7017
|
-
| billing_address_id | string | no | |
|
|
7016
|
+
| extra_meta | string | no | |
|
|
7018
7017
|
| staff | [StaffCheckout](#StaffCheckout) | no | |
|
|
7018
|
+
| billing_address_id | string | no | |
|
|
7019
|
+
| aggregator | string | no | |
|
|
7020
|
+
| payment_auto_confirm | boolean | no | |
|
|
7021
|
+
| address_id | string | no | |
|
|
7022
|
+
| delivery_address | string | no | |
|
|
7019
7023
|
| meta | string | no | |
|
|
7020
|
-
|
|
|
7024
|
+
| billing_address | string | no | |
|
|
7025
|
+
| payment_mode | string | yes | |
|
|
7026
|
+
| merchant_code | string | no | |
|
|
7021
7027
|
|
|
7022
7028
|
---
|
|
7023
7029
|
|
|
@@ -7028,35 +7034,35 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
7028
7034
|
|
|
7029
7035
|
| Properties | Type | Nullable | Description |
|
|
7030
7036
|
| ---------- | ---- | -------- | ----------- |
|
|
7031
|
-
| buy_now | boolean | no | |
|
|
7032
|
-
| breakup_values | [CartBreakup](#CartBreakup) | no | |
|
|
7033
|
-
| success | boolean | no | |
|
|
7034
|
-
| uid | string | no | |
|
|
7035
7037
|
| currency | [CartCurrency](#CartCurrency) | no | |
|
|
7036
|
-
| id | string | no | |
|
|
7037
|
-
| gstin | string | no | |
|
|
7038
|
-
| delivery_charge_order_value | number | no | |
|
|
7039
|
-
| cod_message | string | no | |
|
|
7040
|
-
| is_valid | boolean | no | |
|
|
7041
|
-
| checkout_mode | string | no | |
|
|
7042
|
-
| cart_id | number | no | |
|
|
7043
7038
|
| store_code | string | no | |
|
|
7044
7039
|
| store_emps | [string] | no | |
|
|
7040
|
+
| user_type | string | no | |
|
|
7041
|
+
| success | boolean | no | |
|
|
7045
7042
|
| error_message | string | no | |
|
|
7046
|
-
| delivery_promise | [ShipmentPromise](#ShipmentPromise) | no | |
|
|
7047
7043
|
| payment_selection_lock | [PaymentSelectionLock](#PaymentSelectionLock) | no | |
|
|
7048
|
-
|
|
|
7049
|
-
|
|
|
7044
|
+
| breakup_values | [CartBreakup](#CartBreakup) | no | |
|
|
7045
|
+
| comment | string | no | |
|
|
7046
|
+
| delivery_charge_info | string | no | |
|
|
7047
|
+
| cart_id | number | no | |
|
|
7048
|
+
| cod_charges | number | no | |
|
|
7050
7049
|
| delivery_charges | number | no | |
|
|
7051
|
-
|
|
|
7050
|
+
| gstin | string | no | |
|
|
7052
7051
|
| items | [[CartProductInfo](#CartProductInfo)] | no | |
|
|
7053
|
-
|
|
|
7054
|
-
|
|
|
7052
|
+
| checkout_mode | string | no | |
|
|
7053
|
+
| is_valid | boolean | no | |
|
|
7054
|
+
| order_id | string | no | |
|
|
7055
|
+
| uid | string | no | |
|
|
7056
|
+
| buy_now | boolean | no | |
|
|
7057
|
+
| message | string | no | |
|
|
7058
|
+
| cod_message | string | no | |
|
|
7059
|
+
| id | string | no | |
|
|
7060
|
+
| delivery_charge_order_value | number | no | |
|
|
7061
|
+
| delivery_promise | [ShipmentPromise](#ShipmentPromise) | no | |
|
|
7055
7062
|
| coupon_text | string | no | |
|
|
7063
|
+
| last_modified | string | no | |
|
|
7056
7064
|
| restrict_checkout | boolean | no | |
|
|
7057
|
-
|
|
|
7058
|
-
| comment | string | no | |
|
|
7059
|
-
| message | string | no | |
|
|
7065
|
+
| cod_available | boolean | no | |
|
|
7060
7066
|
|
|
7061
7067
|
---
|
|
7062
7068
|
|
|
@@ -7067,14 +7073,14 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
7067
7073
|
|
|
7068
7074
|
| Properties | Type | Nullable | Description |
|
|
7069
7075
|
| ---------- | ---- | -------- | ----------- |
|
|
7076
|
+
| message | string | no | |
|
|
7070
7077
|
| cart | [CheckCart](#CheckCart) | no | |
|
|
7071
|
-
| success | boolean | no | |
|
|
7072
7078
|
| data | string | no | |
|
|
7073
7079
|
| callback_url | string | no | |
|
|
7080
|
+
| app_intercept_url | string | no | |
|
|
7074
7081
|
| payment_confirm_url | string | no | |
|
|
7075
|
-
| message | string | no | |
|
|
7076
7082
|
| order_id | string | no | |
|
|
7077
|
-
|
|
|
7083
|
+
| success | boolean | no | |
|
|
7078
7084
|
|
|
7079
7085
|
---
|
|
7080
7086
|
|
|
@@ -7085,10 +7091,10 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
7085
7091
|
|
|
7086
7092
|
| Properties | Type | Nullable | Description |
|
|
7087
7093
|
| ---------- | ---- | -------- | ----------- |
|
|
7094
|
+
| comment | string | no | |
|
|
7088
7095
|
| gstin | string | no | |
|
|
7089
7096
|
| checkout_mode | string | no | |
|
|
7090
7097
|
| pick_up_customer_details | string | no | Customer contact details for customer pickup at store |
|
|
7091
|
-
| comment | string | no | |
|
|
7092
7098
|
|
|
7093
7099
|
---
|
|
7094
7100
|
|
|
@@ -7133,8 +7139,8 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
7133
7139
|
|
|
7134
7140
|
| Properties | Type | Nullable | Description |
|
|
7135
7141
|
| ---------- | ---- | -------- | ----------- |
|
|
7136
|
-
| share_url | string | no | Short shareable final url |
|
|
7137
7142
|
| token | string | no | Short url unique id |
|
|
7143
|
+
| share_url | string | no | Short shareable final url |
|
|
7138
7144
|
|
|
7139
7145
|
---
|
|
7140
7146
|
|
|
@@ -7145,11 +7151,11 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
7145
7151
|
|
|
7146
7152
|
| Properties | Type | Nullable | Description |
|
|
7147
7153
|
| ---------- | ---- | -------- | ----------- |
|
|
7148
|
-
| token | string | no | Short link id |
|
|
7149
7154
|
| user | string | no | User details of who generated share link |
|
|
7155
|
+
| created_on | string | no | |
|
|
7150
7156
|
| source | string | no | Share link device and other source information |
|
|
7157
|
+
| token | string | no | Short link id |
|
|
7151
7158
|
| meta | string | no | Meta data sent while generating share cart link |
|
|
7152
|
-
| created_on | string | no | |
|
|
7153
7159
|
|
|
7154
7160
|
---
|
|
7155
7161
|
|
|
@@ -7160,25 +7166,25 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
7160
7166
|
|
|
7161
7167
|
| Properties | Type | Nullable | Description |
|
|
7162
7168
|
| ---------- | ---- | -------- | ----------- |
|
|
7163
|
-
| buy_now | boolean | no | |
|
|
7164
|
-
| breakup_values | [CartBreakup](#CartBreakup) | no | |
|
|
7165
|
-
| uid | string | no | |
|
|
7166
7169
|
| currency | [CartCurrency](#CartCurrency) | no | |
|
|
7167
|
-
|
|
|
7170
|
+
| payment_selection_lock | [PaymentSelectionLock](#PaymentSelectionLock) | no | |
|
|
7171
|
+
| breakup_values | [CartBreakup](#CartBreakup) | no | |
|
|
7172
|
+
| comment | string | no | |
|
|
7173
|
+
| delivery_charge_info | string | no | |
|
|
7174
|
+
| cart_id | number | no | |
|
|
7168
7175
|
| shared_cart_details | [SharedCartDetails](#SharedCartDetails) | no | |
|
|
7169
7176
|
| gstin | string | no | |
|
|
7170
|
-
|
|
|
7177
|
+
| items | [[CartProductInfo](#CartProductInfo)] | no | |
|
|
7171
7178
|
| checkout_mode | string | no | |
|
|
7172
|
-
|
|
|
7179
|
+
| is_valid | boolean | no | |
|
|
7180
|
+
| uid | string | no | |
|
|
7181
|
+
| buy_now | boolean | no | |
|
|
7182
|
+
| message | string | no | |
|
|
7183
|
+
| id | string | no | |
|
|
7173
7184
|
| delivery_promise | [ShipmentPromise](#ShipmentPromise) | no | |
|
|
7174
|
-
| payment_selection_lock | [PaymentSelectionLock](#PaymentSelectionLock) | no | |
|
|
7175
|
-
| last_modified | string | no | |
|
|
7176
|
-
| items | [[CartProductInfo](#CartProductInfo)] | no | |
|
|
7177
|
-
| delivery_charge_info | string | no | |
|
|
7178
7185
|
| coupon_text | string | no | |
|
|
7186
|
+
| last_modified | string | no | |
|
|
7179
7187
|
| restrict_checkout | boolean | no | |
|
|
7180
|
-
| comment | string | no | |
|
|
7181
|
-
| message | string | no | |
|
|
7182
7188
|
|
|
7183
7189
|
---
|
|
7184
7190
|
|
|
@@ -7189,8 +7195,8 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
7189
7195
|
|
|
7190
7196
|
| Properties | Type | Nullable | Description |
|
|
7191
7197
|
| ---------- | ---- | -------- | ----------- |
|
|
7192
|
-
| cart | [SharedCart](#SharedCart) | no | |
|
|
7193
7198
|
| error | string | no | |
|
|
7199
|
+
| cart | [SharedCart](#SharedCart) | no | |
|
|
7194
7200
|
|
|
7195
7201
|
---
|
|
7196
7202
|
|
|
@@ -7201,10 +7207,10 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
7201
7207
|
|
|
7202
7208
|
| Properties | Type | Nullable | Description |
|
|
7203
7209
|
| ---------- | ---- | -------- | ----------- |
|
|
7204
|
-
| offer_text | string | no | Offer title |
|
|
7205
|
-
| promotion_group | string | no | Group of promotion belongs to |
|
|
7206
7210
|
| description | string | no | Offer details including T&C |
|
|
7207
7211
|
| id | string | no | Promotion id |
|
|
7212
|
+
| offer_text | string | no | Offer title |
|
|
7213
|
+
| promotion_group | string | no | Group of promotion belongs to |
|
|
7208
7214
|
| valid_till | string | no | Datetime ISOString for promotion end date |
|
|
7209
7215
|
|
|
7210
7216
|
---
|
|
@@ -7227,20 +7233,8 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
7227
7233
|
|
|
7228
7234
|
| Properties | Type | Nullable | Description |
|
|
7229
7235
|
| ---------- | ---- | -------- | ----------- |
|
|
7230
|
-
| success | boolean | no | |
|
|
7231
7236
|
| message | string | no | |
|
|
7232
|
-
|
|
7233
|
-
---
|
|
7234
|
-
|
|
7235
|
-
|
|
7236
|
-
|
|
7237
|
-
|
|
7238
|
-
#### [CurrencyInfo](#CurrencyInfo)
|
|
7239
|
-
|
|
7240
|
-
| Properties | Type | Nullable | Description |
|
|
7241
|
-
| ---------- | ---- | -------- | ----------- |
|
|
7242
|
-
| symbol | string | no | |
|
|
7243
|
-
| code | string | no | |
|
|
7237
|
+
| success | boolean | no | |
|
|
7244
7238
|
|
|
7245
7239
|
---
|
|
7246
7240
|
|
|
@@ -7251,11 +7245,11 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
7251
7245
|
|
|
7252
7246
|
| Properties | Type | Nullable | Description |
|
|
7253
7247
|
| ---------- | ---- | -------- | ----------- |
|
|
7254
|
-
| offer_price | number | no | Discounted per unit price for current offer object |
|
|
7255
|
-
| marked | number | no | Original price of product |
|
|
7256
|
-
| currency_code | string | no | Currency code for all amounts |
|
|
7257
7248
|
| currency_symbol | string | no | Currency symbol for currency |
|
|
7249
|
+
| marked | number | no | Original price of product |
|
|
7250
|
+
| offer_price | number | no | Discounted per unit price for current offer object |
|
|
7258
7251
|
| effective | number | no | Current per unit price of product after existing deductions |
|
|
7252
|
+
| currency_code | string | no | Currency code for all amounts |
|
|
7259
7253
|
|
|
7260
7254
|
---
|
|
7261
7255
|
|
|
@@ -7266,11 +7260,11 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
7266
7260
|
|
|
7267
7261
|
| Properties | Type | Nullable | Description |
|
|
7268
7262
|
| ---------- | ---- | -------- | ----------- |
|
|
7269
|
-
|
|
|
7263
|
+
| margin | number | no | Percentage value of discount |
|
|
7270
7264
|
| max_quantity | number | no | Minimum quantity upto which offer is applicable. If not present that offer is applicable on all quantities |
|
|
7271
7265
|
| min_quantity | number | no | Minimum quantity from which offer is applicable |
|
|
7272
7266
|
| price | [LadderPrice](#LadderPrice) | no | |
|
|
7273
|
-
|
|
|
7267
|
+
| type | string | no | Offer type |
|
|
7274
7268
|
|
|
7275
7269
|
---
|
|
7276
7270
|
|
|
@@ -7281,12 +7275,24 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
7281
7275
|
|
|
7282
7276
|
| Properties | Type | Nullable | Description |
|
|
7283
7277
|
| ---------- | ---- | -------- | ----------- |
|
|
7284
|
-
| offer_text | string | no | Offer title |
|
|
7285
|
-
| promotion_group | string | no | Group of promotion belongs to |
|
|
7286
7278
|
| description | string | no | Offer details including T&C |
|
|
7287
7279
|
| id | string | no | Promotion id |
|
|
7288
|
-
|
|
|
7280
|
+
| offer_text | string | no | Offer title |
|
|
7281
|
+
| promotion_group | string | no | Group of promotion belongs to |
|
|
7289
7282
|
| offer_prices | [[LadderOfferItem](#LadderOfferItem)] | no | |
|
|
7283
|
+
| valid_till | string | no | Datetime ISOString for promotion end date |
|
|
7284
|
+
|
|
7285
|
+
---
|
|
7286
|
+
|
|
7287
|
+
|
|
7288
|
+
|
|
7289
|
+
|
|
7290
|
+
#### [CurrencyInfo](#CurrencyInfo)
|
|
7291
|
+
|
|
7292
|
+
| Properties | Type | Nullable | Description |
|
|
7293
|
+
| ---------- | ---- | -------- | ----------- |
|
|
7294
|
+
| symbol | string | no | |
|
|
7295
|
+
| code | string | no | |
|
|
7290
7296
|
|
|
7291
7297
|
---
|
|
7292
7298
|
|
|
@@ -7297,8 +7303,8 @@ Success. Returns a object containing the applicable ladder price offers (if exis
|
|
|
7297
7303
|
|
|
7298
7304
|
| Properties | Type | Nullable | Description |
|
|
7299
7305
|
| ---------- | ---- | -------- | ----------- |
|
|
7300
|
-
| currency | [CurrencyInfo](#CurrencyInfo) | no | |
|
|
7301
7306
|
| available_offers | [[LadderPriceOffer](#LadderPriceOffer)] | no | |
|
|
7307
|
+
| currency | [CurrencyInfo](#CurrencyInfo) | no | |
|
|
7302
7308
|
|
|
7303
7309
|
---
|
|
7304
7310
|
|