@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
|
@@ -5079,27 +5079,34 @@ Sms Sent successfully
|
|
|
5079
5079
|
|
|
5080
5080
|
|
|
5081
5081
|
|
|
5082
|
-
#### [
|
|
5082
|
+
#### [UserDataInfo](#UserDataInfo)
|
|
5083
5083
|
|
|
5084
5084
|
| Properties | Type | Nullable | Description |
|
|
5085
5085
|
| ---------- | ---- | -------- | ----------- |
|
|
5086
|
-
|
|
|
5086
|
+
| uid | number | no | |
|
|
5087
|
+
| avis_user_id | string | no | |
|
|
5088
|
+
| email | string | no | |
|
|
5089
|
+
| last_name | string | no | |
|
|
5087
5090
|
| name | string | no | |
|
|
5088
|
-
|
|
|
5091
|
+
| is_anonymous_user | boolean | no | |
|
|
5092
|
+
| gender | string | no | |
|
|
5093
|
+
| first_name | string | no | |
|
|
5094
|
+
| mobile | string | no | |
|
|
5089
5095
|
|
|
5090
5096
|
---
|
|
5091
5097
|
|
|
5092
5098
|
|
|
5093
5099
|
|
|
5094
5100
|
|
|
5095
|
-
#### [
|
|
5101
|
+
#### [GSTDetailsData](#GSTDetailsData)
|
|
5096
5102
|
|
|
5097
5103
|
| Properties | Type | Nullable | Description |
|
|
5098
5104
|
| ---------- | ---- | -------- | ----------- |
|
|
5099
|
-
|
|
|
5100
|
-
|
|
|
5101
|
-
|
|
|
5102
|
-
|
|
|
5105
|
+
| brand_calculated_amount | number | yes | |
|
|
5106
|
+
| value_of_good | number | yes | |
|
|
5107
|
+
| gstin_code | string | yes | |
|
|
5108
|
+
| tax_collected_at_source | number | yes | |
|
|
5109
|
+
| gst_fee | number | yes | |
|
|
5103
5110
|
|
|
5104
5111
|
---
|
|
5105
5112
|
|
|
@@ -5110,68 +5117,78 @@ Sms Sent successfully
|
|
|
5110
5117
|
|
|
5111
5118
|
| Properties | Type | Nullable | Description |
|
|
5112
5119
|
| ---------- | ---- | -------- | ----------- |
|
|
5113
|
-
|
|
|
5120
|
+
| discount | number | no | |
|
|
5121
|
+
| cod_charges | number | no | |
|
|
5114
5122
|
| refund_credit | number | no | |
|
|
5115
|
-
| tax_collected_at_source | number | no | |
|
|
5116
|
-
| amount_paid_roundoff | number | no | |
|
|
5117
5123
|
| delivery_charge | number | no | |
|
|
5118
|
-
| fynd_credits | number | no | |
|
|
5119
|
-
| value_of_good | number | no | |
|
|
5120
|
-
| coupon_value | number | no | |
|
|
5121
|
-
| price_marked | number | no | |
|
|
5122
5124
|
| cashback_applied | number | no | |
|
|
5125
|
+
| amount_paid | number | no | |
|
|
5126
|
+
| tax_collected_at_source | number | no | |
|
|
5123
5127
|
| price_effective | number | no | |
|
|
5128
|
+
| value_of_good | number | no | |
|
|
5124
5129
|
| refund_amount | number | no | |
|
|
5125
|
-
|
|
|
5130
|
+
| amount_paid_roundoff | number | no | |
|
|
5131
|
+
| fynd_credits | number | no | |
|
|
5132
|
+
| coupon_value | number | no | |
|
|
5126
5133
|
| cashback | number | no | |
|
|
5134
|
+
| price_marked | number | no | |
|
|
5127
5135
|
| promotion_effective_discount | number | no | |
|
|
5128
|
-
| cod_charges | number | no | |
|
|
5129
5136
|
|
|
5130
5137
|
---
|
|
5131
5138
|
|
|
5132
5139
|
|
|
5133
5140
|
|
|
5134
5141
|
|
|
5135
|
-
#### [
|
|
5142
|
+
#### [PlatformItem](#PlatformItem)
|
|
5136
5143
|
|
|
5137
5144
|
| Properties | Type | Nullable | Description |
|
|
5138
5145
|
| ---------- | ---- | -------- | ----------- |
|
|
5139
|
-
|
|
|
5140
|
-
|
|
|
5141
|
-
|
|
|
5142
|
-
|
|
|
5143
|
-
|
|
|
5146
|
+
| department_id | number | no | |
|
|
5147
|
+
| code | string | no | |
|
|
5148
|
+
| image | [string] | no | |
|
|
5149
|
+
| l1_category | [string] | no | |
|
|
5150
|
+
| color | string | no | |
|
|
5151
|
+
| name | string | no | |
|
|
5152
|
+
| id | number | no | |
|
|
5153
|
+
| l3_category | number | no | |
|
|
5154
|
+
| size | string | no | |
|
|
5155
|
+
| images | [string] | no | |
|
|
5156
|
+
| can_return | boolean | no | |
|
|
5157
|
+
| l3_category_name | string | no | |
|
|
5158
|
+
| can_cancel | boolean | no | |
|
|
5144
5159
|
|
|
5145
5160
|
---
|
|
5146
5161
|
|
|
5147
5162
|
|
|
5148
5163
|
|
|
5149
5164
|
|
|
5150
|
-
#### [
|
|
5165
|
+
#### [BagUnit](#BagUnit)
|
|
5151
5166
|
|
|
5152
5167
|
| Properties | Type | Nullable | Description |
|
|
5153
5168
|
| ---------- | ---- | -------- | ----------- |
|
|
5154
|
-
|
|
|
5155
|
-
|
|
|
5169
|
+
| item_quantity | number | yes | |
|
|
5170
|
+
| ordering_channel | string | yes | |
|
|
5171
|
+
| shipment_id | string | yes | |
|
|
5172
|
+
| total_shipment_bags | number | yes | |
|
|
5173
|
+
| status | string | yes | |
|
|
5174
|
+
| gst | [GSTDetailsData](#GSTDetailsData) | no | |
|
|
5175
|
+
| prices | [Prices](#Prices) | no | |
|
|
5176
|
+
| bag_id | number | yes | |
|
|
5177
|
+
| item | [PlatformItem](#PlatformItem) | no | |
|
|
5178
|
+
| can_return | boolean | no | |
|
|
5179
|
+
| can_cancel | boolean | no | |
|
|
5156
5180
|
|
|
5157
5181
|
---
|
|
5158
5182
|
|
|
5159
5183
|
|
|
5160
5184
|
|
|
5161
5185
|
|
|
5162
|
-
#### [
|
|
5186
|
+
#### [PaymentModeInfo](#PaymentModeInfo)
|
|
5163
5187
|
|
|
5164
5188
|
| Properties | Type | Nullable | Description |
|
|
5165
5189
|
| ---------- | ---- | -------- | ----------- |
|
|
5166
|
-
|
|
|
5167
|
-
|
|
|
5168
|
-
| gender | string | no | |
|
|
5169
|
-
| is_anonymous_user | boolean | no | |
|
|
5170
|
-
| avis_user_id | string | no | |
|
|
5171
|
-
| mobile | string | no | |
|
|
5172
|
-
| uid | number | no | |
|
|
5173
|
-
| last_name | string | no | |
|
|
5174
|
-
| email | string | no | |
|
|
5190
|
+
| type | string | yes | |
|
|
5191
|
+
| logo | string | yes | |
|
|
5175
5192
|
|
|
5176
5193
|
---
|
|
5177
5194
|
|
|
@@ -5182,93 +5199,76 @@ Sms Sent successfully
|
|
|
5182
5199
|
|
|
5183
5200
|
| Properties | Type | Nullable | Description |
|
|
5184
5201
|
| ---------- | ---- | -------- | ----------- |
|
|
5185
|
-
| code | string | yes | |
|
|
5186
5202
|
| id | string | yes | |
|
|
5203
|
+
| code | string | yes | |
|
|
5187
5204
|
|
|
5188
5205
|
---
|
|
5189
5206
|
|
|
5190
5207
|
|
|
5191
5208
|
|
|
5192
5209
|
|
|
5193
|
-
#### [
|
|
5210
|
+
#### [ShipmentStatus](#ShipmentStatus)
|
|
5194
5211
|
|
|
5195
5212
|
| Properties | Type | Nullable | Description |
|
|
5196
5213
|
| ---------- | ---- | -------- | ----------- |
|
|
5197
|
-
|
|
|
5198
|
-
|
|
|
5199
|
-
|
|
|
5200
|
-
|
|
|
5201
|
-
|
|
|
5202
|
-
| image | [string] | no | |
|
|
5203
|
-
| color | string | no | |
|
|
5204
|
-
| l1_category | [string] | no | |
|
|
5205
|
-
| can_return | boolean | no | |
|
|
5206
|
-
| code | string | no | |
|
|
5207
|
-
| id | number | no | |
|
|
5208
|
-
| department_id | number | no | |
|
|
5209
|
-
| l3_category | number | no | |
|
|
5214
|
+
| ops_status | string | yes | |
|
|
5215
|
+
| actual_status | string | yes | |
|
|
5216
|
+
| title | string | yes | |
|
|
5217
|
+
| status | string | yes | |
|
|
5218
|
+
| hex_code | string | yes | |
|
|
5210
5219
|
|
|
5211
5220
|
---
|
|
5212
5221
|
|
|
5213
5222
|
|
|
5214
5223
|
|
|
5215
5224
|
|
|
5216
|
-
#### [
|
|
5225
|
+
#### [ShipmentItem](#ShipmentItem)
|
|
5217
5226
|
|
|
5218
5227
|
| Properties | Type | Nullable | Description |
|
|
5219
5228
|
| ---------- | ---- | -------- | ----------- |
|
|
5220
|
-
|
|
|
5221
|
-
|
|
|
5222
|
-
|
|
|
5223
|
-
|
|
|
5224
|
-
|
|
|
5229
|
+
| sla | string | no | |
|
|
5230
|
+
| total_bags_count | number | yes | |
|
|
5231
|
+
| payment_methods | string | no | |
|
|
5232
|
+
| created_at | string | yes | |
|
|
5233
|
+
| user | [UserDataInfo](#UserDataInfo) | no | |
|
|
5234
|
+
| bags | [[BagUnit](#BagUnit)] | no | |
|
|
5235
|
+
| payment_mode_info | [PaymentModeInfo](#PaymentModeInfo) | no | |
|
|
5236
|
+
| prices | [Prices](#Prices) | no | |
|
|
5237
|
+
| id | string | yes | |
|
|
5238
|
+
| fulfilling_store | [ShipmentItemFulFillingStore](#ShipmentItemFulFillingStore) | no | |
|
|
5239
|
+
| shipment_status | [ShipmentStatus](#ShipmentStatus) | no | |
|
|
5240
|
+
| application | string | no | |
|
|
5241
|
+
| shipment_created_at | number | yes | |
|
|
5242
|
+
| fulfilling_centre | string | yes | |
|
|
5243
|
+
| total_shipments_in_order | number | yes | |
|
|
5244
|
+
| channel | string | no | |
|
|
5225
5245
|
|
|
5226
5246
|
---
|
|
5227
5247
|
|
|
5228
5248
|
|
|
5229
5249
|
|
|
5230
5250
|
|
|
5231
|
-
#### [
|
|
5251
|
+
#### [FilterInfoOption](#FilterInfoOption)
|
|
5232
5252
|
|
|
5233
5253
|
| Properties | Type | Nullable | Description |
|
|
5234
5254
|
| ---------- | ---- | -------- | ----------- |
|
|
5235
|
-
|
|
|
5236
|
-
|
|
|
5237
|
-
|
|
|
5238
|
-
| total_shipment_bags | number | yes | |
|
|
5239
|
-
| item | [PlatformItem](#PlatformItem) | no | |
|
|
5240
|
-
| item_quantity | number | yes | |
|
|
5241
|
-
| shipment_id | string | yes | |
|
|
5242
|
-
| gst | [GSTDetailsData](#GSTDetailsData) | no | |
|
|
5243
|
-
| can_return | boolean | no | |
|
|
5244
|
-
| bag_id | number | yes | |
|
|
5245
|
-
| ordering_channel | string | yes | |
|
|
5255
|
+
| value | string | no | |
|
|
5256
|
+
| name | string | no | |
|
|
5257
|
+
| text | string | yes | |
|
|
5246
5258
|
|
|
5247
5259
|
---
|
|
5248
5260
|
|
|
5249
5261
|
|
|
5250
5262
|
|
|
5251
5263
|
|
|
5252
|
-
#### [
|
|
5264
|
+
#### [FiltersInfo](#FiltersInfo)
|
|
5253
5265
|
|
|
5254
5266
|
| Properties | Type | Nullable | Description |
|
|
5255
5267
|
| ---------- | ---- | -------- | ----------- |
|
|
5256
|
-
|
|
|
5257
|
-
|
|
|
5258
|
-
|
|
|
5259
|
-
|
|
|
5260
|
-
| prices | [Prices](#Prices) | no | |
|
|
5261
|
-
| shipment_status | [ShipmentStatus](#ShipmentStatus) | no | |
|
|
5262
|
-
| payment_mode_info | [PaymentModeInfo](#PaymentModeInfo) | no | |
|
|
5263
|
-
| payment_methods | string | no | |
|
|
5264
|
-
| created_at | string | yes | |
|
|
5265
|
-
| fulfilling_centre | string | yes | |
|
|
5266
|
-
| total_shipments_in_order | number | yes | |
|
|
5267
|
-
| channel | string | no | |
|
|
5268
|
-
| user | [UserDataInfo](#UserDataInfo) | no | |
|
|
5269
|
-
| id | string | yes | |
|
|
5270
|
-
| fulfilling_store | [ShipmentItemFulFillingStore](#ShipmentItemFulFillingStore) | no | |
|
|
5271
|
-
| bags | [[BagUnit](#BagUnit)] | no | |
|
|
5268
|
+
| value | string | yes | |
|
|
5269
|
+
| type | string | yes | |
|
|
5270
|
+
| options | [[FilterInfoOption](#FilterInfoOption)] | no | |
|
|
5271
|
+
| text | string | yes | |
|
|
5272
5272
|
|
|
5273
5273
|
---
|
|
5274
5274
|
|
|
@@ -5279,10 +5279,10 @@ Sms Sent successfully
|
|
|
5279
5279
|
|
|
5280
5280
|
| Properties | Type | Nullable | Description |
|
|
5281
5281
|
| ---------- | ---- | -------- | ----------- |
|
|
5282
|
-
|
|
|
5282
|
+
| items | [[ShipmentItem](#ShipmentItem)] | no | |
|
|
5283
5283
|
| applied_filters | string | no | |
|
|
5284
5284
|
| page | string | no | |
|
|
5285
|
-
|
|
|
5285
|
+
| filters | [[FiltersInfo](#FiltersInfo)] | no | |
|
|
5286
5286
|
|
|
5287
5287
|
---
|
|
5288
5288
|
|
|
@@ -5301,161 +5301,161 @@ Sms Sent successfully
|
|
|
5301
5301
|
|
|
5302
5302
|
|
|
5303
5303
|
|
|
5304
|
-
#### [
|
|
5304
|
+
#### [ShipmentPayments](#ShipmentPayments)
|
|
5305
5305
|
|
|
5306
5306
|
| Properties | Type | Nullable | Description |
|
|
5307
5307
|
| ---------- | ---- | -------- | ----------- |
|
|
5308
|
-
|
|
|
5309
|
-
|
|
|
5310
|
-
|
|
|
5311
|
-
| shipment_id | string | no | |
|
|
5312
|
-
| id | number | no | |
|
|
5308
|
+
| mode | string | yes | |
|
|
5309
|
+
| source | string | no | |
|
|
5310
|
+
| logo | string | no | |
|
|
5313
5311
|
|
|
5314
5312
|
---
|
|
5315
5313
|
|
|
5316
5314
|
|
|
5317
5315
|
|
|
5318
5316
|
|
|
5319
|
-
#### [
|
|
5317
|
+
#### [BagStateMapper](#BagStateMapper)
|
|
5320
5318
|
|
|
5321
5319
|
| Properties | Type | Nullable | Description |
|
|
5322
5320
|
| ---------- | ---- | -------- | ----------- |
|
|
5323
|
-
|
|
|
5324
|
-
|
|
|
5325
|
-
|
|
|
5326
|
-
|
|
|
5327
|
-
|
|
|
5328
|
-
|
|
|
5329
|
-
|
|
|
5330
|
-
|
|
|
5331
|
-
|
|
|
5332
|
-
|
|
|
5333
|
-
|
|
5334
|
-
|
|
5335
|
-
|
|
5336
|
-
|
|
5337
|
-
|
|
5321
|
+
| notify_customer | boolean | no | |
|
|
5322
|
+
| app_facing | boolean | no | |
|
|
5323
|
+
| journey_type | string | yes | |
|
|
5324
|
+
| app_state_name | string | no | |
|
|
5325
|
+
| name | string | yes | |
|
|
5326
|
+
| app_display_name | string | no | |
|
|
5327
|
+
| is_active | boolean | no | |
|
|
5328
|
+
| state_type | string | yes | |
|
|
5329
|
+
| display_name | string | yes | |
|
|
5330
|
+
| bs_id | number | yes | |
|
|
5331
|
+
|
|
5332
|
+
---
|
|
5333
|
+
|
|
5334
|
+
|
|
5335
|
+
|
|
5336
|
+
|
|
5337
|
+
#### [BagStatusHistory](#BagStatusHistory)
|
|
5338
|
+
|
|
5339
|
+
| Properties | Type | Nullable | Description |
|
|
5340
|
+
| ---------- | ---- | -------- | ----------- |
|
|
5341
|
+
| forward | boolean | no | |
|
|
5342
|
+
| bag_state_mapper | [BagStateMapper](#BagStateMapper) | yes | |
|
|
5343
|
+
| created_at | string | yes | |
|
|
5344
|
+
| shipment_id | string | yes | |
|
|
5345
|
+
| delivery_awb_number | string | no | |
|
|
5346
|
+
| kafka_sync | boolean | no | |
|
|
5347
|
+
| reasons | [string] | no | |
|
|
5348
|
+
| app_display_name | boolean | no | |
|
|
5338
5349
|
| updated_at | string | no | |
|
|
5339
|
-
|
|
|
5340
|
-
|
|
|
5350
|
+
| store_id | number | yes | |
|
|
5351
|
+
| bsh_id | number | yes | |
|
|
5352
|
+
| status | string | yes | |
|
|
5353
|
+
| bag_id | number | yes | |
|
|
5354
|
+
| state_type | string | no | |
|
|
5355
|
+
| display_name | boolean | no | |
|
|
5356
|
+
| delivery_partner_id | number | no | |
|
|
5357
|
+
| state_id | number | yes | |
|
|
5341
5358
|
|
|
5342
5359
|
---
|
|
5343
5360
|
|
|
5344
5361
|
|
|
5345
5362
|
|
|
5346
5363
|
|
|
5347
|
-
#### [
|
|
5364
|
+
#### [TrackingList](#TrackingList)
|
|
5348
5365
|
|
|
5349
5366
|
| Properties | Type | Nullable | Description |
|
|
5350
5367
|
| ---------- | ---- | -------- | ----------- |
|
|
5351
|
-
|
|
|
5368
|
+
| time | string | no | |
|
|
5369
|
+
| status | string | yes | |
|
|
5370
|
+
| text | string | yes | |
|
|
5371
|
+
| is_current | boolean | no | |
|
|
5372
|
+
| is_passed | boolean | no | |
|
|
5352
5373
|
|
|
5353
5374
|
---
|
|
5354
5375
|
|
|
5355
5376
|
|
|
5356
5377
|
|
|
5357
5378
|
|
|
5358
|
-
#### [
|
|
5379
|
+
#### [ShipmentStatusData](#ShipmentStatusData)
|
|
5359
5380
|
|
|
5360
5381
|
| Properties | Type | Nullable | Description |
|
|
5361
5382
|
| ---------- | ---- | -------- | ----------- |
|
|
5362
|
-
|
|
|
5363
|
-
|
|
|
5364
|
-
|
|
|
5365
|
-
|
|
|
5366
|
-
|
|
|
5367
|
-
| identifiers | [Identifier](#Identifier) | yes | |
|
|
5368
|
-
| gst_tag | string | yes | |
|
|
5369
|
-
| delivery_charge | number | yes | |
|
|
5370
|
-
| fynd_credits | number | yes | |
|
|
5371
|
-
| transfer_price | number | yes | |
|
|
5372
|
-
| coupon_value | number | yes | |
|
|
5373
|
-
| hsn_code | string | yes | |
|
|
5374
|
-
| cashback_applied | number | yes | |
|
|
5375
|
-
| item_name | string | yes | |
|
|
5376
|
-
| discount | number | yes | |
|
|
5377
|
-
| cashback | number | yes | |
|
|
5378
|
-
| refund_credit | number | yes | |
|
|
5379
|
-
| pm_price_split | string | yes | |
|
|
5380
|
-
| gst_fee | string | yes | |
|
|
5381
|
-
| price_effective | number | yes | |
|
|
5382
|
-
| brand_calculated_amount | number | yes | |
|
|
5383
|
-
| cod_charges | number | yes | |
|
|
5384
|
-
| coupon_effective_discount | number | yes | |
|
|
5385
|
-
| tax_collected_at_source | number | no | |
|
|
5386
|
-
| total_units | number | yes | |
|
|
5387
|
-
| price_marked | number | yes | |
|
|
5388
|
-
| promotion_effective_discount | number | yes | |
|
|
5389
|
-
| size | string | yes | |
|
|
5383
|
+
| created_at | string | no | |
|
|
5384
|
+
| shipment_id | string | no | |
|
|
5385
|
+
| bag_list | [number] | no | |
|
|
5386
|
+
| status | string | no | |
|
|
5387
|
+
| id | number | no | |
|
|
5390
5388
|
|
|
5391
5389
|
---
|
|
5392
5390
|
|
|
5393
5391
|
|
|
5394
5392
|
|
|
5395
5393
|
|
|
5396
|
-
#### [
|
|
5394
|
+
#### [UserDetailsData](#UserDetailsData)
|
|
5397
5395
|
|
|
5398
5396
|
| Properties | Type | Nullable | Description |
|
|
5399
5397
|
| ---------- | ---- | -------- | ----------- |
|
|
5400
|
-
|
|
|
5401
|
-
|
|
|
5402
|
-
|
|
|
5403
|
-
|
|
|
5404
|
-
|
|
|
5405
|
-
|
|
|
5406
|
-
|
|
|
5407
|
-
|
|
|
5398
|
+
| city | string | yes | |
|
|
5399
|
+
| phone | string | yes | |
|
|
5400
|
+
| pincode | string | yes | |
|
|
5401
|
+
| email | string | yes | |
|
|
5402
|
+
| name | string | yes | |
|
|
5403
|
+
| address | string | yes | |
|
|
5404
|
+
| state | string | yes | |
|
|
5405
|
+
| country | string | yes | |
|
|
5408
5406
|
|
|
5409
5407
|
---
|
|
5410
5408
|
|
|
5411
5409
|
|
|
5412
5410
|
|
|
5413
5411
|
|
|
5414
|
-
#### [
|
|
5412
|
+
#### [DPDetailsData](#DPDetailsData)
|
|
5415
5413
|
|
|
5416
5414
|
| Properties | Type | Nullable | Description |
|
|
5417
5415
|
| ---------- | ---- | -------- | ----------- |
|
|
5418
|
-
|
|
|
5419
|
-
|
|
|
5420
|
-
|
|
|
5421
|
-
|
|
|
5422
|
-
|
|
|
5423
|
-
|
|
|
5416
|
+
| eway_bill_id | string | no | |
|
|
5417
|
+
| track_url | string | no | |
|
|
5418
|
+
| pincode | string | no | |
|
|
5419
|
+
| name | string | no | |
|
|
5420
|
+
| gst_tag | string | no | |
|
|
5421
|
+
| id | string | no | |
|
|
5422
|
+
| country | string | no | |
|
|
5423
|
+
| awb_no | string | no | |
|
|
5424
5424
|
|
|
5425
5425
|
---
|
|
5426
5426
|
|
|
5427
5427
|
|
|
5428
5428
|
|
|
5429
5429
|
|
|
5430
|
-
#### [
|
|
5430
|
+
#### [ItemCriterias](#ItemCriterias)
|
|
5431
5431
|
|
|
5432
5432
|
| Properties | Type | Nullable | Description |
|
|
5433
5433
|
| ---------- | ---- | -------- | ----------- |
|
|
5434
|
-
|
|
|
5435
|
-
| type | string | no | |
|
|
5434
|
+
| item_brand | [number] | no | |
|
|
5436
5435
|
|
|
5437
5436
|
---
|
|
5438
5437
|
|
|
5439
5438
|
|
|
5440
5439
|
|
|
5441
5440
|
|
|
5442
|
-
#### [
|
|
5441
|
+
#### [BuyRules](#BuyRules)
|
|
5443
5442
|
|
|
5444
5443
|
| Properties | Type | Nullable | Description |
|
|
5445
5444
|
| ---------- | ---- | -------- | ----------- |
|
|
5446
|
-
|
|
|
5445
|
+
| item_criteria | [ItemCriterias](#ItemCriterias) | no | |
|
|
5446
|
+
| cart_conditions | string | no | |
|
|
5447
5447
|
|
|
5448
5448
|
---
|
|
5449
5449
|
|
|
5450
5450
|
|
|
5451
5451
|
|
|
5452
5452
|
|
|
5453
|
-
#### [
|
|
5453
|
+
#### [DiscountRules](#DiscountRules)
|
|
5454
5454
|
|
|
5455
5455
|
| Properties | Type | Nullable | Description |
|
|
5456
5456
|
| ---------- | ---- | -------- | ----------- |
|
|
5457
|
-
|
|
|
5458
|
-
|
|
|
5457
|
+
| value | number | no | |
|
|
5458
|
+
| type | string | no | |
|
|
5459
5459
|
|
|
5460
5460
|
---
|
|
5461
5461
|
|
|
@@ -5466,13 +5466,13 @@ Sms Sent successfully
|
|
|
5466
5466
|
|
|
5467
5467
|
| Properties | Type | Nullable | Description |
|
|
5468
5468
|
| ---------- | ---- | -------- | ----------- |
|
|
5469
|
-
|
|
|
5469
|
+
| promotion_name | string | no | |
|
|
5470
5470
|
| amount | number | no | |
|
|
5471
|
+
| buy_rules | [[BuyRules](#BuyRules)] | no | |
|
|
5472
|
+
| promo_id | string | no | |
|
|
5473
|
+
| discount_rules | [[DiscountRules](#DiscountRules)] | no | |
|
|
5471
5474
|
| mrp_promotion | boolean | no | |
|
|
5472
5475
|
| article_quantity | number | no | |
|
|
5473
|
-
| promotion_name | string | no | |
|
|
5474
|
-
| promo_id | string | no | |
|
|
5475
|
-
| buy_rules | [[BuyRules](#BuyRules)] | no | |
|
|
5476
5476
|
| promotion_type | string | no | |
|
|
5477
5477
|
|
|
5478
5478
|
---
|
|
@@ -5480,189 +5480,189 @@ Sms Sent successfully
|
|
|
5480
5480
|
|
|
5481
5481
|
|
|
5482
5482
|
|
|
5483
|
-
#### [
|
|
5483
|
+
#### [BagConfigs](#BagConfigs)
|
|
5484
5484
|
|
|
5485
5485
|
| Properties | Type | Nullable | Description |
|
|
5486
5486
|
| ---------- | ---- | -------- | ----------- |
|
|
5487
|
-
|
|
|
5488
|
-
|
|
|
5489
|
-
|
|
|
5490
|
-
|
|
|
5491
|
-
|
|
|
5492
|
-
|
|
|
5487
|
+
| enable_tracking | boolean | yes | |
|
|
5488
|
+
| can_be_cancelled | boolean | yes | |
|
|
5489
|
+
| is_customer_return_allowed | boolean | yes | |
|
|
5490
|
+
| is_active | boolean | yes | |
|
|
5491
|
+
| allow_force_return | boolean | yes | |
|
|
5492
|
+
| is_returnable | boolean | yes | |
|
|
5493
5493
|
|
|
5494
5494
|
---
|
|
5495
5495
|
|
|
5496
5496
|
|
|
5497
5497
|
|
|
5498
5498
|
|
|
5499
|
-
#### [
|
|
5499
|
+
#### [Identifier](#Identifier)
|
|
5500
5500
|
|
|
5501
5501
|
| Properties | Type | Nullable | Description |
|
|
5502
5502
|
| ---------- | ---- | -------- | ----------- |
|
|
5503
|
-
|
|
|
5504
|
-
| identifiers | string | no | |
|
|
5505
|
-
| return_config | string | no | |
|
|
5503
|
+
| ean | string | no | |
|
|
5506
5504
|
|
|
5507
5505
|
---
|
|
5508
5506
|
|
|
5509
5507
|
|
|
5510
5508
|
|
|
5511
5509
|
|
|
5512
|
-
#### [
|
|
5510
|
+
#### [FinancialBreakup](#FinancialBreakup)
|
|
5513
5511
|
|
|
5514
5512
|
| Properties | Type | Nullable | Description |
|
|
5515
5513
|
| ---------- | ---- | -------- | ----------- |
|
|
5516
|
-
|
|
|
5517
|
-
|
|
|
5518
|
-
|
|
|
5519
|
-
|
|
|
5520
|
-
|
|
|
5521
|
-
|
|
|
5522
|
-
|
|
|
5523
|
-
|
|
|
5524
|
-
|
|
|
5525
|
-
|
|
|
5526
|
-
|
|
|
5527
|
-
|
|
|
5528
|
-
|
|
|
5529
|
-
|
|
|
5530
|
-
|
|
|
5531
|
-
|
|
|
5532
|
-
|
|
|
5533
|
-
|
|
|
5534
|
-
|
|
|
5535
|
-
|
|
|
5514
|
+
| coupon_value | number | yes | |
|
|
5515
|
+
| gst_fee | string | yes | |
|
|
5516
|
+
| hsn_code | string | yes | |
|
|
5517
|
+
| delivery_charge | number | yes | |
|
|
5518
|
+
| transfer_price | number | yes | |
|
|
5519
|
+
| amount_paid | number | yes | |
|
|
5520
|
+
| price_effective | number | yes | |
|
|
5521
|
+
| total_units | number | yes | |
|
|
5522
|
+
| discount | number | yes | |
|
|
5523
|
+
| refund_credit | number | yes | |
|
|
5524
|
+
| item_name | string | yes | |
|
|
5525
|
+
| cashback_applied | number | yes | |
|
|
5526
|
+
| gst_tax_percentage | number | yes | |
|
|
5527
|
+
| brand_calculated_amount | number | yes | |
|
|
5528
|
+
| value_of_good | number | yes | |
|
|
5529
|
+
| tax_collected_at_source | number | no | |
|
|
5530
|
+
| cashback | number | yes | |
|
|
5531
|
+
| size | string | yes | |
|
|
5532
|
+
| promotion_effective_discount | number | yes | |
|
|
5533
|
+
| pm_price_split | string | yes | |
|
|
5534
|
+
| cod_charges | number | yes | |
|
|
5535
|
+
| identifiers | [Identifier](#Identifier) | yes | |
|
|
5536
|
+
| gst_tag | string | yes | |
|
|
5537
|
+
| coupon_effective_discount | number | yes | |
|
|
5538
|
+
| amount_paid_roundoff | number | no | |
|
|
5539
|
+
| added_to_fynd_cash | boolean | yes | |
|
|
5540
|
+
| fynd_credits | number | yes | |
|
|
5541
|
+
| price_marked | number | yes | |
|
|
5536
5542
|
|
|
5537
5543
|
---
|
|
5538
5544
|
|
|
5539
5545
|
|
|
5540
5546
|
|
|
5541
5547
|
|
|
5542
|
-
#### [
|
|
5548
|
+
#### [PlatformDeliveryAddress](#PlatformDeliveryAddress)
|
|
5543
5549
|
|
|
5544
5550
|
| Properties | Type | Nullable | Description |
|
|
5545
5551
|
| ---------- | ---- | -------- | ----------- |
|
|
5546
|
-
|
|
|
5547
|
-
|
|
|
5548
|
-
| phone | string |
|
|
5549
|
-
|
|
|
5550
|
-
|
|
|
5551
|
-
|
|
|
5552
|
-
|
|
|
5553
|
-
|
|
|
5552
|
+
| area | string | no | |
|
|
5553
|
+
| city | string | no | |
|
|
5554
|
+
| phone | string | no | |
|
|
5555
|
+
| created_at | string | no | |
|
|
5556
|
+
| address_category | string | no | |
|
|
5557
|
+
| pincode | string | no | |
|
|
5558
|
+
| landmark | string | no | |
|
|
5559
|
+
| longitude | number | no | |
|
|
5560
|
+
| email | string | no | |
|
|
5561
|
+
| latitude | number | no | |
|
|
5562
|
+
| address2 | string | no | |
|
|
5563
|
+
| updated_at | string | no | |
|
|
5564
|
+
| address1 | string | no | |
|
|
5565
|
+
| contact_person | string | no | |
|
|
5566
|
+
| address_type | string | no | |
|
|
5567
|
+
| state | string | no | |
|
|
5568
|
+
| country | string | no | |
|
|
5569
|
+
| version | string | no | |
|
|
5554
5570
|
|
|
5555
5571
|
---
|
|
5556
5572
|
|
|
5557
5573
|
|
|
5558
5574
|
|
|
5559
5575
|
|
|
5560
|
-
#### [
|
|
5576
|
+
#### [OrderBrandName](#OrderBrandName)
|
|
5561
5577
|
|
|
5562
5578
|
| Properties | Type | Nullable | Description |
|
|
5563
5579
|
| ---------- | ---- | -------- | ----------- |
|
|
5564
|
-
|
|
|
5565
|
-
|
|
|
5566
|
-
|
|
|
5567
|
-
|
|
|
5568
|
-
|
|
|
5569
|
-
|
|
|
5570
|
-
| tax_details | string | no | |
|
|
5571
|
-
| ordering_channel_logo | string | no | |
|
|
5572
|
-
| ordering_channel | string | no | |
|
|
5580
|
+
| company | string | yes | |
|
|
5581
|
+
| modified_on | number | no | |
|
|
5582
|
+
| id | number | yes | |
|
|
5583
|
+
| brand_name | string | yes | |
|
|
5584
|
+
| created_on | number | yes | |
|
|
5585
|
+
| logo | string | yes | |
|
|
5573
5586
|
|
|
5574
5587
|
---
|
|
5575
5588
|
|
|
5576
5589
|
|
|
5577
5590
|
|
|
5578
5591
|
|
|
5579
|
-
#### [
|
|
5592
|
+
#### [BagGST](#BagGST)
|
|
5580
5593
|
|
|
5581
5594
|
| Properties | Type | Nullable | Description |
|
|
5582
5595
|
| ---------- | ---- | -------- | ----------- |
|
|
5583
|
-
|
|
|
5584
|
-
|
|
|
5585
|
-
|
|
|
5586
|
-
|
|
|
5587
|
-
|
|
|
5596
|
+
| is_default_hsn_code | boolean | no | |
|
|
5597
|
+
| gst_tax_percentage | number | no | |
|
|
5598
|
+
| gst_tag | string | no | |
|
|
5599
|
+
| brand_calculated_amount | number | no | |
|
|
5600
|
+
| value_of_good | number | no | |
|
|
5601
|
+
| gstin_code | string | no | |
|
|
5602
|
+
| gst_fee | number | no | |
|
|
5603
|
+
| hsn_code | string | no | |
|
|
5588
5604
|
|
|
5589
5605
|
---
|
|
5590
5606
|
|
|
5591
5607
|
|
|
5592
5608
|
|
|
5593
5609
|
|
|
5594
|
-
#### [
|
|
5610
|
+
#### [OrderBagArticle](#OrderBagArticle)
|
|
5595
5611
|
|
|
5596
5612
|
| Properties | Type | Nullable | Description |
|
|
5597
5613
|
| ---------- | ---- | -------- | ----------- |
|
|
5598
|
-
|
|
|
5599
|
-
|
|
|
5600
|
-
|
|
|
5601
|
-
| awb_no | string | no | |
|
|
5602
|
-
| country | string | no | |
|
|
5603
|
-
| eway_bill_id | string | no | |
|
|
5604
|
-
| gst_tag | string | no | |
|
|
5605
|
-
| id | string | no | |
|
|
5614
|
+
| uid | string | no | |
|
|
5615
|
+
| return_config | string | no | |
|
|
5616
|
+
| identifiers | string | no | |
|
|
5606
5617
|
|
|
5607
5618
|
---
|
|
5608
5619
|
|
|
5609
5620
|
|
|
5610
5621
|
|
|
5611
5622
|
|
|
5612
|
-
#### [
|
|
5623
|
+
#### [OrderBags](#OrderBags)
|
|
5613
5624
|
|
|
5614
5625
|
| Properties | Type | Nullable | Description |
|
|
5615
5626
|
| ---------- | ---- | -------- | ----------- |
|
|
5616
|
-
|
|
|
5617
|
-
|
|
|
5618
|
-
|
|
|
5627
|
+
| identifier | string | no | |
|
|
5628
|
+
| prices | [Prices](#Prices) | no | |
|
|
5629
|
+
| display_name | string | no | |
|
|
5630
|
+
| can_cancel | boolean | no | |
|
|
5631
|
+
| quantity | number | no | |
|
|
5632
|
+
| parent_promo_bags | string | no | |
|
|
5633
|
+
| applied_promos | [[AppliedPromos](#AppliedPromos)] | no | |
|
|
5634
|
+
| bag_configs | [BagConfigs](#BagConfigs) | no | |
|
|
5635
|
+
| current_status | string | no | |
|
|
5636
|
+
| financial_breakup | [[FinancialBreakup](#FinancialBreakup)] | no | |
|
|
5637
|
+
| delivery_address | [PlatformDeliveryAddress](#PlatformDeliveryAddress) | no | |
|
|
5638
|
+
| seller_identifier | string | no | |
|
|
5639
|
+
| item | [PlatformItem](#PlatformItem) | no | |
|
|
5640
|
+
| brand | [OrderBrandName](#OrderBrandName) | no | |
|
|
5641
|
+
| gst_details | [BagGST](#BagGST) | no | |
|
|
5642
|
+
| entity_type | string | no | |
|
|
5643
|
+
| line_number | number | no | |
|
|
5644
|
+
| bag_id | number | yes | |
|
|
5645
|
+
| can_return | boolean | no | |
|
|
5646
|
+
| article | [OrderBagArticle](#OrderBagArticle) | no | |
|
|
5619
5647
|
|
|
5620
5648
|
---
|
|
5621
5649
|
|
|
5622
5650
|
|
|
5623
5651
|
|
|
5624
5652
|
|
|
5625
|
-
#### [
|
|
5653
|
+
#### [OrderDetailsData](#OrderDetailsData)
|
|
5626
5654
|
|
|
5627
5655
|
| Properties | Type | Nullable | Description |
|
|
5628
5656
|
| ---------- | ---- | -------- | ----------- |
|
|
5629
|
-
|
|
|
5630
|
-
|
|
|
5631
|
-
|
|
|
5632
|
-
|
|
|
5633
|
-
|
|
|
5634
|
-
|
|
|
5635
|
-
|
|
|
5636
|
-
|
|
|
5637
|
-
|
|
|
5638
|
-
| journey_type | string | yes | |
|
|
5639
|
-
|
|
5640
|
-
---
|
|
5641
|
-
|
|
5642
|
-
|
|
5643
|
-
|
|
5644
|
-
|
|
5645
|
-
#### [BagStatusHistory](#BagStatusHistory)
|
|
5646
|
-
|
|
5647
|
-
| Properties | Type | Nullable | Description |
|
|
5648
|
-
| ---------- | ---- | -------- | ----------- |
|
|
5649
|
-
| state_type | string | no | |
|
|
5650
|
-
| status | string | yes | |
|
|
5651
|
-
| created_at | string | yes | |
|
|
5652
|
-
| bsh_id | number | yes | |
|
|
5653
|
-
| bag_state_mapper | [BagStateMapper](#BagStateMapper) | yes | |
|
|
5654
|
-
| delivery_partner_id | number | no | |
|
|
5655
|
-
| store_id | number | yes | |
|
|
5656
|
-
| shipment_id | string | yes | |
|
|
5657
|
-
| state_id | number | yes | |
|
|
5658
|
-
| display_name | boolean | no | |
|
|
5659
|
-
| forward | boolean | no | |
|
|
5660
|
-
| delivery_awb_number | string | no | |
|
|
5661
|
-
| app_display_name | boolean | no | |
|
|
5662
|
-
| updated_at | string | no | |
|
|
5663
|
-
| kafka_sync | boolean | no | |
|
|
5664
|
-
| bag_id | number | yes | |
|
|
5665
|
-
| reasons | [string] | no | |
|
|
5657
|
+
| cod_charges | string | no | |
|
|
5658
|
+
| ordering_channel | string | no | |
|
|
5659
|
+
| ordering_channel_logo | string | no | |
|
|
5660
|
+
| order_value | string | no | |
|
|
5661
|
+
| source | string | no | |
|
|
5662
|
+
| fynd_order_id | string | yes | |
|
|
5663
|
+
| order_date | string | no | |
|
|
5664
|
+
| tax_details | string | no | |
|
|
5665
|
+
| affiliate_id | string | no | |
|
|
5666
5666
|
|
|
5667
5667
|
---
|
|
5668
5668
|
|
|
@@ -5673,18 +5673,18 @@ Sms Sent successfully
|
|
|
5673
5673
|
|
|
5674
5674
|
| Properties | Type | Nullable | Description |
|
|
5675
5675
|
| ---------- | ---- | -------- | ----------- |
|
|
5676
|
-
|
|
|
5677
|
-
| pincode | string | yes | |
|
|
5678
|
-
| store_name | string | yes | |
|
|
5676
|
+
| code | string | yes | |
|
|
5679
5677
|
| phone | string | yes | |
|
|
5678
|
+
| store_name | string | yes | |
|
|
5680
5679
|
| city | string | yes | |
|
|
5681
|
-
|
|
|
5682
|
-
| id | string | yes | |
|
|
5680
|
+
| pincode | string | yes | |
|
|
5683
5681
|
| address | string | yes | |
|
|
5684
|
-
| state | string | yes | |
|
|
5685
|
-
| meta | string | yes | |
|
|
5686
5682
|
| contact_person | string | yes | |
|
|
5687
|
-
|
|
|
5683
|
+
| id | string | yes | |
|
|
5684
|
+
| meta | string | yes | |
|
|
5685
|
+
| country | string | yes | |
|
|
5686
|
+
| state | string | yes | |
|
|
5687
|
+
| fulfillment_channel | string | yes | |
|
|
5688
5688
|
|
|
5689
5689
|
---
|
|
5690
5690
|
|
|
@@ -5695,81 +5695,81 @@ Sms Sent successfully
|
|
|
5695
5695
|
|
|
5696
5696
|
| Properties | Type | Nullable | Description |
|
|
5697
5697
|
| ---------- | ---- | -------- | ----------- |
|
|
5698
|
-
|
|
|
5699
|
-
|
|
|
5700
|
-
|
|
|
5701
|
-
|
|
|
5698
|
+
| payments | [ShipmentPayments](#ShipmentPayments) | no | |
|
|
5699
|
+
| bag_status_history | [[BagStatusHistory](#BagStatusHistory)] | no | |
|
|
5700
|
+
| fyndstore_emp | string | yes | |
|
|
5701
|
+
| tracking_list | [[TrackingList](#TrackingList)] | no | |
|
|
5702
|
+
| payment_mode | string | no | |
|
|
5703
|
+
| lock_status | string | yes | |
|
|
5704
|
+
| items | [string] | yes | |
|
|
5705
|
+
| vertical | string | no | |
|
|
5706
|
+
| operational_status | string | no | |
|
|
5707
|
+
| delivery_slot | string | no | |
|
|
5702
5708
|
| prices | [Prices](#Prices) | no | |
|
|
5703
|
-
|
|
|
5704
|
-
|
|
|
5705
|
-
|
|
|
5709
|
+
| status | [ShipmentStatusData](#ShipmentStatusData) | no | |
|
|
5710
|
+
| delivery_details | [UserDetailsData](#UserDetailsData) | no | |
|
|
5711
|
+
| journey_type | string | no | |
|
|
5706
5712
|
| ordering_store | string | yes | |
|
|
5707
|
-
|
|
|
5708
|
-
|
|
|
5709
|
-
|
|
|
5710
|
-
|
|
|
5711
|
-
|
|
|
5712
|
-
|
|
|
5713
|
+
| is_packaging_order | boolean | yes | |
|
|
5714
|
+
| secured_delivery_flag | string | no | |
|
|
5715
|
+
| coupon | string | no | |
|
|
5716
|
+
| can_cancel | boolean | no | |
|
|
5717
|
+
| enable_tracking | boolean | no | |
|
|
5718
|
+
| is_fynd_coupon | boolean | yes | |
|
|
5719
|
+
| go_green | boolean | no | |
|
|
5720
|
+
| shipment_id | string | yes | |
|
|
5713
5721
|
| due_date | string | no | |
|
|
5714
|
-
|
|
|
5715
|
-
| pay_button | string | no | |
|
|
5716
|
-
| journey_type | string | no | |
|
|
5717
|
-
| gst_details | [GSTDetailsData](#GSTDetailsData) | no | |
|
|
5718
|
-
| packaging_type | string | no | |
|
|
5719
|
-
| user_agent | string | no | |
|
|
5720
|
-
| is_pdsr | string | no | |
|
|
5721
|
-
| bags | [[OrderBags](#OrderBags)] | no | |
|
|
5722
|
-
| forward_tracking_list | [string] | no | |
|
|
5723
|
-
| platform_logo | boolean | yes | |
|
|
5722
|
+
| company | string | yes | |
|
|
5724
5723
|
| is_not_fynd_source | boolean | yes | |
|
|
5725
|
-
|
|
|
5726
|
-
|
|
|
5727
|
-
|
|
|
5724
|
+
| pay_button | string | no | |
|
|
5725
|
+
| order_type | string | yes | |
|
|
5726
|
+
| current_shipment_status | string | yes | |
|
|
5727
|
+
| shipment_status | string | no | |
|
|
5728
|
+
| tracking_url | string | yes | |
|
|
5728
5729
|
| user_info | string | no | |
|
|
5729
|
-
|
|
|
5730
|
-
|
|
|
5731
|
-
|
|
|
5730
|
+
| bank_data | string | no | |
|
|
5731
|
+
| dp_details | [DPDetailsData](#DPDetailsData) | no | |
|
|
5732
|
+
| delivery_status | [string] | yes | |
|
|
5733
|
+
| refund_details | string | no | |
|
|
5732
5734
|
| picked_date | string | no | |
|
|
5733
|
-
| coupon | string | no | |
|
|
5734
|
-
| shipment_images | [string] | no | |
|
|
5735
|
-
| order_status | string | yes | |
|
|
5736
|
-
| delivery_slot | string | no | |
|
|
5737
|
-
| email_id | string | yes | |
|
|
5738
|
-
| enable_dp_tracking | string | no | |
|
|
5739
|
-
| company | string | yes | |
|
|
5740
|
-
| order_type | string | yes | |
|
|
5741
|
-
| kirana_store_id | string | no | |
|
|
5742
|
-
| vertical | string | no | |
|
|
5743
5735
|
| forward_order_status | [string] | no | |
|
|
5744
|
-
|
|
|
5745
|
-
|
|
|
5746
|
-
|
|
|
5747
|
-
|
|
|
5736
|
+
| enable_dp_tracking | string | no | |
|
|
5737
|
+
| shipment_quantity | number | no | |
|
|
5738
|
+
| billing_details | [UserDetailsData](#UserDetailsData) | no | |
|
|
5739
|
+
| bags | [[OrderBags](#OrderBags)] | no | |
|
|
5740
|
+
| packaging_type | string | no | |
|
|
5741
|
+
| email_id | string | yes | |
|
|
5742
|
+
| total_bags | number | no | |
|
|
5743
|
+
| credit_note_id | string | yes | |
|
|
5748
5744
|
| is_invoiced | boolean | yes | |
|
|
5749
|
-
|
|
|
5750
|
-
|
|
|
5745
|
+
| custom_meta | [string] | no | |
|
|
5746
|
+
| can_break | string | yes | |
|
|
5747
|
+
| forward_shipment_status | [string] | no | |
|
|
5748
|
+
| affiliate_shipment_id | string | yes | |
|
|
5749
|
+
| status_progress | number | yes | |
|
|
5751
5750
|
| is_fynd_store | string | no | |
|
|
5751
|
+
| escalation | string | no | |
|
|
5752
|
+
| order_status | string | yes | |
|
|
5752
5753
|
| user_id | string | yes | |
|
|
5753
|
-
|
|
|
5754
|
-
|
|
|
5755
|
-
|
|
|
5756
|
-
|
|
|
5757
|
-
|
|
|
5758
|
-
| can_return | boolean | no | |
|
|
5759
|
-
| mid | string | no | |
|
|
5760
|
-
| bag_status_history | [[BagStatusHistory](#BagStatusHistory)] | no | |
|
|
5761
|
-
| tracking_url | string | yes | |
|
|
5762
|
-
| fulfilling_store | [FulfillingStore](#FulfillingStore) | no | |
|
|
5763
|
-
| delivery_status | [string] | yes | |
|
|
5764
|
-
| fyndstore_emp | string | yes | |
|
|
5765
|
-
| billing_details | [UserDetailsData](#UserDetailsData) | no | |
|
|
5754
|
+
| total_items | number | no | |
|
|
5755
|
+
| gst_details | [GSTDetailsData](#GSTDetailsData) | no | |
|
|
5756
|
+
| child_nodes | [string] | no | |
|
|
5757
|
+
| replacement_details | string | no | |
|
|
5758
|
+
| kirana_store_id | string | no | |
|
|
5766
5759
|
| priority_text | string | no | |
|
|
5760
|
+
| is_pdsr | string | no | |
|
|
5767
5761
|
| order_created_time | string | no | |
|
|
5768
|
-
|
|
|
5769
|
-
|
|
|
5770
|
-
|
|
|
5771
|
-
|
|
|
5772
|
-
|
|
|
5762
|
+
| order | [OrderDetailsData](#OrderDetailsData) | no | |
|
|
5763
|
+
| fulfilling_store | [FulfillingStore](#FulfillingStore) | no | |
|
|
5764
|
+
| invoice | string | yes | |
|
|
5765
|
+
| mid | string | no | |
|
|
5766
|
+
| platform_logo | boolean | yes | |
|
|
5767
|
+
| beneficiary_details | boolean | no | |
|
|
5768
|
+
| can_return | boolean | no | |
|
|
5769
|
+
| refund_text | string | no | |
|
|
5770
|
+
| user_agent | string | no | |
|
|
5771
|
+
| shipment_images | [string] | no | |
|
|
5772
|
+
| forward_tracking_list | [string] | no | |
|
|
5773
5773
|
|
|
5774
5774
|
---
|
|
5775
5775
|
|
|
@@ -5782,8 +5782,8 @@ Sms Sent successfully
|
|
|
5782
5782
|
| ---------- | ---- | -------- | ----------- |
|
|
5783
5783
|
| prices | [Prices](#Prices) | no | |
|
|
5784
5784
|
| order_date | string | yes | |
|
|
5785
|
-
| shipment_count | number | yes | |
|
|
5786
5785
|
| fynd_order_id | string | yes | |
|
|
5786
|
+
| shipment_count | number | yes | |
|
|
5787
5787
|
|
|
5788
5788
|
---
|
|
5789
5789
|
|
|
@@ -5794,37 +5794,37 @@ Sms Sent successfully
|
|
|
5794
5794
|
|
|
5795
5795
|
| Properties | Type | Nullable | Description |
|
|
5796
5796
|
| ---------- | ---- | -------- | ----------- |
|
|
5797
|
-
|
|
|
5798
|
-
|
|
|
5797
|
+
| payments | [ShipmentPayments](#ShipmentPayments) | no | |
|
|
5798
|
+
| bag_status_history | [[BagStatusHistory](#BagStatusHistory)] | no | |
|
|
5799
|
+
| tracking_list | [[TrackingList](#TrackingList)] | no | |
|
|
5800
|
+
| payment_mode | string | no | |
|
|
5801
|
+
| vertical | string | no | |
|
|
5802
|
+
| operational_status | string | no | |
|
|
5803
|
+
| delivery_slot | string | no | |
|
|
5799
5804
|
| prices | [Prices](#Prices) | no | |
|
|
5800
|
-
|
|
|
5801
|
-
| total_bags | number | no | |
|
|
5802
|
-
| journey_type | string | no | |
|
|
5803
|
-
| gst_details | [GSTDetailsData](#GSTDetailsData) | no | |
|
|
5804
|
-
| packaging_type | string | no | |
|
|
5805
|
-
| user_agent | string | no | |
|
|
5806
|
-
| bags | [[OrderBags](#OrderBags)] | no | |
|
|
5807
|
-
| platform_logo | string | no | |
|
|
5805
|
+
| status | [ShipmentStatusData](#ShipmentStatusData) | no | |
|
|
5808
5806
|
| delivery_details | [UserDetailsData](#UserDetailsData) | no | |
|
|
5809
|
-
|
|
|
5810
|
-
| shipment_quantity | number | no | |
|
|
5811
|
-
| picked_date | string | no | |
|
|
5807
|
+
| journey_type | string | no | |
|
|
5812
5808
|
| coupon | string | no | |
|
|
5813
|
-
| shipment_images | [string] | no | |
|
|
5814
|
-
| delivery_slot | string | no | |
|
|
5815
|
-
| enable_dp_tracking | string | no | |
|
|
5816
|
-
| vertical | string | no | |
|
|
5817
|
-
| payment_mode | string | no | |
|
|
5818
|
-
| operational_status | string | no | |
|
|
5819
5809
|
| shipment_id | string | yes | |
|
|
5820
|
-
|
|
|
5821
|
-
| tracking_list | [[TrackingList](#TrackingList)] | no | |
|
|
5810
|
+
| shipment_status | string | no | |
|
|
5822
5811
|
| dp_details | [DPDetailsData](#DPDetailsData) | no | |
|
|
5823
|
-
|
|
|
5824
|
-
|
|
|
5825
|
-
|
|
|
5812
|
+
| picked_date | string | no | |
|
|
5813
|
+
| enable_dp_tracking | string | no | |
|
|
5814
|
+
| shipment_quantity | number | no | |
|
|
5826
5815
|
| billing_details | [UserDetailsData](#UserDetailsData) | no | |
|
|
5816
|
+
| bags | [[OrderBags](#OrderBags)] | no | |
|
|
5817
|
+
| packaging_type | string | no | |
|
|
5818
|
+
| total_bags | number | no | |
|
|
5819
|
+
| custom_meta | [string] | no | |
|
|
5820
|
+
| total_items | number | no | |
|
|
5821
|
+
| gst_details | [GSTDetailsData](#GSTDetailsData) | no | |
|
|
5827
5822
|
| priority_text | string | no | |
|
|
5823
|
+
| order | [OrderDetailsData](#OrderDetailsData) | no | |
|
|
5824
|
+
| fulfilling_store | [FulfillingStore](#FulfillingStore) | no | |
|
|
5825
|
+
| platform_logo | string | no | |
|
|
5826
|
+
| user_agent | string | no | |
|
|
5827
|
+
| shipment_images | [string] | no | |
|
|
5828
5828
|
|
|
5829
5829
|
---
|
|
5830
5830
|
|
|
@@ -5835,10 +5835,10 @@ Sms Sent successfully
|
|
|
5835
5835
|
|
|
5836
5836
|
| Properties | Type | Nullable | Description |
|
|
5837
5837
|
| ---------- | ---- | -------- | ----------- |
|
|
5838
|
-
| success | boolean | yes | |
|
|
5839
5838
|
| order | [OrderDict](#OrderDict) | no | |
|
|
5840
|
-
|
|
|
5839
|
+
| success | boolean | yes | |
|
|
5841
5840
|
| custom_meta | [string] | no | |
|
|
5841
|
+
| shipments | [[PlatformShipment](#PlatformShipment)] | no | |
|
|
5842
5842
|
|
|
5843
5843
|
---
|
|
5844
5844
|
|
|
@@ -5849,11 +5849,11 @@ Sms Sent successfully
|
|
|
5849
5849
|
|
|
5850
5850
|
| Properties | Type | Nullable | Description |
|
|
5851
5851
|
| ---------- | ---- | -------- | ----------- |
|
|
5852
|
+
| actions | [string] | no | |
|
|
5852
5853
|
| total_items | number | no | |
|
|
5853
5854
|
| text | string | no | |
|
|
5854
5855
|
| value | string | no | |
|
|
5855
5856
|
| index | number | no | |
|
|
5856
|
-
| actions | [string] | no | |
|
|
5857
5857
|
|
|
5858
5858
|
---
|
|
5859
5859
|
|
|
@@ -5864,10 +5864,10 @@ Sms Sent successfully
|
|
|
5864
5864
|
|
|
5865
5865
|
| Properties | Type | Nullable | Description |
|
|
5866
5866
|
| ---------- | ---- | -------- | ----------- |
|
|
5867
|
-
| options | [[SubLane](#SubLane)] | no | |
|
|
5868
5867
|
| value | string | yes | |
|
|
5869
|
-
| text | string | yes | |
|
|
5870
5868
|
| total_items | number | no | |
|
|
5869
|
+
| options | [[SubLane](#SubLane)] | no | |
|
|
5870
|
+
| text | string | yes | |
|
|
5871
5871
|
|
|
5872
5872
|
---
|
|
5873
5873
|
|
|
@@ -5885,25 +5885,25 @@ Sms Sent successfully
|
|
|
5885
5885
|
|
|
5886
5886
|
|
|
5887
5887
|
|
|
5888
|
-
#### [
|
|
5888
|
+
#### [PlatformBreakupValues](#PlatformBreakupValues)
|
|
5889
5889
|
|
|
5890
5890
|
| Properties | Type | Nullable | Description |
|
|
5891
5891
|
| ---------- | ---- | -------- | ----------- |
|
|
5892
|
+
| value | string | no | |
|
|
5892
5893
|
| name | string | no | |
|
|
5893
|
-
|
|
|
5894
|
+
| display | string | no | |
|
|
5894
5895
|
|
|
5895
5896
|
---
|
|
5896
5897
|
|
|
5897
5898
|
|
|
5898
5899
|
|
|
5899
5900
|
|
|
5900
|
-
#### [
|
|
5901
|
+
#### [PlatformChannel](#PlatformChannel)
|
|
5901
5902
|
|
|
5902
5903
|
| Properties | Type | Nullable | Description |
|
|
5903
5904
|
| ---------- | ---- | -------- | ----------- |
|
|
5904
|
-
| value | string | no | |
|
|
5905
5905
|
| name | string | no | |
|
|
5906
|
-
|
|
|
5906
|
+
| logo | string | no | |
|
|
5907
5907
|
|
|
5908
5908
|
---
|
|
5909
5909
|
|
|
@@ -5914,16 +5914,16 @@ Sms Sent successfully
|
|
|
5914
5914
|
|
|
5915
5915
|
| Properties | Type | Nullable | Description |
|
|
5916
5916
|
| ---------- | ---- | -------- | ----------- |
|
|
5917
|
-
|
|
|
5917
|
+
| payment_mode | string | no | |
|
|
5918
5918
|
| order_value | number | no | |
|
|
5919
|
+
| total_order_value | number | no | |
|
|
5920
|
+
| shipments | [[PlatformShipment](#PlatformShipment)] | no | |
|
|
5921
|
+
| meta | string | no | |
|
|
5919
5922
|
| order_created_time | string | no | |
|
|
5920
|
-
|
|
|
5923
|
+
| order_id | string | no | |
|
|
5921
5924
|
| user_info | [UserDataInfo](#UserDataInfo) | no | |
|
|
5922
|
-
| channel | [PlatformChannel](#PlatformChannel) | no | |
|
|
5923
|
-
| meta | string | no | |
|
|
5924
|
-
| total_order_value | number | no | |
|
|
5925
5925
|
| breakup_values | [[PlatformBreakupValues](#PlatformBreakupValues)] | no | |
|
|
5926
|
-
|
|
|
5926
|
+
| channel | [PlatformChannel](#PlatformChannel) | no | |
|
|
5927
5927
|
|
|
5928
5928
|
---
|
|
5929
5929
|
|
|
@@ -5934,12 +5934,12 @@ Sms Sent successfully
|
|
|
5934
5934
|
|
|
5935
5935
|
| Properties | Type | Nullable | Description |
|
|
5936
5936
|
| ---------- | ---- | -------- | ----------- |
|
|
5937
|
-
| type | string | no | |
|
|
5938
|
-
| size | number | no | |
|
|
5939
5937
|
| has_previous | boolean | no | |
|
|
5940
|
-
| total | number | no | |
|
|
5941
|
-
| has_next | boolean | no | |
|
|
5942
5938
|
| current | number | no | |
|
|
5939
|
+
| has_next | boolean | no | |
|
|
5940
|
+
| type | string | no | |
|
|
5941
|
+
| total | number | no | |
|
|
5942
|
+
| size | number | no | |
|
|
5943
5943
|
|
|
5944
5944
|
---
|
|
5945
5945
|
|
|
@@ -5950,12 +5950,12 @@ Sms Sent successfully
|
|
|
5950
5950
|
|
|
5951
5951
|
| Properties | Type | Nullable | Description |
|
|
5952
5952
|
| ---------- | ---- | -------- | ----------- |
|
|
5953
|
+
| items | [[PlatformOrderItems](#PlatformOrderItems)] | no | |
|
|
5954
|
+
| message | string | no | |
|
|
5955
|
+
| page | [Page](#Page) | no | |
|
|
5953
5956
|
| success | boolean | no | |
|
|
5954
5957
|
| total_count | number | no | |
|
|
5955
|
-
| message | string | no | |
|
|
5956
|
-
| items | [[PlatformOrderItems](#PlatformOrderItems)] | no | |
|
|
5957
5958
|
| lane | string | no | |
|
|
5958
|
-
| page | [Page](#Page) | no | |
|
|
5959
5959
|
|
|
5960
5960
|
---
|
|
5961
5961
|
|
|
@@ -5978,8 +5978,8 @@ Sms Sent successfully
|
|
|
5978
5978
|
|
|
5979
5979
|
| Properties | Type | Nullable | Description |
|
|
5980
5980
|
| ---------- | ---- | -------- | ----------- |
|
|
5981
|
-
| options | [[Options](#Options)] | no | |
|
|
5982
5981
|
| value | number | yes | |
|
|
5982
|
+
| options | [[Options](#Options)] | no | |
|
|
5983
5983
|
| text | string | yes | |
|
|
5984
5984
|
| key | string | yes | |
|
|
5985
5985
|
|
|
@@ -6003,16 +6003,16 @@ Sms Sent successfully
|
|
|
6003
6003
|
|
|
6004
6004
|
| Properties | Type | Nullable | Description |
|
|
6005
6005
|
| ---------- | ---- | -------- | ----------- |
|
|
6006
|
+
| updated_time | string | no | |
|
|
6007
|
+
| awb | string | no | |
|
|
6006
6008
|
| reason | string | no | |
|
|
6007
|
-
|
|
|
6009
|
+
| shipment_type | string | no | |
|
|
6010
|
+
| updated_at | string | no | |
|
|
6008
6011
|
| status | string | no | |
|
|
6009
|
-
| updated_time | string | no | |
|
|
6010
6012
|
| raw_status | string | no | |
|
|
6011
|
-
| awb | string | no | |
|
|
6012
|
-
| last_location_recieved_at | string | no | |
|
|
6013
6013
|
| meta | string | no | |
|
|
6014
|
-
|
|
|
6015
|
-
|
|
|
6014
|
+
| account_name | string | no | |
|
|
6015
|
+
| last_location_recieved_at | string | no | |
|
|
6016
6016
|
|
|
6017
6017
|
---
|
|
6018
6018
|
|
|
@@ -6023,8 +6023,8 @@ Sms Sent successfully
|
|
|
6023
6023
|
|
|
6024
6024
|
| Properties | Type | Nullable | Description |
|
|
6025
6025
|
| ---------- | ---- | -------- | ----------- |
|
|
6026
|
-
| results | [[PlatformTrack](#PlatformTrack)] | no | |
|
|
6027
6026
|
| meta | string | no | |
|
|
6027
|
+
| results | [[PlatformTrack](#PlatformTrack)] | no | |
|
|
6028
6028
|
|
|
6029
6029
|
---
|
|
6030
6030
|
|
|
@@ -6058,15 +6058,15 @@ Sms Sent successfully
|
|
|
6058
6058
|
|
|
6059
6059
|
| Properties | Type | Nullable | Description |
|
|
6060
6060
|
| ---------- | ---- | -------- | ----------- |
|
|
6061
|
+
| report_requested_at | string | no | |
|
|
6062
|
+
| report_type | string | no | |
|
|
6063
|
+
| report_created_at | string | no | |
|
|
6064
|
+
| report_id | string | no | |
|
|
6061
6065
|
| request_details | string | no | |
|
|
6062
|
-
| report_name | string | no | |
|
|
6063
6066
|
| status | string | no | |
|
|
6064
|
-
|
|
|
6067
|
+
| report_name | string | no | |
|
|
6065
6068
|
| s3_key | string | no | |
|
|
6066
|
-
| report_requested_at | string | no | |
|
|
6067
|
-
| report_created_at | string | no | |
|
|
6068
6069
|
| display_name | string | no | |
|
|
6069
|
-
| report_id | string | no | |
|
|
6070
6070
|
|
|
6071
6071
|
---
|
|
6072
6072
|
|
|
@@ -6077,10 +6077,10 @@ Sms Sent successfully
|
|
|
6077
6077
|
|
|
6078
6078
|
| Properties | Type | Nullable | Description |
|
|
6079
6079
|
| ---------- | ---- | -------- | ----------- |
|
|
6080
|
-
|
|
|
6080
|
+
| item_id | string | no | |
|
|
6081
6081
|
| jio_code | string | no | |
|
|
6082
6082
|
| article_id | string | no | |
|
|
6083
|
-
|
|
|
6083
|
+
| company_id | string | no | |
|
|
6084
6084
|
|
|
6085
6085
|
---
|
|
6086
6086
|
|
|
@@ -6115,11 +6115,11 @@ Sms Sent successfully
|
|
|
6115
6115
|
|
|
6116
6116
|
| Properties | Type | Nullable | Description |
|
|
6117
6117
|
| ---------- | ---- | -------- | ----------- |
|
|
6118
|
-
| success | boolean | no | |
|
|
6119
|
-
| identifier | string | no | |
|
|
6120
6118
|
| error | [[NestedErrorSchemaDataSet](#NestedErrorSchemaDataSet)] | no | |
|
|
6121
|
-
| data | [string] | no | |
|
|
6122
6119
|
| trace_id | string | no | |
|
|
6120
|
+
| identifier | string | no | |
|
|
6121
|
+
| success | boolean | no | |
|
|
6122
|
+
| data | [string] | no | |
|
|
6123
6123
|
|
|
6124
6124
|
---
|
|
6125
6125
|
|
|
@@ -6142,16 +6142,16 @@ Sms Sent successfully
|
|
|
6142
6142
|
|
|
6143
6143
|
| Properties | Type | Nullable | Description |
|
|
6144
6144
|
| ---------- | ---- | -------- | ----------- |
|
|
6145
|
-
| do_invoice_label_generated | boolean | yes | |
|
|
6146
|
-
| label | string | no | |
|
|
6147
|
-
| store_name | string | no | |
|
|
6148
6145
|
| invoice_status | string | no | |
|
|
6146
|
+
| batch_id | string | yes | |
|
|
6147
|
+
| store_name | string | no | |
|
|
6148
|
+
| company_id | string | no | |
|
|
6149
6149
|
| store_code | string | no | |
|
|
6150
|
+
| do_invoice_label_generated | boolean | yes | |
|
|
6150
6151
|
| store_id | string | no | |
|
|
6152
|
+
| label | string | no | |
|
|
6151
6153
|
| invoice | string | no | |
|
|
6152
6154
|
| data | string | no | |
|
|
6153
|
-
| batch_id | string | yes | |
|
|
6154
|
-
| company_id | string | no | |
|
|
6155
6155
|
|
|
6156
6156
|
---
|
|
6157
6157
|
|
|
@@ -6162,8 +6162,8 @@ Sms Sent successfully
|
|
|
6162
6162
|
|
|
6163
6163
|
| Properties | Type | Nullable | Description |
|
|
6164
6164
|
| ---------- | ---- | -------- | ----------- |
|
|
6165
|
-
| url | string | no | |
|
|
6166
6165
|
| expiry | number | no | |
|
|
6166
|
+
| url | string | no | |
|
|
6167
6167
|
|
|
6168
6168
|
---
|
|
6169
6169
|
|
|
@@ -6185,61 +6185,61 @@ Sms Sent successfully
|
|
|
6185
6185
|
|
|
6186
6186
|
| Properties | Type | Nullable | Description |
|
|
6187
6187
|
| ---------- | ---- | -------- | ----------- |
|
|
6188
|
-
|
|
|
6188
|
+
| content_type | string | no | |
|
|
6189
6189
|
| file_path | string | no | |
|
|
6190
|
-
|
|
|
6191
|
-
| size | number | no | |
|
|
6192
|
-
| file_name | string | no | |
|
|
6190
|
+
| tags | [string] | no | |
|
|
6193
6191
|
| upload | [FileUploadResponse](#FileUploadResponse) | no | |
|
|
6194
|
-
|
|
|
6195
|
-
| content_type | string | no | |
|
|
6192
|
+
| method | string | no | |
|
|
6196
6193
|
| operation | string | no | |
|
|
6197
|
-
|
|
|
6194
|
+
| cdn | [URL](#URL) | no | |
|
|
6195
|
+
| file_name | string | no | |
|
|
6196
|
+
| namespace | string | no | |
|
|
6197
|
+
| size | number | no | |
|
|
6198
6198
|
|
|
6199
6199
|
---
|
|
6200
6200
|
|
|
6201
6201
|
|
|
6202
6202
|
|
|
6203
6203
|
|
|
6204
|
-
#### [
|
|
6204
|
+
#### [BulkListingPage](#BulkListingPage)
|
|
6205
6205
|
|
|
6206
6206
|
| Properties | Type | Nullable | Description |
|
|
6207
6207
|
| ---------- | ---- | -------- | ----------- |
|
|
6208
|
-
|
|
|
6209
|
-
|
|
|
6210
|
-
|
|
|
6211
|
-
|
|
|
6212
|
-
| excel_url | string | no | |
|
|
6213
|
-
| processing_shipments | [string] | no | |
|
|
6214
|
-
| file_name | string | no | |
|
|
6215
|
-
| store_code | string | no | |
|
|
6216
|
-
| store_id | number | no | |
|
|
6217
|
-
| user_name | string | no | |
|
|
6218
|
-
| failed_shipments | [string] | no | |
|
|
6219
|
-
| failed | number | no | |
|
|
6220
|
-
| user_id | string | no | |
|
|
6208
|
+
| has_previous | boolean | no | |
|
|
6209
|
+
| current | number | no | |
|
|
6210
|
+
| has_next | boolean | no | |
|
|
6211
|
+
| type | string | no | |
|
|
6221
6212
|
| total | number | no | |
|
|
6222
|
-
|
|
|
6223
|
-
| batch_id | string | no | |
|
|
6224
|
-
| id | string | no | |
|
|
6225
|
-
| processing | number | no | |
|
|
6226
|
-
| company_id | number | no | |
|
|
6213
|
+
| size | number | no | |
|
|
6227
6214
|
|
|
6228
6215
|
---
|
|
6229
6216
|
|
|
6230
6217
|
|
|
6231
6218
|
|
|
6232
6219
|
|
|
6233
|
-
#### [
|
|
6220
|
+
#### [bulkListingData](#bulkListingData)
|
|
6234
6221
|
|
|
6235
6222
|
| Properties | Type | Nullable | Description |
|
|
6236
6223
|
| ---------- | ---- | -------- | ----------- |
|
|
6237
|
-
|
|
|
6238
|
-
|
|
|
6239
|
-
|
|
|
6224
|
+
| processing | number | no | |
|
|
6225
|
+
| successful | number | no | |
|
|
6226
|
+
| status | string | no | |
|
|
6227
|
+
| file_name | string | no | |
|
|
6228
|
+
| batch_id | string | no | |
|
|
6229
|
+
| store_name | string | no | |
|
|
6230
|
+
| store_code | string | no | |
|
|
6231
|
+
| processing_shipments | [string] | no | |
|
|
6232
|
+
| company_id | number | no | |
|
|
6233
|
+
| failed_shipments | [string] | no | |
|
|
6234
|
+
| user_name | string | no | |
|
|
6235
|
+
| excel_url | string | no | |
|
|
6236
|
+
| id | string | no | |
|
|
6237
|
+
| successful_shipments | [string] | no | |
|
|
6238
|
+
| user_id | string | no | |
|
|
6239
|
+
| failed | number | no | |
|
|
6240
|
+
| store_id | number | no | |
|
|
6240
6241
|
| total | number | no | |
|
|
6241
|
-
|
|
|
6242
|
-
| current | number | no | |
|
|
6242
|
+
| uploaded_on | string | no | |
|
|
6243
6243
|
|
|
6244
6244
|
---
|
|
6245
6245
|
|
|
@@ -6250,9 +6250,9 @@ Sms Sent successfully
|
|
|
6250
6250
|
|
|
6251
6251
|
| Properties | Type | Nullable | Description |
|
|
6252
6252
|
| ---------- | ---- | -------- | ----------- |
|
|
6253
|
+
| page | [BulkListingPage](#BulkListingPage) | no | |
|
|
6253
6254
|
| success | boolean | no | |
|
|
6254
6255
|
| data | [[bulkListingData](#bulkListingData)] | no | |
|
|
6255
|
-
| page | [BulkListingPage](#BulkListingPage) | no | |
|
|
6256
6256
|
| error | string | no | |
|
|
6257
6257
|
|
|
6258
6258
|
---
|
|
@@ -6260,22 +6260,6 @@ Sms Sent successfully
|
|
|
6260
6260
|
|
|
6261
6261
|
|
|
6262
6262
|
|
|
6263
|
-
#### [ManifestPage](#ManifestPage)
|
|
6264
|
-
|
|
6265
|
-
| Properties | Type | Nullable | Description |
|
|
6266
|
-
| ---------- | ---- | -------- | ----------- |
|
|
6267
|
-
| type | string | no | |
|
|
6268
|
-
| size | string | no | |
|
|
6269
|
-
| has_previous | boolean | no | |
|
|
6270
|
-
| total | number | no | |
|
|
6271
|
-
| has_next | boolean | no | |
|
|
6272
|
-
| current | string | no | |
|
|
6273
|
-
|
|
6274
|
-
---
|
|
6275
|
-
|
|
6276
|
-
|
|
6277
|
-
|
|
6278
|
-
|
|
6279
6263
|
#### [DateRange](#DateRange)
|
|
6280
6264
|
|
|
6281
6265
|
| Properties | Type | Nullable | Description |
|
|
@@ -6292,12 +6276,12 @@ Sms Sent successfully
|
|
|
6292
6276
|
|
|
6293
6277
|
| Properties | Type | Nullable | Description |
|
|
6294
6278
|
| ---------- | ---- | -------- | ----------- |
|
|
6295
|
-
| sales_channel_name | string | no | |
|
|
6296
6279
|
| dp_name | string | no | |
|
|
6297
6280
|
| store_name | string | no | |
|
|
6298
|
-
|
|
|
6299
|
-
| date_range | [DateRange](#DateRange) | no | |
|
|
6281
|
+
| sales_channel_name | string | no | |
|
|
6300
6282
|
| stores | string | no | |
|
|
6283
|
+
| date_range | [DateRange](#DateRange) | no | |
|
|
6284
|
+
| dp_ids | string | no | |
|
|
6301
6285
|
| sales_channels | string | no | |
|
|
6302
6286
|
| lane | string | no | |
|
|
6303
6287
|
|
|
@@ -6310,13 +6294,29 @@ Sms Sent successfully
|
|
|
6310
6294
|
|
|
6311
6295
|
| Properties | Type | Nullable | Description |
|
|
6312
6296
|
| ---------- | ---- | -------- | ----------- |
|
|
6313
|
-
|
|
|
6297
|
+
| company_id | number | no | |
|
|
6314
6298
|
| created_at | string | no | |
|
|
6315
6299
|
| is_active | boolean | no | |
|
|
6300
|
+
| created_by | string | no | |
|
|
6301
|
+
| status | string | no | |
|
|
6316
6302
|
| manifest_id | string | no | |
|
|
6317
6303
|
| filters | [ManifestFilter](#ManifestFilter) | no | |
|
|
6318
|
-
|
|
6319
|
-
|
|
6304
|
+
|
|
6305
|
+
---
|
|
6306
|
+
|
|
6307
|
+
|
|
6308
|
+
|
|
6309
|
+
|
|
6310
|
+
#### [ManifestPage](#ManifestPage)
|
|
6311
|
+
|
|
6312
|
+
| Properties | Type | Nullable | Description |
|
|
6313
|
+
| ---------- | ---- | -------- | ----------- |
|
|
6314
|
+
| has_previous | boolean | no | |
|
|
6315
|
+
| current | string | no | |
|
|
6316
|
+
| has_next | boolean | no | |
|
|
6317
|
+
| type | string | no | |
|
|
6318
|
+
| total | number | no | |
|
|
6319
|
+
| size | string | no | |
|
|
6320
6320
|
|
|
6321
6321
|
---
|
|
6322
6322
|
|
|
@@ -6327,8 +6327,8 @@ Sms Sent successfully
|
|
|
6327
6327
|
|
|
6328
6328
|
| Properties | Type | Nullable | Description |
|
|
6329
6329
|
| ---------- | ---- | -------- | ----------- |
|
|
6330
|
-
| page | [ManifestPage](#ManifestPage) | no | |
|
|
6331
6330
|
| items | [[GeneratedManifestItem](#GeneratedManifestItem)] | no | |
|
|
6331
|
+
| page | [ManifestPage](#ManifestPage) | no | |
|
|
6332
6332
|
|
|
6333
6333
|
---
|
|
6334
6334
|
|
|
@@ -6339,10 +6339,10 @@ Sms Sent successfully
|
|
|
6339
6339
|
|
|
6340
6340
|
| Properties | Type | Nullable | Description |
|
|
6341
6341
|
| ---------- | ---- | -------- | ----------- |
|
|
6342
|
-
| order_id | string | no | |
|
|
6343
|
-
| awb | string | no | |
|
|
6344
6342
|
| shipment_id | string | no | |
|
|
6343
|
+
| awb | string | no | |
|
|
6345
6344
|
| invoice_id | string | no | |
|
|
6345
|
+
| order_id | string | no | |
|
|
6346
6346
|
| item_qty | number | no | |
|
|
6347
6347
|
|
|
6348
6348
|
---
|
|
@@ -6366,8 +6366,8 @@ Sms Sent successfully
|
|
|
6366
6366
|
|
|
6367
6367
|
| Properties | Type | Nullable | Description |
|
|
6368
6368
|
| ---------- | ---- | -------- | ----------- |
|
|
6369
|
-
| total_shipment_prices_count | [ManifestDetailTotalShipmentPricesCount](#ManifestDetailTotalShipmentPricesCount) | no | |
|
|
6370
6369
|
| filters | [ManifestFilter](#ManifestFilter) | no | |
|
|
6370
|
+
| total_shipment_prices_count | [ManifestDetailTotalShipmentPricesCount](#ManifestDetailTotalShipmentPricesCount) | no | |
|
|
6371
6371
|
|
|
6372
6372
|
---
|
|
6373
6373
|
|
|
@@ -6378,17 +6378,17 @@ Sms Sent successfully
|
|
|
6378
6378
|
|
|
6379
6379
|
| Properties | Type | Nullable | Description |
|
|
6380
6380
|
| ---------- | ---- | -------- | ----------- |
|
|
6381
|
-
|
|
|
6381
|
+
| uid | number | no | |
|
|
6382
|
+
| company_id | number | no | |
|
|
6382
6383
|
| created_at | string | no | |
|
|
6383
6384
|
| user_id | number | no | |
|
|
6384
6385
|
| is_active | boolean | no | |
|
|
6385
|
-
|
|
|
6386
|
+
| created_by | string | no | |
|
|
6386
6387
|
| meta | [ManifestDetailMeta](#ManifestDetailMeta) | no | |
|
|
6388
|
+
| status | string | no | |
|
|
6389
|
+
| id | number | no | |
|
|
6387
6390
|
| manifest_id | string | no | |
|
|
6388
6391
|
| filters | [ManifestFilter](#ManifestFilter) | no | |
|
|
6389
|
-
| created_by | string | no | |
|
|
6390
|
-
| id | number | no | |
|
|
6391
|
-
| company_id | number | no | |
|
|
6392
6392
|
|
|
6393
6393
|
---
|
|
6394
6394
|
|
|
@@ -6399,9 +6399,9 @@ Sms Sent successfully
|
|
|
6399
6399
|
|
|
6400
6400
|
| Properties | Type | Nullable | Description |
|
|
6401
6401
|
| ---------- | ---- | -------- | ----------- |
|
|
6402
|
-
| additional_shipment_count | number | no | |
|
|
6403
|
-
| page | [ManifestPage](#ManifestPage) | no | |
|
|
6404
6402
|
| items | [[ManifestDetailItem](#ManifestDetailItem)] | no | |
|
|
6403
|
+
| page | [ManifestPage](#ManifestPage) | no | |
|
|
6404
|
+
| additional_shipment_count | number | no | |
|
|
6405
6405
|
| manifest_details | [[ManifestDetail](#ManifestDetail)] | no | |
|
|
6406
6406
|
|
|
6407
6407
|
---
|
|
@@ -6425,10 +6425,10 @@ Sms Sent successfully
|
|
|
6425
6425
|
|
|
6426
6426
|
| Properties | Type | Nullable | Description |
|
|
6427
6427
|
| ---------- | ---- | -------- | ----------- |
|
|
6428
|
-
| question_set | [[QuestionSet](#QuestionSet)] | no | |
|
|
6429
6428
|
| id | number | no | |
|
|
6430
|
-
|
|
|
6429
|
+
| question_set | [[QuestionSet](#QuestionSet)] | no | |
|
|
6431
6430
|
| qc_type | [string] | no | |
|
|
6431
|
+
| display_name | string | no | |
|
|
6432
6432
|
|
|
6433
6433
|
---
|
|
6434
6434
|
|
|
@@ -6462,8 +6462,8 @@ Sms Sent successfully
|
|
|
6462
6462
|
|
|
6463
6463
|
| Properties | Type | Nullable | Description |
|
|
6464
6464
|
| ---------- | ---- | -------- | ----------- |
|
|
6465
|
-
| message | string | no | |
|
|
6466
6465
|
| status | boolean | no | |
|
|
6466
|
+
| message | string | no | |
|
|
6467
6467
|
|
|
6468
6468
|
---
|
|
6469
6469
|
|
|
@@ -6474,12 +6474,12 @@ Sms Sent successfully
|
|
|
6474
6474
|
|
|
6475
6475
|
| Properties | Type | Nullable | Description |
|
|
6476
6476
|
| ---------- | ---- | -------- | ----------- |
|
|
6477
|
+
| batch_id | string | no | |
|
|
6477
6478
|
| total_shipments_count | number | no | |
|
|
6478
|
-
|
|
|
6479
|
+
| company_id | string | no | |
|
|
6479
6480
|
| successful_shipment_ids | [string] | no | |
|
|
6480
|
-
| batch_id | string | no | |
|
|
6481
6481
|
| successful_shipments_count | number | no | |
|
|
6482
|
-
|
|
|
6482
|
+
| processing_shipments_count | number | no | |
|
|
6483
6483
|
| failed_shipments_count | number | no | |
|
|
6484
6484
|
|
|
6485
6485
|
---
|
|
@@ -6491,496 +6491,470 @@ Sms Sent successfully
|
|
|
6491
6491
|
|
|
6492
6492
|
| Properties | Type | Nullable | Description |
|
|
6493
6493
|
| ---------- | ---- | -------- | ----------- |
|
|
6494
|
-
|
|
|
6495
|
-
|
|
|
6494
|
+
| error | [string] | no | |
|
|
6495
|
+
| user_id | string | no | |
|
|
6496
6496
|
| status | boolean | no | |
|
|
6497
|
-
|
|
|
6497
|
+
| failed_records | [string] | no | |
|
|
6498
|
+
| message | string | no | |
|
|
6498
6499
|
| uploaded_by | string | no | |
|
|
6499
|
-
|
|
|
6500
|
-
|
|
|
6500
|
+
| uploaded_on | string | no | |
|
|
6501
|
+
| success | string | no | |
|
|
6501
6502
|
| data | [[BulkActionDetailsDataField](#BulkActionDetailsDataField)] | no | |
|
|
6502
|
-
| failed_records | [string] | no | |
|
|
6503
6503
|
|
|
6504
6504
|
---
|
|
6505
6505
|
|
|
6506
6506
|
|
|
6507
6507
|
|
|
6508
6508
|
|
|
6509
|
-
#### [
|
|
6509
|
+
#### [ArticleDetails](#ArticleDetails)
|
|
6510
6510
|
|
|
6511
6511
|
| Properties | Type | Nullable | Description |
|
|
6512
6512
|
| ---------- | ---- | -------- | ----------- |
|
|
6513
|
-
|
|
|
6514
|
-
| size_level_total_qty | number | no | |
|
|
6515
|
-
| quantity | number | no | |
|
|
6516
|
-
| loyalty_discount | number | no | |
|
|
6517
|
-
| due_date | string | no | |
|
|
6518
|
-
| box_type | string | no | |
|
|
6519
|
-
| is_priority | boolean | no | |
|
|
6520
|
-
| coupon_code | string | no | |
|
|
6521
|
-
| order_item_id | string | no | |
|
|
6522
|
-
| channel_order_id | string | no | |
|
|
6523
|
-
| employee_discount | number | no | |
|
|
6513
|
+
| status | string | no | |
|
|
6524
6514
|
|
|
6525
6515
|
---
|
|
6526
6516
|
|
|
6527
6517
|
|
|
6528
6518
|
|
|
6529
6519
|
|
|
6530
|
-
#### [
|
|
6520
|
+
#### [Dates](#Dates)
|
|
6531
6521
|
|
|
6532
6522
|
| Properties | Type | Nullable | Description |
|
|
6533
6523
|
| ---------- | ---- | -------- | ----------- |
|
|
6534
|
-
|
|
|
6535
|
-
|
|
|
6536
|
-
| affiliate_meta | [AffiliateMeta](#AffiliateMeta) | yes | |
|
|
6537
|
-
| affiliate_bag_id | string | yes | |
|
|
6538
|
-
| employee_discount | number | no | |
|
|
6524
|
+
| delivery_date | any | no | |
|
|
6525
|
+
| order_created | string | no | |
|
|
6539
6526
|
|
|
6540
6527
|
---
|
|
6541
6528
|
|
|
6542
6529
|
|
|
6543
6530
|
|
|
6544
6531
|
|
|
6545
|
-
#### [
|
|
6546
|
-
|
|
6547
|
-
| Properties | Type | Nullable | Description |
|
|
6548
|
-
| ---------- | ---- | -------- | ----------- |
|
|
6549
|
-
| enable_tracking | boolean | yes | |
|
|
6550
|
-
| can_be_cancelled | boolean | yes | |
|
|
6551
|
-
| is_returnable | boolean | yes | |
|
|
6552
|
-
| is_active | boolean | yes | |
|
|
6553
|
-
| is_customer_return_allowed | boolean | yes | |
|
|
6554
|
-
|
|
6555
|
-
---
|
|
6556
|
-
|
|
6557
|
-
|
|
6558
|
-
|
|
6559
|
-
|
|
6560
|
-
#### [PDFLinks](#PDFLinks)
|
|
6561
|
-
|
|
6562
|
-
| Properties | Type | Nullable | Description |
|
|
6563
|
-
| ---------- | ---- | -------- | ----------- |
|
|
6564
|
-
| b2b | string | no | |
|
|
6565
|
-
| label_type | string | yes | |
|
|
6566
|
-
| invoice_pos | string | no | |
|
|
6567
|
-
| label | string | no | |
|
|
6568
|
-
| invoice_a6 | string | no | |
|
|
6569
|
-
| invoice_type | string | yes | |
|
|
6570
|
-
| label_a4 | string | no | |
|
|
6571
|
-
| credit_note_url | string | no | |
|
|
6572
|
-
| label_a6 | string | no | |
|
|
6573
|
-
| invoice_a4 | string | no | |
|
|
6574
|
-
| invoice | string | no | |
|
|
6575
|
-
| label_pos | string | no | |
|
|
6576
|
-
| po_invoice | string | no | |
|
|
6577
|
-
|
|
6578
|
-
---
|
|
6579
|
-
|
|
6580
|
-
|
|
6581
|
-
|
|
6582
|
-
|
|
6583
|
-
#### [ShipmentTimeStamp](#ShipmentTimeStamp)
|
|
6532
|
+
#### [B2BPODetails](#B2BPODetails)
|
|
6584
6533
|
|
|
6585
6534
|
| Properties | Type | Nullable | Description |
|
|
6586
6535
|
| ---------- | ---- | -------- | ----------- |
|
|
6587
|
-
|
|
|
6588
|
-
|
|
|
6536
|
+
| docker_number | string | no | |
|
|
6537
|
+
| po_line_amount | number | no | |
|
|
6538
|
+
| item_base_price | number | no | |
|
|
6539
|
+
| partial_can_ret | boolean | no | |
|
|
6540
|
+
| total_gst_percentage | number | no | |
|
|
6541
|
+
| po_tax_amount | number | no | |
|
|
6589
6542
|
|
|
6590
6543
|
---
|
|
6591
6544
|
|
|
6592
6545
|
|
|
6593
6546
|
|
|
6594
6547
|
|
|
6595
|
-
#### [
|
|
6548
|
+
#### [BagMeta](#BagMeta)
|
|
6596
6549
|
|
|
6597
6550
|
| Properties | Type | Nullable | Description |
|
|
6598
6551
|
| ---------- | ---- | -------- | ----------- |
|
|
6599
|
-
|
|
|
6600
|
-
| lock_message | string | no | |
|
|
6601
|
-
| mto | boolean | no | |
|
|
6552
|
+
| b2b_po_details | [B2BPODetails](#B2BPODetails) | no | |
|
|
6602
6553
|
|
|
6603
6554
|
---
|
|
6604
6555
|
|
|
6605
6556
|
|
|
6606
6557
|
|
|
6607
6558
|
|
|
6608
|
-
#### [
|
|
6559
|
+
#### [BagReturnableCancelableStatus](#BagReturnableCancelableStatus)
|
|
6609
6560
|
|
|
6610
6561
|
| Properties | Type | Nullable | Description |
|
|
6611
6562
|
| ---------- | ---- | -------- | ----------- |
|
|
6612
|
-
|
|
|
6613
|
-
|
|
|
6614
|
-
|
|
|
6615
|
-
|
|
|
6616
|
-
|
|
|
6617
|
-
| state | string | yes | |
|
|
6618
|
-
| gstin | string | yes | |
|
|
6563
|
+
| enable_tracking | boolean | yes | |
|
|
6564
|
+
| can_be_cancelled | boolean | yes | |
|
|
6565
|
+
| is_customer_return_allowed | boolean | yes | |
|
|
6566
|
+
| is_active | boolean | yes | |
|
|
6567
|
+
| is_returnable | boolean | yes | |
|
|
6619
6568
|
|
|
6620
6569
|
---
|
|
6621
6570
|
|
|
6622
6571
|
|
|
6623
6572
|
|
|
6624
6573
|
|
|
6625
|
-
#### [
|
|
6574
|
+
#### [EInvoicePortalDetails](#EInvoicePortalDetails)
|
|
6626
6575
|
|
|
6627
6576
|
| Properties | Type | Nullable | Description |
|
|
6628
6577
|
| ---------- | ---- | -------- | ----------- |
|
|
6629
|
-
|
|
|
6630
|
-
|
|
|
6631
|
-
|
|
|
6632
|
-
| acknowledge_no | number | no | |
|
|
6633
|
-
| acknowledge_date | string | no | |
|
|
6634
|
-
| signed_invoice | string | no | |
|
|
6635
|
-
| signed_qr_code | string | no | |
|
|
6578
|
+
| user | string | no | |
|
|
6579
|
+
| username | string | no | |
|
|
6580
|
+
| password | string | no | |
|
|
6636
6581
|
|
|
6637
6582
|
---
|
|
6638
6583
|
|
|
6639
6584
|
|
|
6640
6585
|
|
|
6641
6586
|
|
|
6642
|
-
#### [
|
|
6587
|
+
#### [Document](#Document)
|
|
6643
6588
|
|
|
6644
6589
|
| Properties | Type | Nullable | Description |
|
|
6645
6590
|
| ---------- | ---- | -------- | ----------- |
|
|
6646
|
-
|
|
|
6647
|
-
|
|
|
6591
|
+
| url | string | no | |
|
|
6592
|
+
| legal_name | string | yes | |
|
|
6593
|
+
| verified | boolean | yes | |
|
|
6594
|
+
| value | string | yes | |
|
|
6595
|
+
| ds_type | string | yes | |
|
|
6648
6596
|
|
|
6649
6597
|
---
|
|
6650
6598
|
|
|
6651
6599
|
|
|
6652
6600
|
|
|
6653
6601
|
|
|
6654
|
-
#### [
|
|
6602
|
+
#### [StoreDocuments](#StoreDocuments)
|
|
6655
6603
|
|
|
6656
6604
|
| Properties | Type | Nullable | Description |
|
|
6657
6605
|
| ---------- | ---- | -------- | ----------- |
|
|
6658
|
-
|
|
|
6606
|
+
| gst | [Document](#Document) | no | |
|
|
6659
6607
|
|
|
6660
6608
|
---
|
|
6661
6609
|
|
|
6662
6610
|
|
|
6663
6611
|
|
|
6664
6612
|
|
|
6665
|
-
#### [
|
|
6613
|
+
#### [StoreEwaybill](#StoreEwaybill)
|
|
6666
6614
|
|
|
6667
6615
|
| Properties | Type | Nullable | Description |
|
|
6668
6616
|
| ---------- | ---- | -------- | ----------- |
|
|
6669
|
-
|
|
|
6670
|
-
| f_min | string | no | |
|
|
6617
|
+
| enabled | boolean | no | |
|
|
6671
6618
|
|
|
6672
6619
|
---
|
|
6673
6620
|
|
|
6674
6621
|
|
|
6675
6622
|
|
|
6676
6623
|
|
|
6677
|
-
#### [
|
|
6624
|
+
#### [StoreEinvoice](#StoreEinvoice)
|
|
6678
6625
|
|
|
6679
6626
|
| Properties | Type | Nullable | Description |
|
|
6680
6627
|
| ---------- | ---- | -------- | ----------- |
|
|
6681
|
-
|
|
|
6682
|
-
|
|
|
6683
|
-
|
|
|
6684
|
-
|
|
|
6685
|
-
| assign_dp_from_sb | boolean | no | |
|
|
6686
|
-
| due_date | string | no | |
|
|
6687
|
-
| packaging_name | string | no | |
|
|
6688
|
-
| lock_data | [LockData](#LockData) | no | |
|
|
6689
|
-
| shipment_volumetric_weight | number | no | |
|
|
6690
|
-
| external | string | no | |
|
|
6691
|
-
| return_store_node | number | no | |
|
|
6692
|
-
| auto_trigger_dp_assignment_acf | boolean | yes | |
|
|
6693
|
-
| dp_name | string | no | |
|
|
6694
|
-
| return_awb_number | string | no | |
|
|
6695
|
-
| order_type | string | no | |
|
|
6696
|
-
| forward_affiliate_order_id | string | no | |
|
|
6697
|
-
| box_type | string | no | |
|
|
6698
|
-
| return_affiliate_order_id | string | no | |
|
|
6699
|
-
| marketplace_store_id | string | no | |
|
|
6700
|
-
| fulfilment_priority_text | string | no | |
|
|
6701
|
-
| return_affiliate_shipment_id | string | no | |
|
|
6702
|
-
| dp_sort_key | string | no | |
|
|
6703
|
-
| same_store_available | boolean | yes | |
|
|
6704
|
-
| b2b_buyer_details | [BuyerDetails](#BuyerDetails) | no | |
|
|
6705
|
-
| ewaybill_info | string | no | |
|
|
6706
|
-
| awb_number | string | no | |
|
|
6707
|
-
| return_details | string | no | |
|
|
6708
|
-
| forward_affiliate_shipment_id | string | no | |
|
|
6709
|
-
| einvoice_info | [EinvoiceInfo](#EinvoiceInfo) | no | |
|
|
6710
|
-
| shipment_weight | number | no | |
|
|
6711
|
-
| dp_options | string | no | |
|
|
6712
|
-
| dp_id | string | no | |
|
|
6713
|
-
| bag_weight | string | no | |
|
|
6714
|
-
| debug_info | [DebugInfo](#DebugInfo) | no | |
|
|
6715
|
-
| formatted | [Formatted](#Formatted) | no | |
|
|
6716
|
-
| store_invoice_updated_date | string | no | |
|
|
6628
|
+
| user | string | no | |
|
|
6629
|
+
| enabled | boolean | yes | |
|
|
6630
|
+
| username | string | no | |
|
|
6631
|
+
| password | string | no | |
|
|
6717
6632
|
|
|
6718
6633
|
---
|
|
6719
6634
|
|
|
6720
6635
|
|
|
6721
6636
|
|
|
6722
6637
|
|
|
6723
|
-
#### [
|
|
6638
|
+
#### [StoreGstCredentials](#StoreGstCredentials)
|
|
6724
6639
|
|
|
6725
6640
|
| Properties | Type | Nullable | Description |
|
|
6726
6641
|
| ---------- | ---- | -------- | ----------- |
|
|
6727
|
-
|
|
|
6728
|
-
|
|
|
6729
|
-
| affiliate_order_id | string | yes | |
|
|
6730
|
-
| affiliate_meta | [AffiliateMeta](#AffiliateMeta) | yes | |
|
|
6731
|
-
| affiliate_shipment_id | string | yes | |
|
|
6732
|
-
| pdf_links | [PDFLinks](#PDFLinks) | no | |
|
|
6733
|
-
| shipment_meta | [ShipmentMeta](#ShipmentMeta) | yes | |
|
|
6734
|
-
| affiliate_bag_id | string | yes | |
|
|
6735
|
-
| company_affiliate_tag | string | no | |
|
|
6736
|
-
| ad_id | string | no | |
|
|
6642
|
+
| e_waybill | [StoreEwaybill](#StoreEwaybill) | no | |
|
|
6643
|
+
| e_invoice | [StoreEinvoice](#StoreEinvoice) | no | |
|
|
6737
6644
|
|
|
6738
6645
|
---
|
|
6739
6646
|
|
|
6740
6647
|
|
|
6741
6648
|
|
|
6742
6649
|
|
|
6743
|
-
#### [
|
|
6650
|
+
#### [StoreMeta](#StoreMeta)
|
|
6744
6651
|
|
|
6745
6652
|
| Properties | Type | Nullable | Description |
|
|
6746
6653
|
| ---------- | ---- | -------- | ----------- |
|
|
6747
|
-
|
|
|
6748
|
-
|
|
|
6749
|
-
|
|
|
6750
|
-
|
|
|
6654
|
+
| einvoice_portal_details | [EInvoicePortalDetails](#EInvoicePortalDetails) | no | |
|
|
6655
|
+
| ewaybill_portal_details | string | no | |
|
|
6656
|
+
| documents | [StoreDocuments](#StoreDocuments) | no | |
|
|
6657
|
+
| additional_contact_details | string | no | |
|
|
6658
|
+
| notification_emails | [string] | no | |
|
|
6659
|
+
| stage | string | yes | |
|
|
6660
|
+
| timing | [string] | no | |
|
|
6661
|
+
| gst_credentials | [StoreGstCredentials](#StoreGstCredentials) | yes | |
|
|
6662
|
+
| product_return_config | string | no | |
|
|
6663
|
+
| display_name | string | yes | |
|
|
6664
|
+
| gst_number | string | no | |
|
|
6751
6665
|
|
|
6752
6666
|
---
|
|
6753
6667
|
|
|
6754
6668
|
|
|
6755
6669
|
|
|
6756
6670
|
|
|
6757
|
-
#### [
|
|
6671
|
+
#### [StoreAddress](#StoreAddress)
|
|
6758
6672
|
|
|
6759
6673
|
| Properties | Type | Nullable | Description |
|
|
6760
6674
|
| ---------- | ---- | -------- | ----------- |
|
|
6761
|
-
|
|
|
6675
|
+
| address_category | string | yes | |
|
|
6676
|
+
| created_at | string | yes | |
|
|
6677
|
+
| email | string | no | |
|
|
6678
|
+
| address2 | string | no | |
|
|
6679
|
+
| contact_person | string | yes | |
|
|
6680
|
+
| address1 | string | yes | |
|
|
6681
|
+
| country_code | string | yes | |
|
|
6682
|
+
| city | string | yes | |
|
|
6683
|
+
| pincode | number | yes | |
|
|
6684
|
+
| updated_at | string | yes | |
|
|
6685
|
+
| address_type | string | yes | |
|
|
6686
|
+
| area | string | no | |
|
|
6687
|
+
| state | string | yes | |
|
|
6688
|
+
| landmark | string | no | |
|
|
6689
|
+
| longitude | number | yes | |
|
|
6690
|
+
| latitude | number | yes | |
|
|
6691
|
+
| country | string | yes | |
|
|
6692
|
+
| phone | string | yes | |
|
|
6693
|
+
| version | string | no | |
|
|
6762
6694
|
|
|
6763
6695
|
---
|
|
6764
6696
|
|
|
6765
6697
|
|
|
6766
6698
|
|
|
6767
6699
|
|
|
6768
|
-
#### [
|
|
6700
|
+
#### [Store](#Store)
|
|
6769
6701
|
|
|
6770
6702
|
| Properties | Type | Nullable | Description |
|
|
6771
6703
|
| ---------- | ---- | -------- | ----------- |
|
|
6772
|
-
|
|
|
6773
|
-
|
|
|
6704
|
+
| code | string | no | |
|
|
6705
|
+
| created_at | string | yes | |
|
|
6706
|
+
| store_active_from | string | no | |
|
|
6707
|
+
| alohomora_user_id | number | no | |
|
|
6708
|
+
| mall_area | string | no | |
|
|
6709
|
+
| order_integration_id | string | no | |
|
|
6710
|
+
| address2 | string | no | |
|
|
6711
|
+
| contact_person | string | yes | |
|
|
6712
|
+
| address1 | string | yes | |
|
|
6713
|
+
| meta | [StoreMeta](#StoreMeta) | yes | |
|
|
6714
|
+
| packaging_material_count | number | no | |
|
|
6715
|
+
| city | string | yes | |
|
|
6716
|
+
| parent_store_id | number | no | |
|
|
6717
|
+
| pincode | string | yes | |
|
|
6718
|
+
| is_enabled_for_recon | boolean | no | |
|
|
6719
|
+
| is_active | boolean | no | |
|
|
6720
|
+
| updated_at | string | no | |
|
|
6721
|
+
| state | string | yes | |
|
|
6722
|
+
| brand_id | any | no | |
|
|
6723
|
+
| company_id | number | yes | |
|
|
6724
|
+
| vat_no | string | no | |
|
|
6725
|
+
| location_type | string | yes | |
|
|
6726
|
+
| longitude | number | yes | |
|
|
6727
|
+
| name | string | yes | |
|
|
6728
|
+
| latitude | number | yes | |
|
|
6729
|
+
| store_email | string | yes | |
|
|
6730
|
+
| login_username | string | yes | |
|
|
6731
|
+
| country | string | yes | |
|
|
6732
|
+
| brand_store_tags | [string] | no | |
|
|
6733
|
+
| store_address_json | [StoreAddress](#StoreAddress) | no | |
|
|
6734
|
+
| s_id | string | yes | |
|
|
6735
|
+
| is_archived | boolean | no | |
|
|
6736
|
+
| phone | number | yes | |
|
|
6737
|
+
| mall_name | string | no | |
|
|
6738
|
+
| fulfillment_channel | string | yes | |
|
|
6774
6739
|
|
|
6775
6740
|
---
|
|
6776
6741
|
|
|
6777
6742
|
|
|
6778
6743
|
|
|
6779
6744
|
|
|
6780
|
-
#### [
|
|
6745
|
+
#### [AffiliateMeta](#AffiliateMeta)
|
|
6781
6746
|
|
|
6782
6747
|
| Properties | Type | Nullable | Description |
|
|
6783
6748
|
| ---------- | ---- | -------- | ----------- |
|
|
6784
|
-
|
|
|
6785
|
-
|
|
|
6786
|
-
|
|
|
6787
|
-
|
|
|
6788
|
-
|
|
|
6749
|
+
| loyalty_discount | number | no | |
|
|
6750
|
+
| channel_order_id | string | no | |
|
|
6751
|
+
| channel_shipment_id | string | no | |
|
|
6752
|
+
| quantity | number | no | |
|
|
6753
|
+
| due_date | string | no | |
|
|
6754
|
+
| is_priority | boolean | no | |
|
|
6755
|
+
| size_level_total_qty | number | no | |
|
|
6756
|
+
| box_type | string | no | |
|
|
6757
|
+
| coupon_code | string | no | |
|
|
6758
|
+
| employee_discount | number | no | |
|
|
6759
|
+
| order_item_id | string | no | |
|
|
6789
6760
|
|
|
6790
6761
|
---
|
|
6791
6762
|
|
|
6792
6763
|
|
|
6793
6764
|
|
|
6794
6765
|
|
|
6795
|
-
#### [
|
|
6766
|
+
#### [AffiliateBagDetails](#AffiliateBagDetails)
|
|
6796
6767
|
|
|
6797
6768
|
| Properties | Type | Nullable | Description |
|
|
6798
6769
|
| ---------- | ---- | -------- | ----------- |
|
|
6799
|
-
|
|
|
6770
|
+
| affiliate_order_id | string | yes | |
|
|
6771
|
+
| loyalty_discount | number | no | |
|
|
6772
|
+
| affiliate_bag_id | string | yes | |
|
|
6773
|
+
| employee_discount | number | no | |
|
|
6774
|
+
| affiliate_meta | [AffiliateMeta](#AffiliateMeta) | yes | |
|
|
6800
6775
|
|
|
6801
6776
|
---
|
|
6802
6777
|
|
|
6803
6778
|
|
|
6804
6779
|
|
|
6805
6780
|
|
|
6806
|
-
#### [
|
|
6781
|
+
#### [PDFLinks](#PDFLinks)
|
|
6807
6782
|
|
|
6808
6783
|
| Properties | Type | Nullable | Description |
|
|
6809
6784
|
| ---------- | ---- | -------- | ----------- |
|
|
6810
|
-
|
|
|
6811
|
-
|
|
|
6812
|
-
|
|
|
6785
|
+
| invoice_a4 | string | no | |
|
|
6786
|
+
| b2b | string | no | |
|
|
6787
|
+
| invoice_a6 | string | no | |
|
|
6788
|
+
| invoice_pos | string | no | |
|
|
6789
|
+
| label_a4 | string | no | |
|
|
6790
|
+
| label_a6 | string | no | |
|
|
6791
|
+
| label_pos | string | no | |
|
|
6792
|
+
| label | string | no | |
|
|
6793
|
+
| invoice | string | no | |
|
|
6794
|
+
| label_type | string | yes | |
|
|
6795
|
+
| invoice_type | string | yes | |
|
|
6796
|
+
| po_invoice | string | no | |
|
|
6797
|
+
| credit_note_url | string | no | |
|
|
6813
6798
|
|
|
6814
6799
|
---
|
|
6815
6800
|
|
|
6816
6801
|
|
|
6817
6802
|
|
|
6818
6803
|
|
|
6819
|
-
#### [
|
|
6804
|
+
#### [EInvoice](#EInvoice)
|
|
6820
6805
|
|
|
6821
6806
|
| Properties | Type | Nullable | Description |
|
|
6822
6807
|
| ---------- | ---- | -------- | ----------- |
|
|
6823
|
-
|
|
|
6824
|
-
|
|
|
6825
|
-
|
|
|
6826
|
-
|
|
|
6827
|
-
|
|
|
6828
|
-
|
|
|
6829
|
-
|
|
|
6830
|
-
| einvoice_portal_details | [EInvoicePortalDetails](#EInvoicePortalDetails) | no | |
|
|
6831
|
-
| product_return_config | string | no | |
|
|
6832
|
-
| additional_contact_details | string | no | |
|
|
6833
|
-
| stage | string | yes | |
|
|
6808
|
+
| irn | string | no | |
|
|
6809
|
+
| error_message | string | no | |
|
|
6810
|
+
| acknowledge_no | number | no | |
|
|
6811
|
+
| error_code | string | no | |
|
|
6812
|
+
| signed_invoice | string | no | |
|
|
6813
|
+
| signed_qr_code | string | no | |
|
|
6814
|
+
| acknowledge_date | string | no | |
|
|
6834
6815
|
|
|
6835
6816
|
---
|
|
6836
6817
|
|
|
6837
6818
|
|
|
6838
6819
|
|
|
6839
6820
|
|
|
6840
|
-
#### [
|
|
6821
|
+
#### [EinvoiceInfo](#EinvoiceInfo)
|
|
6841
6822
|
|
|
6842
6823
|
| Properties | Type | Nullable | Description |
|
|
6843
6824
|
| ---------- | ---- | -------- | ----------- |
|
|
6844
|
-
|
|
|
6845
|
-
|
|
|
6846
|
-
| phone | string | yes | |
|
|
6847
|
-
| country | string | yes | |
|
|
6848
|
-
| version | string | no | |
|
|
6849
|
-
| latitude | number | yes | |
|
|
6850
|
-
| country_code | string | yes | |
|
|
6851
|
-
| area | string | no | |
|
|
6852
|
-
| city | string | yes | |
|
|
6853
|
-
| longitude | number | yes | |
|
|
6854
|
-
| landmark | string | no | |
|
|
6855
|
-
| contact_person | string | yes | |
|
|
6856
|
-
| address_category | string | yes | |
|
|
6857
|
-
| created_at | string | yes | |
|
|
6858
|
-
| state | string | yes | |
|
|
6859
|
-
| address_type | string | yes | |
|
|
6860
|
-
| updated_at | string | yes | |
|
|
6861
|
-
| email | string | no | |
|
|
6862
|
-
| address2 | string | no | |
|
|
6825
|
+
| credit_note | [EInvoice](#EInvoice) | no | |
|
|
6826
|
+
| invoice | [EInvoice](#EInvoice) | no | |
|
|
6863
6827
|
|
|
6864
6828
|
---
|
|
6865
6829
|
|
|
6866
6830
|
|
|
6867
6831
|
|
|
6868
6832
|
|
|
6869
|
-
#### [
|
|
6833
|
+
#### [Formatted](#Formatted)
|
|
6870
6834
|
|
|
6871
6835
|
| Properties | Type | Nullable | Description |
|
|
6872
6836
|
| ---------- | ---- | -------- | ----------- |
|
|
6873
|
-
|
|
|
6874
|
-
|
|
|
6875
|
-
| phone | number | yes | |
|
|
6876
|
-
| country | string | yes | |
|
|
6877
|
-
| packaging_material_count | number | no | |
|
|
6878
|
-
| is_enabled_for_recon | boolean | no | |
|
|
6879
|
-
| mall_name | string | no | |
|
|
6880
|
-
| store_active_from | string | no | |
|
|
6881
|
-
| is_archived | boolean | no | |
|
|
6882
|
-
| store_email | string | yes | |
|
|
6883
|
-
| fulfillment_channel | string | yes | |
|
|
6884
|
-
| latitude | number | yes | |
|
|
6885
|
-
| name | string | yes | |
|
|
6886
|
-
| vat_no | string | no | |
|
|
6887
|
-
| is_active | boolean | no | |
|
|
6888
|
-
| brand_id | any | no | |
|
|
6889
|
-
| meta | [StoreMeta](#StoreMeta) | yes | |
|
|
6890
|
-
| alohomora_user_id | number | no | |
|
|
6891
|
-
| location_type | string | yes | |
|
|
6892
|
-
| city | string | yes | |
|
|
6893
|
-
| longitude | number | yes | |
|
|
6894
|
-
| parent_store_id | number | no | |
|
|
6895
|
-
| contact_person | string | yes | |
|
|
6896
|
-
| code | string | no | |
|
|
6897
|
-
| brand_store_tags | [string] | no | |
|
|
6898
|
-
| created_at | string | yes | |
|
|
6899
|
-
| s_id | string | yes | |
|
|
6900
|
-
| mall_area | string | no | |
|
|
6901
|
-
| order_integration_id | string | no | |
|
|
6902
|
-
| state | string | yes | |
|
|
6903
|
-
| store_address_json | [StoreAddress](#StoreAddress) | no | |
|
|
6904
|
-
| updated_at | string | no | |
|
|
6905
|
-
| login_username | string | yes | |
|
|
6906
|
-
| company_id | number | yes | |
|
|
6907
|
-
| address2 | string | no | |
|
|
6837
|
+
| f_min | string | no | |
|
|
6838
|
+
| f_max | string | no | |
|
|
6908
6839
|
|
|
6909
6840
|
---
|
|
6910
6841
|
|
|
6911
6842
|
|
|
6912
6843
|
|
|
6913
6844
|
|
|
6914
|
-
#### [
|
|
6845
|
+
#### [ShipmentTimeStamp](#ShipmentTimeStamp)
|
|
6915
6846
|
|
|
6916
6847
|
| Properties | Type | Nullable | Description |
|
|
6917
6848
|
| ---------- | ---- | -------- | ----------- |
|
|
6918
|
-
|
|
|
6919
|
-
|
|
|
6920
|
-
| cgst_tax_percentage | number | yes | |
|
|
6921
|
-
| value_of_good | number | yes | |
|
|
6922
|
-
| gst_fee | number | yes | |
|
|
6923
|
-
| hsn_code | string | yes | |
|
|
6924
|
-
| igst_gst_fee | string | yes | |
|
|
6925
|
-
| gst_tax_percentage | number | yes | |
|
|
6926
|
-
| is_default_hsn_code | boolean | no | |
|
|
6927
|
-
| sgst_gst_fee | string | yes | |
|
|
6928
|
-
| gstin_code | string | no | |
|
|
6929
|
-
| gst_tag | string | yes | |
|
|
6930
|
-
| sgst_tax_percentage | number | yes | |
|
|
6931
|
-
| hsn_code_id | string | yes | |
|
|
6932
|
-
| brand_calculated_amount | number | yes | |
|
|
6933
|
-
| cgst_gst_fee | string | yes | |
|
|
6849
|
+
| t_max | string | no | |
|
|
6850
|
+
| t_min | string | no | |
|
|
6934
6851
|
|
|
6935
6852
|
---
|
|
6936
6853
|
|
|
6937
6854
|
|
|
6938
6855
|
|
|
6939
6856
|
|
|
6940
|
-
#### [
|
|
6857
|
+
#### [DebugInfo](#DebugInfo)
|
|
6941
6858
|
|
|
6942
6859
|
| Properties | Type | Nullable | Description |
|
|
6943
6860
|
| ---------- | ---- | -------- | ----------- |
|
|
6944
|
-
|
|
|
6945
|
-
| po_line_amount | number | no | |
|
|
6946
|
-
| po_tax_amount | number | no | |
|
|
6947
|
-
| item_base_price | number | no | |
|
|
6948
|
-
| docker_number | string | no | |
|
|
6949
|
-
| partial_can_ret | boolean | no | |
|
|
6861
|
+
| stormbreaker_uuid | string | no | |
|
|
6950
6862
|
|
|
6951
6863
|
---
|
|
6952
6864
|
|
|
6953
6865
|
|
|
6954
6866
|
|
|
6955
6867
|
|
|
6956
|
-
#### [
|
|
6868
|
+
#### [BuyerDetails](#BuyerDetails)
|
|
6957
6869
|
|
|
6958
6870
|
| Properties | Type | Nullable | Description |
|
|
6959
6871
|
| ---------- | ---- | -------- | ----------- |
|
|
6960
|
-
|
|
|
6872
|
+
| gstin | string | yes | |
|
|
6873
|
+
| city | string | yes | |
|
|
6874
|
+
| pincode | number | yes | |
|
|
6875
|
+
| name | string | yes | |
|
|
6876
|
+
| address | string | yes | |
|
|
6877
|
+
| ajio_site_id | string | no | |
|
|
6878
|
+
| state | string | yes | |
|
|
6961
6879
|
|
|
6962
6880
|
---
|
|
6963
6881
|
|
|
6964
6882
|
|
|
6965
6883
|
|
|
6966
6884
|
|
|
6967
|
-
#### [
|
|
6885
|
+
#### [LockData](#LockData)
|
|
6968
6886
|
|
|
6969
6887
|
| Properties | Type | Nullable | Description |
|
|
6970
6888
|
| ---------- | ---- | -------- | ----------- |
|
|
6971
|
-
|
|
|
6889
|
+
| lock_message | string | no | |
|
|
6890
|
+
| mto | boolean | no | |
|
|
6891
|
+
| locked | boolean | no | |
|
|
6972
6892
|
|
|
6973
6893
|
---
|
|
6974
6894
|
|
|
6975
6895
|
|
|
6976
6896
|
|
|
6977
6897
|
|
|
6978
|
-
#### [
|
|
6898
|
+
#### [ShipmentMeta](#ShipmentMeta)
|
|
6979
6899
|
|
|
6980
6900
|
| Properties | Type | Nullable | Description |
|
|
6981
6901
|
| ---------- | ---- | -------- | ----------- |
|
|
6982
|
-
|
|
|
6983
|
-
|
|
|
6902
|
+
| dp_sort_key | string | no | |
|
|
6903
|
+
| assign_dp_from_sb | boolean | no | |
|
|
6904
|
+
| dp_name | string | no | |
|
|
6905
|
+
| return_affiliate_order_id | string | no | |
|
|
6906
|
+
| box_type | string | no | |
|
|
6907
|
+
| b2c_buyer_details | string | no | |
|
|
6908
|
+
| shipment_weight | number | no | |
|
|
6909
|
+
| return_details | string | no | |
|
|
6910
|
+
| forward_affiliate_order_id | string | no | |
|
|
6911
|
+
| due_date | string | no | |
|
|
6912
|
+
| einvoice_info | [EinvoiceInfo](#EinvoiceInfo) | no | |
|
|
6913
|
+
| shipment_volumetric_weight | number | no | |
|
|
6914
|
+
| order_type | string | no | |
|
|
6915
|
+
| fulfilment_priority_text | string | no | |
|
|
6916
|
+
| return_affiliate_shipment_id | string | no | |
|
|
6917
|
+
| dp_id | string | no | |
|
|
6918
|
+
| weight | number | yes | |
|
|
6919
|
+
| store_invoice_updated_date | string | no | |
|
|
6920
|
+
| dp_options | string | no | |
|
|
6921
|
+
| same_store_available | boolean | yes | |
|
|
6922
|
+
| auto_trigger_dp_assignment_acf | boolean | yes | |
|
|
6923
|
+
| ewaybill_info | string | no | |
|
|
6924
|
+
| return_store_node | number | no | |
|
|
6925
|
+
| po_number | string | no | |
|
|
6926
|
+
| formatted | [Formatted](#Formatted) | no | |
|
|
6927
|
+
| bag_weight | string | no | |
|
|
6928
|
+
| timestamp | [ShipmentTimeStamp](#ShipmentTimeStamp) | no | |
|
|
6929
|
+
| debug_info | [DebugInfo](#DebugInfo) | no | |
|
|
6930
|
+
| forward_affiliate_shipment_id | string | no | |
|
|
6931
|
+
| b2b_buyer_details | [BuyerDetails](#BuyerDetails) | no | |
|
|
6932
|
+
| awb_number | string | no | |
|
|
6933
|
+
| return_awb_number | string | no | |
|
|
6934
|
+
| marketplace_store_id | string | no | |
|
|
6935
|
+
| external | string | no | |
|
|
6936
|
+
| packaging_name | string | no | |
|
|
6937
|
+
| lock_data | [LockData](#LockData) | no | |
|
|
6938
|
+
|
|
6939
|
+
---
|
|
6940
|
+
|
|
6941
|
+
|
|
6942
|
+
|
|
6943
|
+
|
|
6944
|
+
#### [AffiliateDetails](#AffiliateDetails)
|
|
6945
|
+
|
|
6946
|
+
| Properties | Type | Nullable | Description |
|
|
6947
|
+
| ---------- | ---- | -------- | ----------- |
|
|
6948
|
+
| affiliate_store_id | string | yes | |
|
|
6949
|
+
| affiliate_order_id | string | yes | |
|
|
6950
|
+
| ad_id | string | no | |
|
|
6951
|
+
| affiliate_shipment_id | string | yes | |
|
|
6952
|
+
| affiliate_bag_id | string | yes | |
|
|
6953
|
+
| pdf_links | [PDFLinks](#PDFLinks) | no | |
|
|
6954
|
+
| company_affiliate_tag | string | no | |
|
|
6955
|
+
| shipment_meta | [ShipmentMeta](#ShipmentMeta) | yes | |
|
|
6956
|
+
| affiliate_id | string | no | |
|
|
6957
|
+
| affiliate_meta | [AffiliateMeta](#AffiliateMeta) | yes | |
|
|
6984
6958
|
|
|
6985
6959
|
---
|
|
6986
6960
|
|
|
@@ -6991,14 +6965,14 @@ Sms Sent successfully
|
|
|
6991
6965
|
|
|
6992
6966
|
| Properties | Type | Nullable | Description |
|
|
6993
6967
|
| ---------- | ---- | -------- | ----------- |
|
|
6968
|
+
| essential | string | no | |
|
|
6994
6969
|
| name | string | no | |
|
|
6970
|
+
| marketer_address | string | no | |
|
|
6995
6971
|
| gender | [string] | no | |
|
|
6996
|
-
| primary_material | string | no | |
|
|
6997
6972
|
| primary_color | string | no | |
|
|
6998
6973
|
| brand_name | string | no | |
|
|
6999
|
-
| marketer_address | string | no | |
|
|
7000
|
-
| essential | string | no | |
|
|
7001
6974
|
| marketer_name | string | no | |
|
|
6975
|
+
| primary_material | string | no | |
|
|
7002
6976
|
| primary_color_hex | string | no | |
|
|
7003
6977
|
|
|
7004
6978
|
---
|
|
@@ -7010,30 +6984,30 @@ Sms Sent successfully
|
|
|
7010
6984
|
|
|
7011
6985
|
| Properties | Type | Nullable | Description |
|
|
7012
6986
|
| ---------- | ---- | -------- | ----------- |
|
|
7013
|
-
|
|
|
7014
|
-
| branch_url | string | no | |
|
|
6987
|
+
| code | string | no | |
|
|
7015
6988
|
| image | [string] | yes | |
|
|
7016
|
-
|
|
|
7017
|
-
|
|
|
7018
|
-
|
|
|
7019
|
-
| name | string | yes | |
|
|
6989
|
+
| l1_category | [string] | no | |
|
|
6990
|
+
| meta | string | no | |
|
|
6991
|
+
| item_id | number | yes | |
|
|
7020
6992
|
| l3_category_name | string | no | |
|
|
6993
|
+
| can_return | boolean | no | |
|
|
6994
|
+
| can_cancel | boolean | no | |
|
|
6995
|
+
| l2_category | [string] | no | |
|
|
7021
6996
|
| department_id | number | no | |
|
|
7022
|
-
|
|
|
6997
|
+
| l2_category_id | number | no | |
|
|
7023
6998
|
| brand_id | number | yes | |
|
|
7024
|
-
| meta | string | no | |
|
|
7025
|
-
| l2_category | [string] | no | |
|
|
7026
|
-
| gender | string | no | |
|
|
7027
|
-
| can_cancel | boolean | no | |
|
|
7028
6999
|
| webstore_product_url | string | no | |
|
|
7029
|
-
|
|
|
7030
|
-
|
|
|
7031
|
-
|
|
|
7000
|
+
| color | string | no | |
|
|
7001
|
+
| name | string | yes | |
|
|
7002
|
+
| attributes | [Attributes](#Attributes) | yes | |
|
|
7003
|
+
| l3_category | number | no | |
|
|
7004
|
+
| gender | string | no | |
|
|
7005
|
+
| branch_url | string | no | |
|
|
7006
|
+
| last_updated_at | string | no | |
|
|
7032
7007
|
| size | string | yes | |
|
|
7008
|
+
| brand | string | yes | |
|
|
7033
7009
|
| slug_key | string | yes | |
|
|
7034
|
-
| l1_category | [string] | no | |
|
|
7035
7010
|
| l1_category_id | number | no | |
|
|
7036
|
-
| l2_category_id | number | no | |
|
|
7037
7011
|
|
|
7038
7012
|
---
|
|
7039
7013
|
|
|
@@ -7044,60 +7018,86 @@ Sms Sent successfully
|
|
|
7044
7018
|
|
|
7045
7019
|
| Properties | Type | Nullable | Description |
|
|
7046
7020
|
| ---------- | ---- | -------- | ----------- |
|
|
7047
|
-
| is_virtual_invoice | boolean | no | |
|
|
7048
|
-
| script_last_ran | string | no | |
|
|
7049
|
-
| credit_note_allowed | boolean | no | |
|
|
7050
|
-
| brand_name | string | yes | |
|
|
7051
7021
|
| brand_id | number | yes | |
|
|
7052
|
-
| credit_note_expiry_days | number | no | |
|
|
7053
|
-
| modified_on | number | no | |
|
|
7054
|
-
| start_date | string | no | |
|
|
7055
|
-
| logo | string | no | |
|
|
7056
7022
|
| company | string | yes | |
|
|
7023
|
+
| pickup_location | string | no | |
|
|
7057
7024
|
| invoice_prefix | string | no | |
|
|
7025
|
+
| start_date | string | no | |
|
|
7026
|
+
| is_virtual_invoice | boolean | no | |
|
|
7027
|
+
| modified_on | number | no | |
|
|
7028
|
+
| script_last_ran | string | no | |
|
|
7029
|
+
| brand_name | string | yes | |
|
|
7058
7030
|
| created_on | number | no | |
|
|
7059
|
-
|
|
|
7031
|
+
| credit_note_allowed | boolean | no | |
|
|
7032
|
+
| logo | string | no | |
|
|
7033
|
+
| credit_note_expiry_days | number | no | |
|
|
7060
7034
|
|
|
7061
7035
|
---
|
|
7062
7036
|
|
|
7063
7037
|
|
|
7064
7038
|
|
|
7065
7039
|
|
|
7066
|
-
#### [
|
|
7040
|
+
#### [BagGSTDetails](#BagGSTDetails)
|
|
7067
7041
|
|
|
7068
7042
|
| Properties | Type | Nullable | Description |
|
|
7069
7043
|
| ---------- | ---- | -------- | ----------- |
|
|
7070
|
-
|
|
|
7071
|
-
|
|
|
7072
|
-
|
|
|
7044
|
+
| cgst_gst_fee | string | yes | |
|
|
7045
|
+
| is_default_hsn_code | boolean | no | |
|
|
7046
|
+
| cgst_tax_percentage | number | yes | |
|
|
7047
|
+
| igst_gst_fee | string | yes | |
|
|
7048
|
+
| sgst_gst_fee | string | yes | |
|
|
7049
|
+
| gst_tax_percentage | number | yes | |
|
|
7050
|
+
| gst_tag | string | yes | |
|
|
7051
|
+
| brand_calculated_amount | number | yes | |
|
|
7052
|
+
| gst_fee | number | yes | |
|
|
7053
|
+
| value_of_good | number | yes | |
|
|
7054
|
+
| igst_tax_percentage | number | yes | |
|
|
7055
|
+
| sgst_tax_percentage | number | yes | |
|
|
7056
|
+
| gstin_code | string | no | |
|
|
7057
|
+
| tax_collected_at_source | number | yes | |
|
|
7058
|
+
| hsn_code_id | string | yes | |
|
|
7059
|
+
| hsn_code | string | yes | |
|
|
7073
7060
|
|
|
7074
7061
|
---
|
|
7075
7062
|
|
|
7076
7063
|
|
|
7077
7064
|
|
|
7078
7065
|
|
|
7079
|
-
#### [
|
|
7066
|
+
#### [ReturnConfig](#ReturnConfig)
|
|
7080
7067
|
|
|
7081
7068
|
| Properties | Type | Nullable | Description |
|
|
7082
7069
|
| ---------- | ---- | -------- | ----------- |
|
|
7083
|
-
| width | number | no | |
|
|
7084
7070
|
| unit | string | no | |
|
|
7071
|
+
| time | number | no | |
|
|
7072
|
+
| returnable | boolean | no | |
|
|
7073
|
+
|
|
7074
|
+
---
|
|
7075
|
+
|
|
7076
|
+
|
|
7077
|
+
|
|
7078
|
+
|
|
7079
|
+
#### [Weight](#Weight)
|
|
7080
|
+
|
|
7081
|
+
| Properties | Type | Nullable | Description |
|
|
7082
|
+
| ---------- | ---- | -------- | ----------- |
|
|
7085
7083
|
| is_default | boolean | no | |
|
|
7086
|
-
|
|
|
7087
|
-
|
|
|
7084
|
+
| unit | string | no | |
|
|
7085
|
+
| shipping | number | no | |
|
|
7088
7086
|
|
|
7089
7087
|
---
|
|
7090
7088
|
|
|
7091
7089
|
|
|
7092
7090
|
|
|
7093
7091
|
|
|
7094
|
-
#### [
|
|
7092
|
+
#### [Dimensions](#Dimensions)
|
|
7095
7093
|
|
|
7096
7094
|
| Properties | Type | Nullable | Description |
|
|
7097
7095
|
| ---------- | ---- | -------- | ----------- |
|
|
7098
|
-
| time | number | no | |
|
|
7099
|
-
| returnable | boolean | no | |
|
|
7100
7096
|
| unit | string | no | |
|
|
7097
|
+
| height | number | no | |
|
|
7098
|
+
| length | number | no | |
|
|
7099
|
+
| is_default | boolean | no | |
|
|
7100
|
+
| width | number | no | |
|
|
7101
7101
|
|
|
7102
7102
|
---
|
|
7103
7103
|
|
|
@@ -7108,20 +7108,20 @@ Sms Sent successfully
|
|
|
7108
7108
|
|
|
7109
7109
|
| Properties | Type | Nullable | Description |
|
|
7110
7110
|
| ---------- | ---- | -------- | ----------- |
|
|
7111
|
-
| child_details | string | no | |
|
|
7112
|
-
| weight | [Weight](#Weight) | no | |
|
|
7113
|
-
| dimensions | [Dimensions](#Dimensions) | no | |
|
|
7114
|
-
| size | string | yes | |
|
|
7115
|
-
| is_set | boolean | no | |
|
|
7116
|
-
| seller_identifier | string | yes | |
|
|
7117
|
-
| return_config | [ReturnConfig](#ReturnConfig) | no | |
|
|
7118
|
-
| esp_modified | any | no | |
|
|
7111
|
+
| child_details | string | no | |
|
|
7119
7112
|
| _id | string | yes | |
|
|
7120
|
-
|
|
|
7113
|
+
| code | string | no | |
|
|
7121
7114
|
| uid | string | yes | |
|
|
7115
|
+
| identifiers | [Identifier](#Identifier) | yes | |
|
|
7116
|
+
| is_set | boolean | no | |
|
|
7117
|
+
| return_config | [ReturnConfig](#ReturnConfig) | no | |
|
|
7122
7118
|
| raw_meta | any | no | |
|
|
7123
|
-
|
|
|
7119
|
+
| weight | [Weight](#Weight) | no | |
|
|
7124
7120
|
| a_set | string | no | |
|
|
7121
|
+
| seller_identifier | string | yes | |
|
|
7122
|
+
| esp_modified | any | no | |
|
|
7123
|
+
| dimensions | [Dimensions](#Dimensions) | no | |
|
|
7124
|
+
| size | string | yes | |
|
|
7125
7125
|
|
|
7126
7126
|
---
|
|
7127
7127
|
|
|
@@ -7132,45 +7132,45 @@ Sms Sent successfully
|
|
|
7132
7132
|
|
|
7133
7133
|
| Properties | Type | Nullable | Description |
|
|
7134
7134
|
| ---------- | ---- | -------- | ----------- |
|
|
7135
|
-
|
|
|
7135
|
+
| article_details | [ArticleDetails](#ArticleDetails) | no | |
|
|
7136
|
+
| bag_status_history | [BagStatusHistory](#BagStatusHistory) | no | |
|
|
7137
|
+
| dates | [Dates](#Dates) | no | |
|
|
7138
|
+
| order_integration_id | string | no | |
|
|
7139
|
+
| operational_status | string | no | |
|
|
7140
|
+
| reasons | [string] | no | |
|
|
7141
|
+
| bag_update_time | number | no | |
|
|
7142
|
+
| identifier | string | no | |
|
|
7143
|
+
| meta | [BagMeta](#BagMeta) | no | |
|
|
7144
|
+
| prices | [Prices](#Prices) | yes | |
|
|
7136
7145
|
| status | [BagReturnableCancelableStatus](#BagReturnableCancelableStatus) | yes | |
|
|
7137
|
-
| affiliate_details | [AffiliateDetails](#AffiliateDetails) | no | |
|
|
7138
7146
|
| qc_required | any | no | |
|
|
7139
|
-
| prices | [Prices](#Prices) | yes | |
|
|
7140
|
-
| b_id | number | yes | |
|
|
7141
|
-
| ordering_store | [Store](#Store) | no | |
|
|
7142
|
-
| financial_breakup | [[FinancialBreakup](#FinancialBreakup)] | yes | |
|
|
7143
7147
|
| journey_type | string | yes | |
|
|
7144
|
-
| gst_details | [BagGSTDetails](#BagGSTDetails) | yes | |
|
|
7145
|
-
| restore_promos | string | no | |
|
|
7146
|
-
| current_operational_status | [BagStatusHistory](#BagStatusHistory) | yes | |
|
|
7147
|
-
| bag_update_time | number | no | |
|
|
7148
|
-
| seller_identifier | string | no | |
|
|
7149
|
-
| identifier | string | no | |
|
|
7150
|
-
| no_of_bags_order | number | no | |
|
|
7151
7148
|
| display_name | string | no | |
|
|
7152
|
-
|
|
|
7153
|
-
|
|
|
7154
|
-
| b_type | string | no | |
|
|
7155
|
-
| operational_status | string | no | |
|
|
7156
|
-
| article_details | [ArticleDetails](#ArticleDetails) | no | |
|
|
7157
|
-
| dates | [Dates](#Dates) | no | |
|
|
7158
|
-
| parent_promo_bags | string | no | |
|
|
7149
|
+
| ordering_store | [Store](#Store) | no | |
|
|
7150
|
+
| affiliate_bag_details | [AffiliateBagDetails](#AffiliateBagDetails) | yes | |
|
|
7159
7151
|
| quantity | number | no | |
|
|
7160
|
-
| item | [Item](#Item) | yes | |
|
|
7161
7152
|
| shipment_id | string | no | |
|
|
7162
|
-
|
|
|
7153
|
+
| b_type | string | no | |
|
|
7154
|
+
| restore_coupon | boolean | no | |
|
|
7155
|
+
| parent_promo_bags | string | no | |
|
|
7163
7156
|
| applied_promos | [string] | no | |
|
|
7157
|
+
| b_id | number | yes | |
|
|
7158
|
+
| bag_status | [[BagStatusHistory](#BagStatusHistory)] | yes | |
|
|
7164
7159
|
| current_status | [BagStatusHistory](#BagStatusHistory) | yes | |
|
|
7165
|
-
|
|
|
7166
|
-
|
|
|
7167
|
-
|
|
|
7160
|
+
| financial_breakup | [[FinancialBreakup](#FinancialBreakup)] | yes | |
|
|
7161
|
+
| seller_identifier | string | no | |
|
|
7162
|
+
| affiliate_details | [AffiliateDetails](#AffiliateDetails) | no | |
|
|
7163
|
+
| item | [Item](#Item) | yes | |
|
|
7168
7164
|
| original_bag_list | [number] | no | |
|
|
7169
|
-
|
|
|
7170
|
-
|
|
|
7165
|
+
| current_operational_status | [BagStatusHistory](#BagStatusHistory) | yes | |
|
|
7166
|
+
| no_of_bags_order | number | no | |
|
|
7167
|
+
| brand | [Brand](#Brand) | yes | |
|
|
7168
|
+
| tags | [string] | no | |
|
|
7169
|
+
| gst_details | [BagGSTDetails](#BagGSTDetails) | yes | |
|
|
7170
|
+
| restore_promos | string | no | |
|
|
7171
7171
|
| entity_type | string | no | |
|
|
7172
|
+
| line_number | number | no | |
|
|
7172
7173
|
| article | [Article](#Article) | yes | |
|
|
7173
|
-
| restore_coupon | boolean | no | |
|
|
7174
7174
|
|
|
7175
7175
|
---
|
|
7176
7176
|
|
|
@@ -7193,11 +7193,11 @@ Sms Sent successfully
|
|
|
7193
7193
|
|
|
7194
7194
|
| Properties | Type | Nullable | Description |
|
|
7195
7195
|
| ---------- | ---- | -------- | ----------- |
|
|
7196
|
-
| page_type | string | yes | |
|
|
7197
7196
|
| item_total | number | yes | |
|
|
7198
|
-
|
|
|
7199
|
-
| has_next | boolean | yes | |
|
|
7197
|
+
| page_type | string | yes | |
|
|
7200
7198
|
| current | number | yes | |
|
|
7199
|
+
| has_next | boolean | yes | |
|
|
7200
|
+
| size | number | yes | |
|
|
7201
7201
|
|
|
7202
7202
|
---
|
|
7203
7203
|
|
|
@@ -7208,8 +7208,8 @@ Sms Sent successfully
|
|
|
7208
7208
|
|
|
7209
7209
|
| Properties | Type | Nullable | Description |
|
|
7210
7210
|
| ---------- | ---- | -------- | ----------- |
|
|
7211
|
-
| page | [Page1](#Page1) | yes | |
|
|
7212
7211
|
| items | [[BagDetailsPlatformResponse](#BagDetailsPlatformResponse)] | yes | |
|
|
7212
|
+
| page | [Page1](#Page1) | yes | |
|
|
7213
7213
|
|
|
7214
7214
|
---
|
|
7215
7215
|
|
|
@@ -7232,9 +7232,9 @@ Sms Sent successfully
|
|
|
7232
7232
|
| Properties | Type | Nullable | Description |
|
|
7233
7233
|
| ---------- | ---- | -------- | ----------- |
|
|
7234
7234
|
| status | number | no | |
|
|
7235
|
-
| error | string | no | |
|
|
7236
|
-
| shipment_id | string | no | |
|
|
7237
7235
|
| message | string | no | |
|
|
7236
|
+
| shipment_id | string | no | |
|
|
7237
|
+
| error | string | no | |
|
|
7238
7238
|
|
|
7239
7239
|
---
|
|
7240
7240
|
|
|
@@ -7269,16 +7269,16 @@ Sms Sent successfully
|
|
|
7269
7269
|
|
|
7270
7270
|
| Properties | Type | Nullable | Description |
|
|
7271
7271
|
| ---------- | ---- | -------- | ----------- |
|
|
7272
|
-
| set_id | string | no | |
|
|
7273
|
-
| mongo_article_id | string | no | |
|
|
7274
|
-
| store_id | number | yes | |
|
|
7275
|
-
| bag_id | number | no | |
|
|
7276
7272
|
| affiliate_order_id | string | no | |
|
|
7277
|
-
|
|
|
7273
|
+
| bag_id | number | no | |
|
|
7278
7274
|
| affiliate_bag_id | string | no | |
|
|
7275
|
+
| set_id | string | no | |
|
|
7279
7276
|
| affiliate_id | string | no | |
|
|
7280
|
-
|
|
|
7277
|
+
| reason_ids | [number] | no | |
|
|
7281
7278
|
| item_id | string | no | |
|
|
7279
|
+
| mongo_article_id | string | no | |
|
|
7280
|
+
| store_id | number | yes | |
|
|
7281
|
+
| fynd_order_id | string | no | |
|
|
7282
7282
|
|
|
7283
7283
|
---
|
|
7284
7284
|
|
|
@@ -7301,11 +7301,11 @@ Sms Sent successfully
|
|
|
7301
7301
|
|
|
7302
7302
|
| Properties | Type | Nullable | Description |
|
|
7303
7303
|
| ---------- | ---- | -------- | ----------- |
|
|
7304
|
-
| id | string | no | |
|
|
7305
|
-
| affiliate_shipment_id | string | no | |
|
|
7306
7304
|
| affiliate_order_id | string | no | |
|
|
7307
7305
|
| affiliate_bag_id | string | no | |
|
|
7308
7306
|
| affiliate_id | string | no | |
|
|
7307
|
+
| affiliate_shipment_id | string | no | |
|
|
7308
|
+
| id | string | no | |
|
|
7309
7309
|
| reason_text | string | yes | |
|
|
7310
7310
|
|
|
7311
7311
|
---
|
|
@@ -7317,36 +7317,36 @@ Sms Sent successfully
|
|
|
7317
7317
|
|
|
7318
7318
|
| Properties | Type | Nullable | Description |
|
|
7319
7319
|
| ---------- | ---- | -------- | ----------- |
|
|
7320
|
-
| entity_type | string | yes | |
|
|
7321
|
-
| action_type | string | yes | |
|
|
7322
7320
|
| entities | [[Entities](#Entities)] | yes | |
|
|
7323
7321
|
| action | string | yes | |
|
|
7322
|
+
| entity_type | string | yes | |
|
|
7323
|
+
| action_type | string | yes | |
|
|
7324
7324
|
|
|
7325
7325
|
---
|
|
7326
7326
|
|
|
7327
7327
|
|
|
7328
7328
|
|
|
7329
7329
|
|
|
7330
|
-
#### [
|
|
7330
|
+
#### [OriginalFilter](#OriginalFilter)
|
|
7331
7331
|
|
|
7332
7332
|
| Properties | Type | Nullable | Description |
|
|
7333
7333
|
| ---------- | ---- | -------- | ----------- |
|
|
7334
|
-
|
|
|
7335
|
-
|
|
|
7336
|
-
| affiliate_order_id | string | no | |
|
|
7337
|
-
| is_locked | boolean | no | |
|
|
7334
|
+
| affiliate_shipment_id | string | no | |
|
|
7335
|
+
| affiliate_id | string | no | |
|
|
7338
7336
|
|
|
7339
7337
|
---
|
|
7340
7338
|
|
|
7341
7339
|
|
|
7342
7340
|
|
|
7343
7341
|
|
|
7344
|
-
#### [
|
|
7342
|
+
#### [Bags](#Bags)
|
|
7345
7343
|
|
|
7346
7344
|
| Properties | Type | Nullable | Description |
|
|
7347
7345
|
| ---------- | ---- | -------- | ----------- |
|
|
7348
|
-
|
|
|
7349
|
-
|
|
|
7346
|
+
| affiliate_order_id | string | no | |
|
|
7347
|
+
| bag_id | number | no | |
|
|
7348
|
+
| affiliate_bag_id | string | no | |
|
|
7349
|
+
| is_locked | boolean | no | |
|
|
7350
7350
|
|
|
7351
7351
|
---
|
|
7352
7352
|
|
|
@@ -7357,15 +7357,15 @@ Sms Sent successfully
|
|
|
7357
7357
|
|
|
7358
7358
|
| Properties | Type | Nullable | Description |
|
|
7359
7359
|
| ---------- | ---- | -------- | ----------- |
|
|
7360
|
+
| is_bag_locked | boolean | no | |
|
|
7360
7361
|
| lock_status | boolean | no | |
|
|
7361
|
-
| shipment_id | string | no | |
|
|
7362
|
-
| bags | [[Bags](#Bags)] | no | |
|
|
7363
7362
|
| original_filter | [OriginalFilter](#OriginalFilter) | no | |
|
|
7364
|
-
| affiliate_shipment_id | string | no | |
|
|
7365
|
-
| is_bag_locked | boolean | no | |
|
|
7366
7363
|
| status | string | no | |
|
|
7367
7364
|
| affiliate_id | string | no | |
|
|
7365
|
+
| affiliate_shipment_id | string | no | |
|
|
7368
7366
|
| is_shipment_locked | boolean | no | |
|
|
7367
|
+
| bags | [[Bags](#Bags)] | no | |
|
|
7368
|
+
| shipment_id | string | no | |
|
|
7369
7369
|
|
|
7370
7370
|
---
|
|
7371
7371
|
|
|
@@ -7376,8 +7376,8 @@ Sms Sent successfully
|
|
|
7376
7376
|
|
|
7377
7377
|
| Properties | Type | Nullable | Description |
|
|
7378
7378
|
| ---------- | ---- | -------- | ----------- |
|
|
7379
|
-
| success | boolean | no | |
|
|
7380
7379
|
| check_response | [[CheckResponse](#CheckResponse)] | no | |
|
|
7380
|
+
| success | boolean | no | |
|
|
7381
7381
|
| message | string | no | |
|
|
7382
7382
|
|
|
7383
7383
|
---
|
|
@@ -7389,16 +7389,16 @@ Sms Sent successfully
|
|
|
7389
7389
|
|
|
7390
7390
|
| Properties | Type | Nullable | Description |
|
|
7391
7391
|
| ---------- | ---- | -------- | ----------- |
|
|
7392
|
-
|
|
|
7393
|
-
| platform_name | string | no | |
|
|
7392
|
+
| platform_id | string | no | |
|
|
7394
7393
|
| from_datetime | string | no | |
|
|
7395
|
-
|
|
|
7396
|
-
|
|
|
7394
|
+
| platform_name | string | no | |
|
|
7395
|
+
| created_at | string | no | |
|
|
7397
7396
|
| logo_url | string | no | |
|
|
7398
|
-
| platform_id | string | no | |
|
|
7399
7397
|
| to_datetime | string | no | |
|
|
7400
|
-
|
|
|
7398
|
+
| company_id | number | no | |
|
|
7401
7399
|
| title | string | no | |
|
|
7400
|
+
| id | number | yes | |
|
|
7401
|
+
| description | string | no | |
|
|
7402
7402
|
|
|
7403
7403
|
---
|
|
7404
7404
|
|
|
@@ -7440,24 +7440,25 @@ Sms Sent successfully
|
|
|
7440
7440
|
|
|
7441
7441
|
|
|
7442
7442
|
|
|
7443
|
-
#### [
|
|
7443
|
+
#### [Products](#Products)
|
|
7444
7444
|
|
|
7445
7445
|
| Properties | Type | Nullable | Description |
|
|
7446
7446
|
| ---------- | ---- | -------- | ----------- |
|
|
7447
|
-
|
|
|
7448
|
-
|
|
|
7447
|
+
| identifier | string | no | |
|
|
7448
|
+
| quantity | number | no | |
|
|
7449
|
+
| line_number | number | no | |
|
|
7449
7450
|
|
|
7450
7451
|
---
|
|
7451
7452
|
|
|
7452
7453
|
|
|
7453
7454
|
|
|
7454
7455
|
|
|
7455
|
-
#### [
|
|
7456
|
+
#### [ProductsReasonsData](#ProductsReasonsData)
|
|
7456
7457
|
|
|
7457
7458
|
| Properties | Type | Nullable | Description |
|
|
7458
7459
|
| ---------- | ---- | -------- | ----------- |
|
|
7459
|
-
|
|
|
7460
|
-
|
|
|
7460
|
+
| reason_id | number | no | |
|
|
7461
|
+
| reason_text | string | no | |
|
|
7461
7462
|
|
|
7462
7463
|
---
|
|
7463
7464
|
|
|
@@ -7468,57 +7469,57 @@ Sms Sent successfully
|
|
|
7468
7469
|
|
|
7469
7470
|
| Properties | Type | Nullable | Description |
|
|
7470
7471
|
| ---------- | ---- | -------- | ----------- |
|
|
7472
|
+
| identifier | string | no | |
|
|
7471
7473
|
| quantity | number | no | |
|
|
7472
7474
|
| line_number | number | no | |
|
|
7473
|
-
| identifier | string | no | |
|
|
7474
7475
|
|
|
7475
7476
|
---
|
|
7476
7477
|
|
|
7477
7478
|
|
|
7478
7479
|
|
|
7479
7480
|
|
|
7480
|
-
#### [
|
|
7481
|
+
#### [ProductsReasons](#ProductsReasons)
|
|
7481
7482
|
|
|
7482
7483
|
| Properties | Type | Nullable | Description |
|
|
7483
7484
|
| ---------- | ---- | -------- | ----------- |
|
|
7484
|
-
|
|
|
7485
|
-
|
|
|
7485
|
+
| data | [ProductsReasonsData](#ProductsReasonsData) | no | |
|
|
7486
|
+
| filters | [[ProductsReasonsFilters](#ProductsReasonsFilters)] | no | |
|
|
7486
7487
|
|
|
7487
7488
|
---
|
|
7488
7489
|
|
|
7489
7490
|
|
|
7490
7491
|
|
|
7491
7492
|
|
|
7492
|
-
#### [
|
|
7493
|
+
#### [EntityReasonData](#EntityReasonData)
|
|
7493
7494
|
|
|
7494
7495
|
| Properties | Type | Nullable | Description |
|
|
7495
7496
|
| ---------- | ---- | -------- | ----------- |
|
|
7496
|
-
|
|
|
7497
|
-
|
|
|
7497
|
+
| reason_id | number | no | |
|
|
7498
|
+
| reason_text | string | no | |
|
|
7498
7499
|
|
|
7499
7500
|
---
|
|
7500
7501
|
|
|
7501
7502
|
|
|
7502
7503
|
|
|
7503
7504
|
|
|
7504
|
-
#### [
|
|
7505
|
+
#### [EntitiesReasons](#EntitiesReasons)
|
|
7505
7506
|
|
|
7506
7507
|
| Properties | Type | Nullable | Description |
|
|
7507
7508
|
| ---------- | ---- | -------- | ----------- |
|
|
7508
|
-
|
|
|
7509
|
-
|
|
|
7509
|
+
| data | [EntityReasonData](#EntityReasonData) | no | |
|
|
7510
|
+
| filters | [string] | no | |
|
|
7510
7511
|
|
|
7511
7512
|
---
|
|
7512
7513
|
|
|
7513
7514
|
|
|
7514
7515
|
|
|
7515
7516
|
|
|
7516
|
-
#### [
|
|
7517
|
+
#### [ReasonsData](#ReasonsData)
|
|
7517
7518
|
|
|
7518
7519
|
| Properties | Type | Nullable | Description |
|
|
7519
7520
|
| ---------- | ---- | -------- | ----------- |
|
|
7520
|
-
|
|
|
7521
|
-
|
|
|
7521
|
+
| products | [[ProductsReasons](#ProductsReasons)] | no | |
|
|
7522
|
+
| entities | [[EntitiesReasons](#EntitiesReasons)] | no | |
|
|
7522
7523
|
|
|
7523
7524
|
---
|
|
7524
7525
|
|
|
@@ -7529,8 +7530,8 @@ Sms Sent successfully
|
|
|
7529
7530
|
|
|
7530
7531
|
| Properties | Type | Nullable | Description |
|
|
7531
7532
|
| ---------- | ---- | -------- | ----------- |
|
|
7532
|
-
| line_number | number | no | |
|
|
7533
7533
|
| identifier | string | no | |
|
|
7534
|
+
| line_number | number | no | |
|
|
7534
7535
|
|
|
7535
7536
|
---
|
|
7536
7537
|
|
|
@@ -7541,33 +7542,32 @@ Sms Sent successfully
|
|
|
7541
7542
|
|
|
7542
7543
|
| Properties | Type | Nullable | Description |
|
|
7543
7544
|
| ---------- | ---- | -------- | ----------- |
|
|
7544
|
-
| filters | [[ProductsDataUpdatesFilters](#ProductsDataUpdatesFilters)] | no | |
|
|
7545
7545
|
| data | string | no | |
|
|
7546
|
+
| filters | [[ProductsDataUpdatesFilters](#ProductsDataUpdatesFilters)] | no | |
|
|
7546
7547
|
|
|
7547
7548
|
---
|
|
7548
7549
|
|
|
7549
7550
|
|
|
7550
7551
|
|
|
7551
7552
|
|
|
7552
|
-
#### [
|
|
7553
|
+
#### [EntitiesDataUpdates](#EntitiesDataUpdates)
|
|
7553
7554
|
|
|
7554
7555
|
| Properties | Type | Nullable | Description |
|
|
7555
7556
|
| ---------- | ---- | -------- | ----------- |
|
|
7556
|
-
|
|
|
7557
|
-
|
|
|
7557
|
+
| data | string | no | |
|
|
7558
|
+
| filters | [string] | no | |
|
|
7558
7559
|
|
|
7559
7560
|
---
|
|
7560
7561
|
|
|
7561
7562
|
|
|
7562
7563
|
|
|
7563
7564
|
|
|
7564
|
-
#### [
|
|
7565
|
+
#### [DataUpdates](#DataUpdates)
|
|
7565
7566
|
|
|
7566
7567
|
| Properties | Type | Nullable | Description |
|
|
7567
7568
|
| ---------- | ---- | -------- | ----------- |
|
|
7568
|
-
|
|
|
7569
|
-
|
|
|
7570
|
-
| identifier | string | no | |
|
|
7569
|
+
| products | [[ProductsDataUpdates](#ProductsDataUpdates)] | no | |
|
|
7570
|
+
| entities | [[EntitiesDataUpdates](#EntitiesDataUpdates)] | no | |
|
|
7571
7571
|
|
|
7572
7572
|
---
|
|
7573
7573
|
|
|
@@ -7578,10 +7578,10 @@ Sms Sent successfully
|
|
|
7578
7578
|
|
|
7579
7579
|
| Properties | Type | Nullable | Description |
|
|
7580
7580
|
| ---------- | ---- | -------- | ----------- |
|
|
7581
|
+
| products | [[Products](#Products)] | no | |
|
|
7581
7582
|
| reasons | [ReasonsData](#ReasonsData) | no | |
|
|
7582
|
-
| data_updates | [DataUpdates](#DataUpdates) | no | |
|
|
7583
7583
|
| identifier | string | yes | |
|
|
7584
|
-
|
|
|
7584
|
+
| data_updates | [DataUpdates](#DataUpdates) | no | |
|
|
7585
7585
|
|
|
7586
7586
|
---
|
|
7587
7587
|
|
|
@@ -7592,8 +7592,8 @@ Sms Sent successfully
|
|
|
7592
7592
|
|
|
7593
7593
|
| Properties | Type | Nullable | Description |
|
|
7594
7594
|
| ---------- | ---- | -------- | ----------- |
|
|
7595
|
-
| shipments | [[ShipmentsRequest](#ShipmentsRequest)] | no | |
|
|
7596
7595
|
| status | string | no | |
|
|
7596
|
+
| shipments | [[ShipmentsRequest](#ShipmentsRequest)] | no | |
|
|
7597
7597
|
| exclude_bags_next_state | string | no | |
|
|
7598
7598
|
|
|
7599
7599
|
---
|
|
@@ -7605,11 +7605,11 @@ Sms Sent successfully
|
|
|
7605
7605
|
|
|
7606
7606
|
| Properties | Type | Nullable | Description |
|
|
7607
7607
|
| ---------- | ---- | -------- | ----------- |
|
|
7608
|
-
|
|
|
7608
|
+
| task | boolean | no | |
|
|
7609
7609
|
| statuses | [[StatuesRequest](#StatuesRequest)] | no | |
|
|
7610
7610
|
| unlock_before_transition | boolean | no | |
|
|
7611
7611
|
| lock_after_transition | boolean | no | |
|
|
7612
|
-
|
|
|
7612
|
+
| force_transition | boolean | no | |
|
|
7613
7613
|
|
|
7614
7614
|
---
|
|
7615
7615
|
|
|
@@ -7620,14 +7620,14 @@ Sms Sent successfully
|
|
|
7620
7620
|
|
|
7621
7621
|
| Properties | Type | Nullable | Description |
|
|
7622
7622
|
| ---------- | ---- | -------- | ----------- |
|
|
7623
|
-
| stack_trace | string | no | |
|
|
7624
|
-
| exception | string | no | |
|
|
7625
|
-
| code | string | no | |
|
|
7626
|
-
| status | number | no | |
|
|
7627
7623
|
| identifier | string | no | |
|
|
7624
|
+
| status | number | no | |
|
|
7625
|
+
| code | string | no | |
|
|
7628
7626
|
| message | string | no | |
|
|
7629
|
-
|
|
|
7627
|
+
| stack_trace | string | no | |
|
|
7630
7628
|
| final_state | string | no | |
|
|
7629
|
+
| exception | string | no | |
|
|
7630
|
+
| meta | string | no | |
|
|
7631
7631
|
|
|
7632
7632
|
---
|
|
7633
7633
|
|
|
@@ -7656,347 +7656,347 @@ Sms Sent successfully
|
|
|
7656
7656
|
|
|
7657
7657
|
|
|
7658
7658
|
|
|
7659
|
-
#### [
|
|
7659
|
+
#### [AffiliateStoreIdMapping](#AffiliateStoreIdMapping)
|
|
7660
7660
|
|
|
7661
7661
|
| Properties | Type | Nullable | Description |
|
|
7662
7662
|
| ---------- | ---- | -------- | ----------- |
|
|
7663
|
-
|
|
|
7664
|
-
|
|
|
7665
|
-
| first_name | string | yes | |
|
|
7666
|
-
| country | string | yes | |
|
|
7667
|
-
| address1 | string | no | |
|
|
7668
|
-
| address2 | string | no | |
|
|
7669
|
-
| mobile | number | yes | |
|
|
7670
|
-
| state | string | yes | |
|
|
7671
|
-
| last_name | string | yes | |
|
|
7672
|
-
| pincode | string | yes | |
|
|
7673
|
-
| email | string | yes | |
|
|
7663
|
+
| marketplace_store_id | string | yes | |
|
|
7664
|
+
| store_id | number | yes | |
|
|
7674
7665
|
|
|
7675
7666
|
---
|
|
7676
7667
|
|
|
7677
7668
|
|
|
7678
7669
|
|
|
7679
7670
|
|
|
7680
|
-
#### [
|
|
7671
|
+
#### [AffiliateAppConfigMeta](#AffiliateAppConfigMeta)
|
|
7681
7672
|
|
|
7682
7673
|
| Properties | Type | Nullable | Description |
|
|
7683
7674
|
| ---------- | ---- | -------- | ----------- |
|
|
7684
|
-
|
|
|
7685
|
-
|
|
|
7675
|
+
| value | string | yes | |
|
|
7676
|
+
| name | string | yes | |
|
|
7686
7677
|
|
|
7687
7678
|
---
|
|
7688
7679
|
|
|
7689
7680
|
|
|
7690
7681
|
|
|
7691
7682
|
|
|
7692
|
-
#### [
|
|
7683
|
+
#### [AffiliateAppConfig](#AffiliateAppConfig)
|
|
7693
7684
|
|
|
7694
7685
|
| Properties | Type | Nullable | Description |
|
|
7695
7686
|
| ---------- | ---- | -------- | ----------- |
|
|
7696
|
-
|
|
|
7697
|
-
|
|
|
7698
|
-
|
|
|
7687
|
+
| name | string | yes | |
|
|
7688
|
+
| owner | string | yes | |
|
|
7689
|
+
| secret | string | yes | |
|
|
7690
|
+
| created_at | string | yes | |
|
|
7691
|
+
| updated_at | string | yes | |
|
|
7692
|
+
| meta | [[AffiliateAppConfigMeta](#AffiliateAppConfigMeta)] | no | |
|
|
7693
|
+
| token | string | yes | |
|
|
7694
|
+
| id | string | yes | |
|
|
7695
|
+
| description | string | no | |
|
|
7699
7696
|
|
|
7700
7697
|
---
|
|
7701
7698
|
|
|
7702
7699
|
|
|
7703
7700
|
|
|
7704
7701
|
|
|
7705
|
-
#### [
|
|
7702
|
+
#### [AffiliateInventoryLogisticsConfig](#AffiliateInventoryLogisticsConfig)
|
|
7706
7703
|
|
|
7707
7704
|
| Properties | Type | Nullable | Description |
|
|
7708
7705
|
| ---------- | ---- | -------- | ----------- |
|
|
7709
|
-
|
|
|
7710
|
-
| invoice | string | no | |
|
|
7706
|
+
| dp_assignment | boolean | no | |
|
|
7711
7707
|
|
|
7712
7708
|
---
|
|
7713
7709
|
|
|
7714
7710
|
|
|
7715
7711
|
|
|
7716
7712
|
|
|
7717
|
-
#### [
|
|
7713
|
+
#### [AffiliateInventoryPaymentConfig](#AffiliateInventoryPaymentConfig)
|
|
7718
7714
|
|
|
7719
7715
|
| Properties | Type | Nullable | Description |
|
|
7720
7716
|
| ---------- | ---- | -------- | ----------- |
|
|
7721
|
-
|
|
|
7722
|
-
|
|
|
7723
|
-
| discount | number | yes | |
|
|
7724
|
-
| price_effective | number | yes | |
|
|
7725
|
-
| transfer_price | number | yes | |
|
|
7726
|
-
| affiliate_meta | string | yes | |
|
|
7727
|
-
| pdf_links | [MarketPlacePdf](#MarketPlacePdf) | no | |
|
|
7728
|
-
| identifier | string | yes | |
|
|
7729
|
-
| delivery_charge | number | yes | |
|
|
7730
|
-
| seller_identifier | string | yes | |
|
|
7731
|
-
| hsn_code_id | string | yes | |
|
|
7732
|
-
| modified_on | string | yes | |
|
|
7733
|
-
| item_size | string | yes | |
|
|
7734
|
-
| item_id | number | yes | |
|
|
7735
|
-
| price_marked | number | yes | |
|
|
7736
|
-
| avl_qty | number | yes | |
|
|
7737
|
-
| fynd_store_id | string | yes | |
|
|
7738
|
-
| unit_price | number | yes | |
|
|
7739
|
-
| amount_paid | number | yes | |
|
|
7740
|
-
| store_id | number | yes | |
|
|
7741
|
-
| quantity | number | yes | |
|
|
7742
|
-
| affiliate_store_id | string | yes | |
|
|
7743
|
-
| sku | string | yes | |
|
|
7717
|
+
| mode_of_payment | string | no | |
|
|
7718
|
+
| source | string | no | |
|
|
7744
7719
|
|
|
7745
7720
|
---
|
|
7746
7721
|
|
|
7747
7722
|
|
|
7748
7723
|
|
|
7749
7724
|
|
|
7750
|
-
#### [
|
|
7725
|
+
#### [AffiliateInventoryOrderConfig](#AffiliateInventoryOrderConfig)
|
|
7751
7726
|
|
|
7752
7727
|
| Properties | Type | Nullable | Description |
|
|
7753
7728
|
| ---------- | ---- | -------- | ----------- |
|
|
7754
|
-
|
|
|
7755
|
-
| _id | string | yes | |
|
|
7756
|
-
| dimension | string | yes | |
|
|
7757
|
-
| attributes | string | yes | |
|
|
7758
|
-
| brand_id | number | yes | |
|
|
7759
|
-
| quantity | number | yes | |
|
|
7760
|
-
| weight | string | yes | |
|
|
7729
|
+
| force_reassignment | boolean | no | |
|
|
7761
7730
|
|
|
7762
7731
|
---
|
|
7763
7732
|
|
|
7764
7733
|
|
|
7765
7734
|
|
|
7766
7735
|
|
|
7767
|
-
#### [
|
|
7736
|
+
#### [AffiliateInventoryArticleAssignmentConfig](#AffiliateInventoryArticleAssignmentConfig)
|
|
7768
7737
|
|
|
7769
7738
|
| Properties | Type | Nullable | Description |
|
|
7770
7739
|
| ---------- | ---- | -------- | ----------- |
|
|
7771
|
-
|
|
|
7772
|
-
| articles | [[ArticleDetails1](#ArticleDetails1)] | yes | |
|
|
7773
|
-
| box_type | string | no | |
|
|
7774
|
-
| affiliate_shipment_id | string | yes | |
|
|
7775
|
-
| shipments | number | yes | |
|
|
7776
|
-
| meta | string | no | |
|
|
7777
|
-
| dp_id | number | no | |
|
|
7740
|
+
| post_order_reassignment | boolean | no | |
|
|
7778
7741
|
|
|
7779
7742
|
---
|
|
7780
7743
|
|
|
7781
7744
|
|
|
7782
7745
|
|
|
7783
7746
|
|
|
7784
|
-
#### [
|
|
7747
|
+
#### [AffiliateInventoryStoreConfig](#AffiliateInventoryStoreConfig)
|
|
7785
7748
|
|
|
7786
7749
|
| Properties | Type | Nullable | Description |
|
|
7787
7750
|
| ---------- | ---- | -------- | ----------- |
|
|
7788
|
-
|
|
|
7789
|
-
| articles | [[ArticleDetails1](#ArticleDetails1)] | yes | |
|
|
7790
|
-
| fulfillment_id | number | yes | |
|
|
7751
|
+
| store | string | no | |
|
|
7791
7752
|
|
|
7792
7753
|
---
|
|
7793
7754
|
|
|
7794
7755
|
|
|
7795
7756
|
|
|
7796
7757
|
|
|
7797
|
-
#### [
|
|
7758
|
+
#### [AffiliateInventoryConfig](#AffiliateInventoryConfig)
|
|
7798
7759
|
|
|
7799
7760
|
| Properties | Type | Nullable | Description |
|
|
7800
7761
|
| ---------- | ---- | -------- | ----------- |
|
|
7801
|
-
|
|
|
7802
|
-
|
|
|
7803
|
-
|
|
|
7804
|
-
|
|
|
7805
|
-
|
|
|
7806
|
-
| payment_mode | string | yes | |
|
|
7807
|
-
| location_details | [LocationDetails](#LocationDetails) | no | |
|
|
7808
|
-
| to_pincode | string | yes | |
|
|
7762
|
+
| logistics | [AffiliateInventoryLogisticsConfig](#AffiliateInventoryLogisticsConfig) | no | |
|
|
7763
|
+
| payment | [AffiliateInventoryPaymentConfig](#AffiliateInventoryPaymentConfig) | no | |
|
|
7764
|
+
| order | [AffiliateInventoryOrderConfig](#AffiliateInventoryOrderConfig) | no | |
|
|
7765
|
+
| article_assignment | [AffiliateInventoryArticleAssignmentConfig](#AffiliateInventoryArticleAssignmentConfig) | no | |
|
|
7766
|
+
| inventory | [AffiliateInventoryStoreConfig](#AffiliateInventoryStoreConfig) | no | |
|
|
7809
7767
|
|
|
7810
7768
|
---
|
|
7811
7769
|
|
|
7812
7770
|
|
|
7813
7771
|
|
|
7814
7772
|
|
|
7815
|
-
#### [
|
|
7773
|
+
#### [AffiliateConfig](#AffiliateConfig)
|
|
7816
7774
|
|
|
7817
7775
|
| Properties | Type | Nullable | Description |
|
|
7818
7776
|
| ---------- | ---- | -------- | ----------- |
|
|
7819
|
-
|
|
|
7777
|
+
| app | [AffiliateAppConfig](#AffiliateAppConfig) | no | |
|
|
7778
|
+
| inventory | [AffiliateInventoryConfig](#AffiliateInventoryConfig) | no | |
|
|
7820
7779
|
|
|
7821
7780
|
---
|
|
7822
7781
|
|
|
7823
7782
|
|
|
7824
7783
|
|
|
7825
7784
|
|
|
7826
|
-
#### [
|
|
7785
|
+
#### [Affiliate](#Affiliate)
|
|
7827
7786
|
|
|
7828
7787
|
| Properties | Type | Nullable | Description |
|
|
7829
7788
|
| ---------- | ---- | -------- | ----------- |
|
|
7830
|
-
|
|
|
7831
|
-
|
|
|
7832
|
-
|
|
|
7833
|
-
| shipping_address | [OrderUser](#OrderUser) | yes | |
|
|
7834
|
-
| bags | [[AffiliateBag](#AffiliateBag)] | yes | |
|
|
7835
|
-
| cod_charges | number | yes | |
|
|
7836
|
-
| shipment | [ShipmentData](#ShipmentData) | no | |
|
|
7837
|
-
| affiliate_order_id | string | no | |
|
|
7838
|
-
| items | string | yes | |
|
|
7839
|
-
| discount | number | yes | |
|
|
7840
|
-
| delivery_charges | number | yes | |
|
|
7841
|
-
| order_value | number | yes | |
|
|
7842
|
-
| payment | string | no | |
|
|
7843
|
-
| coupon | string | no | |
|
|
7844
|
-
| payment_mode | string | yes | |
|
|
7789
|
+
| token | string | yes | |
|
|
7790
|
+
| id | string | yes | |
|
|
7791
|
+
| config | [AffiliateConfig](#AffiliateConfig) | no | |
|
|
7845
7792
|
|
|
7846
7793
|
---
|
|
7847
7794
|
|
|
7848
7795
|
|
|
7849
7796
|
|
|
7850
7797
|
|
|
7851
|
-
#### [
|
|
7798
|
+
#### [OrderConfig](#OrderConfig)
|
|
7852
7799
|
|
|
7853
7800
|
| Properties | Type | Nullable | Description |
|
|
7854
7801
|
| ---------- | ---- | -------- | ----------- |
|
|
7855
|
-
|
|
|
7856
|
-
|
|
|
7802
|
+
| article_lookup | string | no | |
|
|
7803
|
+
| store_lookup | string | no | |
|
|
7804
|
+
| bag_end_state | string | no | |
|
|
7805
|
+
| affiliate_store_id_mapping | [[AffiliateStoreIdMapping](#AffiliateStoreIdMapping)] | yes | |
|
|
7806
|
+
| create_user | boolean | no | |
|
|
7807
|
+
| affiliate | [Affiliate](#Affiliate) | yes | |
|
|
7857
7808
|
|
|
7858
7809
|
---
|
|
7859
7810
|
|
|
7860
7811
|
|
|
7861
7812
|
|
|
7862
7813
|
|
|
7863
|
-
#### [
|
|
7814
|
+
#### [OrderUser](#OrderUser)
|
|
7864
7815
|
|
|
7865
7816
|
| Properties | Type | Nullable | Description |
|
|
7866
7817
|
| ---------- | ---- | -------- | ----------- |
|
|
7867
|
-
|
|
|
7868
|
-
|
|
|
7818
|
+
| mobile | number | yes | |
|
|
7819
|
+
| state | string | yes | |
|
|
7820
|
+
| address2 | string | no | |
|
|
7821
|
+
| country | string | yes | |
|
|
7822
|
+
| email | string | yes | |
|
|
7823
|
+
| pincode | string | yes | |
|
|
7824
|
+
| phone | number | yes | |
|
|
7825
|
+
| city | string | yes | |
|
|
7826
|
+
| last_name | string | yes | |
|
|
7827
|
+
| first_name | string | yes | |
|
|
7828
|
+
| address1 | string | no | |
|
|
7869
7829
|
|
|
7870
7830
|
---
|
|
7871
7831
|
|
|
7872
7832
|
|
|
7873
7833
|
|
|
7874
7834
|
|
|
7875
|
-
#### [
|
|
7835
|
+
#### [ArticleDetails1](#ArticleDetails1)
|
|
7876
7836
|
|
|
7877
7837
|
| Properties | Type | Nullable | Description |
|
|
7878
7838
|
| ---------- | ---- | -------- | ----------- |
|
|
7879
|
-
|
|
|
7880
|
-
|
|
|
7881
|
-
|
|
|
7882
|
-
|
|
|
7883
|
-
|
|
|
7884
|
-
|
|
|
7885
|
-
|
|
|
7886
|
-
| token | string | yes | |
|
|
7887
|
-
| secret | string | yes | |
|
|
7839
|
+
| category | string | yes | |
|
|
7840
|
+
| weight | string | yes | |
|
|
7841
|
+
| quantity | number | yes | |
|
|
7842
|
+
| attributes | string | yes | |
|
|
7843
|
+
| _id | string | yes | |
|
|
7844
|
+
| brand_id | number | yes | |
|
|
7845
|
+
| dimension | string | yes | |
|
|
7888
7846
|
|
|
7889
7847
|
---
|
|
7890
7848
|
|
|
7891
7849
|
|
|
7892
7850
|
|
|
7893
7851
|
|
|
7894
|
-
#### [
|
|
7852
|
+
#### [ShipmentDetails](#ShipmentDetails)
|
|
7895
7853
|
|
|
7896
7854
|
| Properties | Type | Nullable | Description |
|
|
7897
7855
|
| ---------- | ---- | -------- | ----------- |
|
|
7898
|
-
|
|
|
7856
|
+
| articles | [[ArticleDetails1](#ArticleDetails1)] | yes | |
|
|
7857
|
+
| box_type | string | no | |
|
|
7858
|
+
| affiliate_shipment_id | string | yes | |
|
|
7859
|
+
| shipments | number | yes | |
|
|
7860
|
+
| dp_id | number | no | |
|
|
7861
|
+
| meta | string | no | |
|
|
7862
|
+
| fulfillment_id | number | yes | |
|
|
7899
7863
|
|
|
7900
7864
|
---
|
|
7901
7865
|
|
|
7902
7866
|
|
|
7903
7867
|
|
|
7904
7868
|
|
|
7905
|
-
#### [
|
|
7869
|
+
#### [LocationDetails](#LocationDetails)
|
|
7906
7870
|
|
|
7907
7871
|
| Properties | Type | Nullable | Description |
|
|
7908
7872
|
| ---------- | ---- | -------- | ----------- |
|
|
7909
|
-
|
|
|
7910
|
-
|
|
|
7873
|
+
| articles | [[ArticleDetails1](#ArticleDetails1)] | yes | |
|
|
7874
|
+
| fulfillment_id | number | yes | |
|
|
7875
|
+
| fulfillment_type | string | yes | |
|
|
7911
7876
|
|
|
7912
7877
|
---
|
|
7913
7878
|
|
|
7914
7879
|
|
|
7915
7880
|
|
|
7916
7881
|
|
|
7917
|
-
#### [
|
|
7882
|
+
#### [ShipmentConfig](#ShipmentConfig)
|
|
7918
7883
|
|
|
7919
7884
|
| Properties | Type | Nullable | Description |
|
|
7920
7885
|
| ---------- | ---- | -------- | ----------- |
|
|
7921
|
-
|
|
|
7886
|
+
| journey | string | yes | |
|
|
7887
|
+
| identifier | string | yes | |
|
|
7888
|
+
| shipment | [[ShipmentDetails](#ShipmentDetails)] | yes | |
|
|
7889
|
+
| to_pincode | string | yes | |
|
|
7890
|
+
| action | string | yes | |
|
|
7891
|
+
| payment_mode | string | yes | |
|
|
7892
|
+
| location_details | [LocationDetails](#LocationDetails) | no | |
|
|
7893
|
+
| source | string | yes | |
|
|
7922
7894
|
|
|
7923
7895
|
---
|
|
7924
7896
|
|
|
7925
7897
|
|
|
7926
7898
|
|
|
7927
7899
|
|
|
7928
|
-
#### [
|
|
7900
|
+
#### [ShipmentData](#ShipmentData)
|
|
7929
7901
|
|
|
7930
7902
|
| Properties | Type | Nullable | Description |
|
|
7931
7903
|
| ---------- | ---- | -------- | ----------- |
|
|
7932
|
-
|
|
|
7904
|
+
| shipment_data | [ShipmentConfig](#ShipmentConfig) | yes | |
|
|
7933
7905
|
|
|
7934
7906
|
---
|
|
7935
7907
|
|
|
7936
7908
|
|
|
7937
7909
|
|
|
7938
7910
|
|
|
7939
|
-
#### [
|
|
7911
|
+
#### [OrderPriority](#OrderPriority)
|
|
7940
7912
|
|
|
7941
7913
|
| Properties | Type | Nullable | Description |
|
|
7942
7914
|
| ---------- | ---- | -------- | ----------- |
|
|
7943
|
-
|
|
|
7915
|
+
| fulfilment_priority_text | string | no | |
|
|
7916
|
+
| fulfilment_priority | number | no | |
|
|
7917
|
+
| affiliate_priority_code | string | no | |
|
|
7944
7918
|
|
|
7945
7919
|
---
|
|
7946
7920
|
|
|
7947
7921
|
|
|
7948
7922
|
|
|
7949
7923
|
|
|
7950
|
-
#### [
|
|
7924
|
+
#### [MarketPlacePdf](#MarketPlacePdf)
|
|
7951
7925
|
|
|
7952
7926
|
| Properties | Type | Nullable | Description |
|
|
7953
7927
|
| ---------- | ---- | -------- | ----------- |
|
|
7954
|
-
|
|
|
7955
|
-
|
|
|
7956
|
-
| order | [AffiliateInventoryOrderConfig](#AffiliateInventoryOrderConfig) | no | |
|
|
7957
|
-
| article_assignment | [AffiliateInventoryArticleAssignmentConfig](#AffiliateInventoryArticleAssignmentConfig) | no | |
|
|
7958
|
-
| inventory | [AffiliateInventoryStoreConfig](#AffiliateInventoryStoreConfig) | no | |
|
|
7928
|
+
| invoice | string | no | |
|
|
7929
|
+
| label | string | no | |
|
|
7959
7930
|
|
|
7960
7931
|
---
|
|
7961
7932
|
|
|
7962
7933
|
|
|
7963
7934
|
|
|
7964
7935
|
|
|
7965
|
-
#### [
|
|
7936
|
+
#### [AffiliateBag](#AffiliateBag)
|
|
7966
7937
|
|
|
7967
7938
|
| Properties | Type | Nullable | Description |
|
|
7968
7939
|
| ---------- | ---- | -------- | ----------- |
|
|
7969
|
-
|
|
|
7970
|
-
|
|
|
7940
|
+
| quantity | number | yes | |
|
|
7941
|
+
| transfer_price | number | yes | |
|
|
7942
|
+
| sku | string | yes | |
|
|
7943
|
+
| unit_price | number | yes | |
|
|
7944
|
+
| company_id | number | yes | |
|
|
7945
|
+
| delivery_charge | number | yes | |
|
|
7946
|
+
| price_effective | number | yes | |
|
|
7947
|
+
| amount_paid | number | yes | |
|
|
7948
|
+
| price_marked | number | yes | |
|
|
7949
|
+
| item_size | string | yes | |
|
|
7950
|
+
| item_id | number | yes | |
|
|
7951
|
+
| store_id | number | yes | |
|
|
7952
|
+
| discount | number | yes | |
|
|
7953
|
+
| affiliate_meta | string | yes | |
|
|
7954
|
+
| modified_on | string | yes | |
|
|
7955
|
+
| identifier | string | yes | |
|
|
7956
|
+
| affiliate_store_id | string | yes | |
|
|
7957
|
+
| pdf_links | [MarketPlacePdf](#MarketPlacePdf) | no | |
|
|
7958
|
+
| hsn_code_id | string | yes | |
|
|
7959
|
+
| fynd_store_id | string | yes | |
|
|
7960
|
+
| avl_qty | number | yes | |
|
|
7961
|
+
| seller_identifier | string | yes | |
|
|
7962
|
+
| _id | string | yes | |
|
|
7971
7963
|
|
|
7972
7964
|
---
|
|
7973
7965
|
|
|
7974
7966
|
|
|
7975
7967
|
|
|
7976
7968
|
|
|
7977
|
-
#### [
|
|
7969
|
+
#### [UserData](#UserData)
|
|
7978
7970
|
|
|
7979
7971
|
| Properties | Type | Nullable | Description |
|
|
7980
7972
|
| ---------- | ---- | -------- | ----------- |
|
|
7981
|
-
|
|
|
7982
|
-
|
|
|
7983
|
-
| id | string | yes | |
|
|
7973
|
+
| shipping_user | [OrderUser](#OrderUser) | no | |
|
|
7974
|
+
| billing_user | [OrderUser](#OrderUser) | no | |
|
|
7984
7975
|
|
|
7985
7976
|
---
|
|
7986
7977
|
|
|
7987
7978
|
|
|
7988
7979
|
|
|
7989
7980
|
|
|
7990
|
-
#### [
|
|
7981
|
+
#### [OrderInfo](#OrderInfo)
|
|
7991
7982
|
|
|
7992
7983
|
| Properties | Type | Nullable | Description |
|
|
7993
7984
|
| ---------- | ---- | -------- | ----------- |
|
|
7994
|
-
|
|
|
7995
|
-
|
|
|
7996
|
-
|
|
|
7997
|
-
|
|
|
7998
|
-
|
|
|
7999
|
-
|
|
|
7985
|
+
| affiliate_order_id | string | no | |
|
|
7986
|
+
| order_value | number | yes | |
|
|
7987
|
+
| cod_charges | number | yes | |
|
|
7988
|
+
| billing_address | [OrderUser](#OrderUser) | yes | |
|
|
7989
|
+
| shipment | [ShipmentData](#ShipmentData) | no | |
|
|
7990
|
+
| order_priority | [OrderPriority](#OrderPriority) | no | |
|
|
7991
|
+
| shipping_address | [OrderUser](#OrderUser) | yes | |
|
|
7992
|
+
| delivery_charges | number | yes | |
|
|
7993
|
+
| payment | string | no | |
|
|
7994
|
+
| discount | number | yes | |
|
|
7995
|
+
| items | string | yes | |
|
|
7996
|
+
| payment_mode | string | yes | |
|
|
7997
|
+
| bags | [[AffiliateBag](#AffiliateBag)] | yes | |
|
|
7998
|
+
| coupon | string | no | |
|
|
7999
|
+
| user | [UserData](#UserData) | yes | |
|
|
8000
8000
|
|
|
8001
8001
|
---
|
|
8002
8002
|
|
|
@@ -8007,9 +8007,9 @@ Sms Sent successfully
|
|
|
8007
8007
|
|
|
8008
8008
|
| Properties | Type | Nullable | Description |
|
|
8009
8009
|
| ---------- | ---- | -------- | ----------- |
|
|
8010
|
-
| order_info | [OrderInfo](#OrderInfo) | yes | |
|
|
8011
|
-
| affiliate_id | string | yes | |
|
|
8012
8010
|
| order_config | [OrderConfig](#OrderConfig) | yes | |
|
|
8011
|
+
| affiliate_id | string | yes | |
|
|
8012
|
+
| order_info | [OrderInfo](#OrderInfo) | yes | |
|
|
8013
8013
|
|
|
8014
8014
|
---
|
|
8015
8015
|
|
|
@@ -8055,9 +8055,9 @@ Sms Sent successfully
|
|
|
8055
8055
|
| Properties | Type | Nullable | Description |
|
|
8056
8056
|
| ---------- | ---- | -------- | ----------- |
|
|
8057
8057
|
| description | string | yes | |
|
|
8058
|
-
| slug | string | yes | |
|
|
8059
|
-
| id | number | yes | |
|
|
8060
8058
|
| display_text | string | yes | |
|
|
8059
|
+
| id | number | yes | |
|
|
8060
|
+
| slug | string | yes | |
|
|
8061
8061
|
|
|
8062
8062
|
---
|
|
8063
8063
|
|
|
@@ -8079,16 +8079,16 @@ Sms Sent successfully
|
|
|
8079
8079
|
|
|
8080
8080
|
| Properties | Type | Nullable | Description |
|
|
8081
8081
|
| ---------- | ---- | -------- | ----------- |
|
|
8082
|
-
|
|
|
8083
|
-
| type | string | yes | |
|
|
8084
|
-
| user | string | yes | |
|
|
8082
|
+
| createdat | string | yes | |
|
|
8085
8083
|
| l1_detail | string | no | |
|
|
8086
|
-
| l2_detail | string | no | |
|
|
8087
8084
|
| bag_id | number | no | |
|
|
8088
|
-
| createdat | string | yes | |
|
|
8089
8085
|
| ticket_url | string | no | |
|
|
8090
8086
|
| message | string | yes | |
|
|
8087
|
+
| type | string | yes | |
|
|
8088
|
+
| l2_detail | string | no | |
|
|
8091
8089
|
| ticket_id | string | no | |
|
|
8090
|
+
| l3_detail | string | no | |
|
|
8091
|
+
| user | string | yes | |
|
|
8092
8092
|
|
|
8093
8093
|
---
|
|
8094
8094
|
|
|
@@ -8122,15 +8122,15 @@ Sms Sent successfully
|
|
|
8122
8122
|
|
|
8123
8123
|
| Properties | Type | Nullable | Description |
|
|
8124
8124
|
| ---------- | ---- | -------- | ----------- |
|
|
8125
|
-
| phone_number | number | yes | |
|
|
8126
|
-
| order_id | string | yes | |
|
|
8127
8125
|
| amount_paid | number | yes | |
|
|
8128
|
-
| shipment_id | number | yes | |
|
|
8129
|
-
| brand_name | string | yes | |
|
|
8130
|
-
| country_code | string | yes | |
|
|
8131
8126
|
| message | string | yes | |
|
|
8132
|
-
|
|
|
8127
|
+
| country_code | string | yes | |
|
|
8128
|
+
| phone_number | number | yes | |
|
|
8129
|
+
| brand_name | string | yes | |
|
|
8130
|
+
| order_id | string | yes | |
|
|
8133
8131
|
| customer_name | string | yes | |
|
|
8132
|
+
| payment_mode | string | yes | |
|
|
8133
|
+
| shipment_id | number | yes | |
|
|
8134
8134
|
|
|
8135
8135
|
---
|
|
8136
8136
|
|
|
@@ -8141,9 +8141,9 @@ Sms Sent successfully
|
|
|
8141
8141
|
|
|
8142
8142
|
| Properties | Type | Nullable | Description |
|
|
8143
8143
|
| ---------- | ---- | -------- | ----------- |
|
|
8144
|
-
| slug | string | yes | |
|
|
8145
|
-
| bag_id | number | yes | |
|
|
8146
8144
|
| data | [SmsDataPayload](#SmsDataPayload) | no | |
|
|
8145
|
+
| bag_id | number | yes | |
|
|
8146
|
+
| slug | string | yes | |
|
|
8147
8147
|
|
|
8148
8148
|
---
|
|
8149
8149
|
|
|
@@ -8154,8 +8154,8 @@ Sms Sent successfully
|
|
|
8154
8154
|
|
|
8155
8155
|
| Properties | Type | Nullable | Description |
|
|
8156
8156
|
| ---------- | ---- | -------- | ----------- |
|
|
8157
|
-
| state_manager_used | string | no | |
|
|
8158
8157
|
| kafka_emission_status | number | no | |
|
|
8158
|
+
| state_manager_used | string | no | |
|
|
8159
8159
|
|
|
8160
8160
|
---
|
|
8161
8161
|
|
|
@@ -8166,12 +8166,12 @@ Sms Sent successfully
|
|
|
8166
8166
|
|
|
8167
8167
|
| Properties | Type | Nullable | Description |
|
|
8168
8168
|
| ---------- | ---- | -------- | ----------- |
|
|
8169
|
-
| remarks | string | no | |
|
|
8170
|
-
| shipment_id | string | no | |
|
|
8171
|
-
| id | number | yes | |
|
|
8172
|
-
| bag_list | [number] | no | |
|
|
8173
8169
|
| status | string | no | |
|
|
8170
|
+
| bag_list | [number] | no | |
|
|
8171
|
+
| remarks | string | no | |
|
|
8174
8172
|
| meta | [Meta](#Meta) | yes | |
|
|
8173
|
+
| id | number | yes | |
|
|
8174
|
+
| shipment_id | string | no | |
|
|
8175
8175
|
|
|
8176
8176
|
---
|
|
8177
8177
|
|
|
@@ -8207,8 +8207,8 @@ Sms Sent successfully
|
|
|
8207
8207
|
|
|
8208
8208
|
| Properties | Type | Nullable | Description |
|
|
8209
8209
|
| ---------- | ---- | -------- | ----------- |
|
|
8210
|
-
| success | string | yes | |
|
|
8211
8210
|
| result | [[OrderStatusData](#OrderStatusData)] | no | |
|
|
8211
|
+
| success | string | yes | |
|
|
8212
8212
|
|
|
8213
8213
|
---
|
|
8214
8214
|
|
|
@@ -8219,10 +8219,10 @@ Sms Sent successfully
|
|
|
8219
8219
|
|
|
8220
8220
|
| Properties | Type | Nullable | Description |
|
|
8221
8221
|
| ---------- | ---- | -------- | ----------- |
|
|
8222
|
-
| shipment_ids | [string] | no | |
|
|
8223
|
-
| dp_id | number | yes | |
|
|
8224
|
-
| qc_required | string | yes | |
|
|
8225
8222
|
| order_type | string | yes | |
|
|
8223
|
+
| qc_required | string | yes | |
|
|
8224
|
+
| dp_id | number | yes | |
|
|
8225
|
+
| shipment_ids | [string] | no | |
|
|
8226
8226
|
|
|
8227
8227
|
---
|
|
8228
8228
|
|
|
@@ -8241,185 +8241,185 @@ Sms Sent successfully
|
|
|
8241
8241
|
|
|
8242
8242
|
|
|
8243
8243
|
|
|
8244
|
-
#### [
|
|
8244
|
+
#### [Tax](#Tax)
|
|
8245
8245
|
|
|
8246
8246
|
| Properties | Type | Nullable | Description |
|
|
8247
8247
|
| ---------- | ---- | -------- | ----------- |
|
|
8248
|
-
|
|
|
8249
|
-
|
|
|
8250
|
-
|
|
|
8251
|
-
|
|
|
8252
|
-
| floor_no | string | no | |
|
|
8253
|
-
| primary_email | string | yes | |
|
|
8254
|
-
| country_code | string | no | |
|
|
8255
|
-
| external_customer_code | string | no | |
|
|
8256
|
-
| middle_name | string | no | |
|
|
8257
|
-
| last_name | string | no | |
|
|
8258
|
-
| pincode | string | yes | |
|
|
8259
|
-
| primary_mobile_number | string | yes | |
|
|
8260
|
-
| country | string | yes | |
|
|
8261
|
-
| house_no | string | no | |
|
|
8262
|
-
| alternate_mobile_number | string | no | |
|
|
8263
|
-
| state_code | string | no | |
|
|
8264
|
-
| customer_code | string | no | |
|
|
8265
|
-
| alternate_email | string | no | |
|
|
8266
|
-
| address1 | string | yes | |
|
|
8267
|
-
| address2 | string | no | |
|
|
8268
|
-
| title | string | no | |
|
|
8248
|
+
| rate | number | yes | |
|
|
8249
|
+
| amount | string | yes | |
|
|
8250
|
+
| breakup | [string] | no | |
|
|
8251
|
+
| name | string | yes | |
|
|
8269
8252
|
|
|
8270
8253
|
---
|
|
8271
8254
|
|
|
8272
8255
|
|
|
8273
8256
|
|
|
8274
8257
|
|
|
8275
|
-
#### [
|
|
8258
|
+
#### [Charge](#Charge)
|
|
8276
8259
|
|
|
8277
8260
|
| Properties | Type | Nullable | Description |
|
|
8278
8261
|
| ---------- | ---- | -------- | ----------- |
|
|
8279
|
-
|
|
|
8280
|
-
|
|
|
8262
|
+
| name | string | yes | |
|
|
8263
|
+
| code | string | no | |
|
|
8264
|
+
| type | string | yes | |
|
|
8265
|
+
| tax | [Tax](#Tax) | no | |
|
|
8266
|
+
| amount | string | yes | |
|
|
8281
8267
|
|
|
8282
8268
|
---
|
|
8283
8269
|
|
|
8284
8270
|
|
|
8285
8271
|
|
|
8286
8272
|
|
|
8287
|
-
#### [
|
|
8273
|
+
#### [ShippingInfo](#ShippingInfo)
|
|
8288
8274
|
|
|
8289
8275
|
| Properties | Type | Nullable | Description |
|
|
8290
8276
|
| ---------- | ---- | -------- | ----------- |
|
|
8291
|
-
|
|
|
8292
|
-
|
|
|
8293
|
-
|
|
|
8294
|
-
|
|
|
8295
|
-
|
|
|
8296
|
-
|
|
|
8277
|
+
| house_no | string | no | |
|
|
8278
|
+
| country_code | string | no | |
|
|
8279
|
+
| pincode | string | yes | |
|
|
8280
|
+
| slot | [string] | no | |
|
|
8281
|
+
| state_code | string | no | |
|
|
8282
|
+
| customer_code | string | no | |
|
|
8283
|
+
| alternate_mobile_number | string | no | |
|
|
8284
|
+
| address1 | string | yes | |
|
|
8285
|
+
| external_customer_code | string | no | |
|
|
8286
|
+
| floor_no | string | no | |
|
|
8287
|
+
| middle_name | string | no | |
|
|
8288
|
+
| state | string | yes | |
|
|
8289
|
+
| gender | string | no | |
|
|
8290
|
+
| country | string | yes | |
|
|
8291
|
+
| address_type | string | no | |
|
|
8292
|
+
| title | string | no | |
|
|
8293
|
+
| primary_email | string | yes | |
|
|
8294
|
+
| landmark | string | no | |
|
|
8295
|
+
| address2 | string | no | |
|
|
8296
|
+
| shipping_type | string | no | |
|
|
8297
|
+
| alternate_email | string | no | |
|
|
8298
|
+
| primary_mobile_number | string | yes | |
|
|
8299
|
+
| city | string | yes | |
|
|
8300
|
+
| last_name | string | no | |
|
|
8301
|
+
| geo_location | string | no | |
|
|
8302
|
+
| first_name | string | yes | |
|
|
8297
8303
|
|
|
8298
8304
|
---
|
|
8299
8305
|
|
|
8300
8306
|
|
|
8301
8307
|
|
|
8302
8308
|
|
|
8303
|
-
#### [
|
|
8309
|
+
#### [BillingInfo](#BillingInfo)
|
|
8304
8310
|
|
|
8305
8311
|
| Properties | Type | Nullable | Description |
|
|
8306
8312
|
| ---------- | ---- | -------- | ----------- |
|
|
8307
|
-
|
|
|
8308
|
-
|
|
|
8309
|
-
|
|
|
8310
|
-
|
|
|
8313
|
+
| house_no | string | no | |
|
|
8314
|
+
| country_code | string | no | |
|
|
8315
|
+
| pincode | string | yes | |
|
|
8316
|
+
| state_code | string | no | |
|
|
8317
|
+
| customer_code | string | no | |
|
|
8318
|
+
| alternate_mobile_number | string | no | |
|
|
8319
|
+
| address1 | string | yes | |
|
|
8320
|
+
| external_customer_code | string | no | |
|
|
8321
|
+
| floor_no | string | no | |
|
|
8322
|
+
| middle_name | string | no | |
|
|
8323
|
+
| state | string | yes | |
|
|
8324
|
+
| gender | string | no | |
|
|
8325
|
+
| country | string | yes | |
|
|
8326
|
+
| title | string | no | |
|
|
8327
|
+
| primary_email | string | yes | |
|
|
8328
|
+
| address2 | string | no | |
|
|
8329
|
+
| alternate_email | string | no | |
|
|
8330
|
+
| primary_mobile_number | string | yes | |
|
|
8331
|
+
| city | string | yes | |
|
|
8332
|
+
| last_name | string | no | |
|
|
8333
|
+
| first_name | string | yes | |
|
|
8311
8334
|
|
|
8312
8335
|
---
|
|
8313
8336
|
|
|
8314
8337
|
|
|
8315
8338
|
|
|
8316
8339
|
|
|
8317
|
-
#### [
|
|
8340
|
+
#### [TaxInfo](#TaxInfo)
|
|
8318
8341
|
|
|
8319
8342
|
| Properties | Type | Nullable | Description |
|
|
8320
8343
|
| ---------- | ---- | -------- | ----------- |
|
|
8321
|
-
|
|
|
8322
|
-
|
|
|
8323
|
-
| amount | string | yes | |
|
|
8324
|
-
| code | string | no | |
|
|
8325
|
-
| tax | [Tax](#Tax) | no | |
|
|
8344
|
+
| gstin | string | no | |
|
|
8345
|
+
| b2b_gstin_number | string | no | |
|
|
8326
8346
|
|
|
8327
8347
|
---
|
|
8328
8348
|
|
|
8329
8349
|
|
|
8330
8350
|
|
|
8331
8351
|
|
|
8332
|
-
#### [
|
|
8352
|
+
#### [PaymentMethod](#PaymentMethod)
|
|
8333
8353
|
|
|
8334
8354
|
| Properties | Type | Nullable | Description |
|
|
8335
8355
|
| ---------- | ---- | -------- | ----------- |
|
|
8336
|
-
|
|
|
8337
|
-
|
|
|
8356
|
+
| collect_by | string | yes | |
|
|
8357
|
+
| name | string | yes | |
|
|
8358
|
+
| refund_by | string | yes | |
|
|
8359
|
+
| mode | string | yes | |
|
|
8360
|
+
| transaction_data | string | no | |
|
|
8338
8361
|
| meta | string | no | |
|
|
8339
|
-
|
|
|
8340
|
-
| custom_messasge | string | no | |
|
|
8341
|
-
| seller_identifier | string | yes | |
|
|
8362
|
+
| amount | number | yes | |
|
|
8342
8363
|
|
|
8343
8364
|
---
|
|
8344
8365
|
|
|
8345
8366
|
|
|
8346
8367
|
|
|
8347
8368
|
|
|
8348
|
-
#### [
|
|
8369
|
+
#### [PaymentInfo](#PaymentInfo)
|
|
8349
8370
|
|
|
8350
8371
|
| Properties | Type | Nullable | Description |
|
|
8351
8372
|
| ---------- | ---- | -------- | ----------- |
|
|
8352
|
-
|
|
|
8353
|
-
|
|
|
8354
|
-
| priority | number | no | |
|
|
8355
|
-
| line_items | [[LineItem](#LineItem)] | yes | |
|
|
8356
|
-
| meta | string | no | |
|
|
8357
|
-
| location_id | number | yes | |
|
|
8373
|
+
| payment_methods | [[PaymentMethod](#PaymentMethod)] | no | |
|
|
8374
|
+
| primary_mode | string | yes | |
|
|
8358
8375
|
|
|
8359
8376
|
---
|
|
8360
8377
|
|
|
8361
8378
|
|
|
8362
8379
|
|
|
8363
8380
|
|
|
8364
|
-
#### [
|
|
8381
|
+
#### [ProcessingDates](#ProcessingDates)
|
|
8365
8382
|
|
|
8366
8383
|
| Properties | Type | Nullable | Description |
|
|
8367
8384
|
| ---------- | ---- | -------- | ----------- |
|
|
8368
|
-
|
|
|
8369
|
-
|
|
|
8370
|
-
|
|
|
8371
|
-
|
|
|
8372
|
-
|
|
|
8373
|
-
|
|
|
8374
|
-
| mode | string | yes | |
|
|
8385
|
+
| pack_by_date | string | no | |
|
|
8386
|
+
| dispatch_by_date | string | no | |
|
|
8387
|
+
| dispatch_after_date | string | no | |
|
|
8388
|
+
| dp_pickup_slot | string | no | |
|
|
8389
|
+
| confirm_by_date | string | no | |
|
|
8390
|
+
| customer_pickup_slot | string | no | |
|
|
8375
8391
|
|
|
8376
8392
|
---
|
|
8377
8393
|
|
|
8378
8394
|
|
|
8379
8395
|
|
|
8380
8396
|
|
|
8381
|
-
#### [
|
|
8397
|
+
#### [LineItem](#LineItem)
|
|
8382
8398
|
|
|
8383
8399
|
| Properties | Type | Nullable | Description |
|
|
8384
8400
|
| ---------- | ---- | -------- | ----------- |
|
|
8385
|
-
|
|
|
8386
|
-
|
|
|
8401
|
+
| quantity | number | no | |
|
|
8402
|
+
| charges | [[Charge](#Charge)] | no | |
|
|
8403
|
+
| external_line_id | string | no | |
|
|
8404
|
+
| seller_identifier | string | yes | |
|
|
8405
|
+
| meta | string | no | |
|
|
8406
|
+
| custom_messasge | string | no | |
|
|
8387
8407
|
|
|
8388
8408
|
---
|
|
8389
8409
|
|
|
8390
8410
|
|
|
8391
8411
|
|
|
8392
8412
|
|
|
8393
|
-
#### [
|
|
8413
|
+
#### [Shipment](#Shipment)
|
|
8394
8414
|
|
|
8395
8415
|
| Properties | Type | Nullable | Description |
|
|
8396
8416
|
| ---------- | ---- | -------- | ----------- |
|
|
8397
|
-
|
|
|
8398
|
-
|
|
|
8399
|
-
|
|
|
8400
|
-
|
|
|
8401
|
-
|
|
|
8402
|
-
|
|
|
8403
|
-
| primary_email | string | yes | |
|
|
8404
|
-
| country_code | string | no | |
|
|
8405
|
-
| external_customer_code | string | no | |
|
|
8406
|
-
| middle_name | string | no | |
|
|
8407
|
-
| last_name | string | no | |
|
|
8408
|
-
| pincode | string | yes | |
|
|
8409
|
-
| primary_mobile_number | string | yes | |
|
|
8410
|
-
| address_type | string | no | |
|
|
8411
|
-
| country | string | yes | |
|
|
8412
|
-
| shipping_type | string | no | |
|
|
8413
|
-
| house_no | string | no | |
|
|
8414
|
-
| alternate_mobile_number | string | no | |
|
|
8415
|
-
| slot | [string] | no | |
|
|
8416
|
-
| state_code | string | no | |
|
|
8417
|
-
| customer_code | string | no | |
|
|
8418
|
-
| landmark | string | no | |
|
|
8419
|
-
| alternate_email | string | no | |
|
|
8420
|
-
| address1 | string | yes | |
|
|
8421
|
-
| address2 | string | no | |
|
|
8422
|
-
| title | string | no | |
|
|
8417
|
+
| processing_dates | [ProcessingDates](#ProcessingDates) | no | |
|
|
8418
|
+
| location_id | number | yes | |
|
|
8419
|
+
| external_shipment_id | string | no | |
|
|
8420
|
+
| priority | number | no | |
|
|
8421
|
+
| meta | string | no | |
|
|
8422
|
+
| line_items | [[LineItem](#LineItem)] | yes | |
|
|
8423
8423
|
|
|
8424
8424
|
---
|
|
8425
8425
|
|
|
@@ -8430,16 +8430,16 @@ Sms Sent successfully
|
|
|
8430
8430
|
|
|
8431
8431
|
| Properties | Type | Nullable | Description |
|
|
8432
8432
|
| ---------- | ---- | -------- | ----------- |
|
|
8433
|
-
|
|
|
8433
|
+
| charges | [[Charge](#Charge)] | no | |
|
|
8434
|
+
| shipping_info | [ShippingInfo](#ShippingInfo) | yes | |
|
|
8434
8435
|
| billing_info | [BillingInfo](#BillingInfo) | yes | |
|
|
8436
|
+
| currency_info | string | no | |
|
|
8435
8437
|
| tax_info | [TaxInfo](#TaxInfo) | no | |
|
|
8436
|
-
|
|
|
8438
|
+
| external_creation_date | string | no | |
|
|
8439
|
+
| payment_info | [PaymentInfo](#PaymentInfo) | yes | |
|
|
8437
8440
|
| shipments | [[Shipment](#Shipment)] | yes | |
|
|
8441
|
+
| external_order_id | string | no | |
|
|
8438
8442
|
| meta | string | no | |
|
|
8439
|
-
| charges | [[Charge](#Charge)] | no | |
|
|
8440
|
-
| payment_info | [PaymentInfo](#PaymentInfo) | yes | |
|
|
8441
|
-
| shipping_info | [ShippingInfo](#ShippingInfo) | yes | |
|
|
8442
|
-
| currency_info | string | no | |
|
|
8443
8443
|
|
|
8444
8444
|
---
|
|
8445
8445
|
|
|
@@ -8450,14 +8450,14 @@ Sms Sent successfully
|
|
|
8450
8450
|
|
|
8451
8451
|
| Properties | Type | Nullable | Description |
|
|
8452
8452
|
| ---------- | ---- | -------- | ----------- |
|
|
8453
|
+
| status | number | yes | |
|
|
8454
|
+
| code | string | no | |
|
|
8455
|
+
| message | string | yes | |
|
|
8453
8456
|
| stack_trace | string | no | |
|
|
8454
8457
|
| exception | string | no | |
|
|
8455
|
-
| code | string | no | |
|
|
8456
|
-
| info | any | no | |
|
|
8457
8458
|
| request_id | string | no | |
|
|
8458
|
-
| status | number | yes | |
|
|
8459
|
-
| message | string | yes | |
|
|
8460
8459
|
| meta | string | no | |
|
|
8460
|
+
| info | any | no | |
|
|
8461
8461
|
|
|
8462
8462
|
---
|
|
8463
8463
|
|
|
@@ -8479,9 +8479,9 @@ Sms Sent successfully
|
|
|
8479
8479
|
|
|
8480
8480
|
| Properties | Type | Nullable | Description |
|
|
8481
8481
|
| ---------- | ---- | -------- | ----------- |
|
|
8482
|
+
| collect_by | string | no | |
|
|
8482
8483
|
| refund_by | string | no | |
|
|
8483
8484
|
| mode | string | no | |
|
|
8484
|
-
| collect_by | string | no | |
|
|
8485
8485
|
|
|
8486
8486
|
---
|
|
8487
8487
|
|
|
@@ -8492,9 +8492,9 @@ Sms Sent successfully
|
|
|
8492
8492
|
|
|
8493
8493
|
| Properties | Type | Nullable | Description |
|
|
8494
8494
|
| ---------- | ---- | -------- | ----------- |
|
|
8495
|
-
| source | string | no | |
|
|
8496
|
-
| mode_of_payment | string | no | |
|
|
8497
8495
|
| payment_methods | [[PaymentMethods](#PaymentMethods)] | no | |
|
|
8496
|
+
| mode_of_payment | string | no | |
|
|
8497
|
+
| source | string | no | |
|
|
8498
8498
|
|
|
8499
8499
|
---
|
|
8500
8500
|
|
|
@@ -8505,12 +8505,12 @@ Sms Sent successfully
|
|
|
8505
8505
|
|
|
8506
8506
|
| Properties | Type | Nullable | Description |
|
|
8507
8507
|
| ---------- | ---- | -------- | ----------- |
|
|
8508
|
-
| location_reassignment | boolean | no | |
|
|
8509
8508
|
| shipment_assignment | string | no | |
|
|
8509
|
+
| location_reassignment | boolean | no | |
|
|
8510
8510
|
| dp_configuration | [DpConfiguration](#DpConfiguration) | no | |
|
|
8511
|
+
| payment_info | [CreateChannelPaymentInfo](#CreateChannelPaymentInfo) | no | |
|
|
8511
8512
|
| logo_url | string | no | |
|
|
8512
8513
|
| lock_states | [string] | no | |
|
|
8513
|
-
| payment_info | [CreateChannelPaymentInfo](#CreateChannelPaymentInfo) | no | |
|
|
8514
8514
|
|
|
8515
8515
|
---
|
|
8516
8516
|
|
|
@@ -8556,8 +8556,8 @@ Sms Sent successfully
|
|
|
8556
8556
|
|
|
8557
8557
|
| Properties | Type | Nullable | Description |
|
|
8558
8558
|
| ---------- | ---- | -------- | ----------- |
|
|
8559
|
-
| consent_url | string | yes | |
|
|
8560
8559
|
| manifest_id | string | yes | |
|
|
8560
|
+
| consent_url | string | yes | |
|
|
8561
8561
|
|
|
8562
8562
|
---
|
|
8563
8563
|
|
|
@@ -8602,10 +8602,10 @@ Sms Sent successfully
|
|
|
8602
8602
|
|
|
8603
8603
|
| Properties | Type | Nullable | Description |
|
|
8604
8604
|
| ---------- | ---- | -------- | ----------- |
|
|
8605
|
+
| end_date | string | yes | |
|
|
8605
8606
|
| mobile | number | yes | |
|
|
8606
8607
|
| start_date | string | yes | |
|
|
8607
8608
|
| order_details | [[FyndOrderIdList](#FyndOrderIdList)] | no | |
|
|
8608
|
-
| end_date | string | yes | |
|
|
8609
8609
|
|
|
8610
8610
|
---
|
|
8611
8611
|
|