@gofynd/fdk-client-javascript 0.1.36 → 0.1.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/documentation/application/CART.md +291 -285
  2. package/documentation/application/CATALOG.md +411 -411
  3. package/documentation/application/LOGISTIC.md +423 -101
  4. package/documentation/application/ORDER.md +287 -287
  5. package/documentation/application/POSCART.md +319 -313
  6. package/documentation/application/README.md +1 -1
  7. package/documentation/platform/AUDITTRAIL.md +2 -2
  8. package/documentation/platform/CART.md +488 -488
  9. package/documentation/platform/CATALOG.md +1656 -1439
  10. package/documentation/platform/COMPANYPROFILE.md +250 -229
  11. package/documentation/platform/ORDER.md +1183 -1183
  12. package/package.json +2 -2
  13. package/sdk/application/ApplicationAPIClient.js +3 -0
  14. package/sdk/application/ApplicationClient.d.ts +1 -0
  15. package/sdk/application/ApplicationClient.js +11 -1
  16. package/sdk/application/ApplicationConfig.d.ts +1 -0
  17. package/sdk/application/ApplicationConfig.js +1 -0
  18. package/sdk/application/ApplicationModels.d.ts +83 -78
  19. package/sdk/application/ApplicationModels.js +1445 -1354
  20. package/sdk/application/client/LogisticApplicationClient.d.ts +32 -21
  21. package/sdk/application/client/LogisticApplicationClient.js +62 -27
  22. package/sdk/application/models/LogisticValidator.d.ts +2 -1
  23. package/sdk/application/models/LogisticValidator.js +11 -6
  24. package/sdk/common/AxiosHelper.js +1 -1
  25. package/sdk/platform/PlatformApplicationClient.d.ts +5328 -5185
  26. package/sdk/platform/PlatformApplicationClient.js +2877 -2795
  27. package/sdk/platform/PlatformApplicationModels.d.ts +5 -5
  28. package/sdk/platform/PlatformApplicationModels.js +3707 -3571
  29. package/sdk/platform/PlatformClient.d.ts +2577 -2509
  30. package/sdk/platform/PlatformClient.js +2770 -2688
  31. package/sdk/platform/PlatformModels.d.ts +146 -139
  32. package/sdk/platform/PlatformModels.js +3718 -3582
  33. package/sdk/platform/client/CatalogPlatformClient.d.ts +21 -12
  34. package/sdk/platform/client/CatalogPlatformClient.js +48 -17
  35. package/sdk/platform/models/CatalogValidator.d.ts +2 -1
  36. package/sdk/platform/models/CatalogValidator.js +11 -5
@@ -7885,165 +7885,165 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
7885
7885
 
7886
7886
 
7887
7887
 
7888
- #### [ApplicationItemSEO](#ApplicationItemSEO)
7888
+ #### [Price](#Price)
7889
7889
 
7890
7890
  | Properties | Type | Nullable | Description |
7891
7891
  | ---------- | ---- | -------- | ----------- |
7892
- | title | any | no | |
7893
- | description | any | no | |
7892
+ | currency_code | string | no | |
7893
+ | currency_symbol | string | no | |
7894
+ | max | number | no | |
7895
+ | min | number | no | |
7894
7896
 
7895
7897
  ---
7896
7898
 
7897
7899
 
7898
7900
 
7899
7901
 
7900
- #### [NetQuantity](#NetQuantity)
7902
+ #### [ProductListingPrice](#ProductListingPrice)
7901
7903
 
7902
7904
  | Properties | Type | Nullable | Description |
7903
7905
  | ---------- | ---- | -------- | ----------- |
7904
- | value | number | no | |
7905
- | unit | any | no | |
7906
+ | marked | [Price](#Price) | no | |
7907
+ | effective | [Price](#Price) | no | |
7906
7908
 
7907
7909
  ---
7908
7910
 
7909
7911
 
7910
7912
 
7911
7913
 
7912
- #### [ProductDetailAttribute](#ProductDetailAttribute)
7914
+ #### [ProductListingActionPage](#ProductListingActionPage)
7913
7915
 
7914
7916
  | Properties | Type | Nullable | Description |
7915
7917
  | ---------- | ---- | -------- | ----------- |
7916
- | key | string | no | |
7917
- | value | string | no | |
7918
7918
  | type | string | no | |
7919
+ | params | string | no | |
7920
+ | query | string | no | |
7919
7921
 
7920
7922
  ---
7921
7923
 
7922
7924
 
7923
7925
 
7924
7926
 
7925
- #### [ProductDetailGroupedAttribute](#ProductDetailGroupedAttribute)
7927
+ #### [ProductListingAction](#ProductListingAction)
7926
7928
 
7927
7929
  | Properties | Type | Nullable | Description |
7928
7930
  | ---------- | ---- | -------- | ----------- |
7929
- | details | [[ProductDetailAttribute](#ProductDetailAttribute)] | no | |
7930
- | title | string | no | |
7931
+ | page | [ProductListingActionPage](#ProductListingActionPage) | no | |
7932
+ | type | string | no | |
7931
7933
 
7932
7934
  ---
7933
7935
 
7934
7936
 
7935
7937
 
7936
7938
 
7937
- #### [CustomMetaFields](#CustomMetaFields)
7939
+ #### [Meta](#Meta)
7938
7940
 
7939
7941
  | Properties | Type | Nullable | Description |
7940
7942
  | ---------- | ---- | -------- | ----------- |
7941
- | key | string | yes | |
7942
- | value | string | yes | |
7943
+ | source | string | no | |
7943
7944
 
7944
7945
  ---
7945
7946
 
7946
7947
 
7947
7948
 
7948
7949
 
7949
- #### [Meta](#Meta)
7950
+ #### [Media](#Media)
7950
7951
 
7951
7952
  | Properties | Type | Nullable | Description |
7952
7953
  | ---------- | ---- | -------- | ----------- |
7953
- | source | string | no | |
7954
+ | type | string | no | |
7955
+ | alt | string | no | |
7956
+ | meta | [Meta](#Meta) | no | |
7957
+ | url | string | no | |
7954
7958
 
7955
7959
  ---
7956
7960
 
7957
7961
 
7958
7962
 
7959
7963
 
7960
- #### [Media](#Media)
7964
+ #### [ProductBrand](#ProductBrand)
7961
7965
 
7962
7966
  | Properties | Type | Nullable | Description |
7963
7967
  | ---------- | ---- | -------- | ----------- |
7964
- | url | string | no | |
7965
- | type | string | no | |
7966
- | meta | [Meta](#Meta) | no | |
7967
- | alt | string | no | |
7968
+ | action | [ProductListingAction](#ProductListingAction) | no | |
7969
+ | name | string | no | |
7970
+ | logo | [Media](#Media) | no | |
7971
+ | description | string | no | |
7972
+ | uid | number | no | |
7968
7973
 
7969
7974
  ---
7970
7975
 
7971
7976
 
7972
7977
 
7973
7978
 
7974
- #### [ProductListingActionPage](#ProductListingActionPage)
7979
+ #### [ProductDetailAttribute](#ProductDetailAttribute)
7975
7980
 
7976
7981
  | Properties | Type | Nullable | Description |
7977
7982
  | ---------- | ---- | -------- | ----------- |
7978
7983
  | type | string | no | |
7979
- | query | string | no | |
7980
- | params | string | no | |
7984
+ | key | string | no | |
7985
+ | value | string | no | |
7981
7986
 
7982
7987
  ---
7983
7988
 
7984
7989
 
7985
7990
 
7986
7991
 
7987
- #### [ProductListingAction](#ProductListingAction)
7992
+ #### [ProductDetailGroupedAttribute](#ProductDetailGroupedAttribute)
7988
7993
 
7989
7994
  | Properties | Type | Nullable | Description |
7990
7995
  | ---------- | ---- | -------- | ----------- |
7991
- | type | string | no | |
7992
- | page | [ProductListingActionPage](#ProductListingActionPage) | no | |
7996
+ | details | [[ProductDetailAttribute](#ProductDetailAttribute)] | no | |
7997
+ | title | string | no | |
7993
7998
 
7994
7999
  ---
7995
8000
 
7996
8001
 
7997
8002
 
7998
8003
 
7999
- #### [ProductBrand](#ProductBrand)
8004
+ #### [CustomMetaFields](#CustomMetaFields)
8000
8005
 
8001
8006
  | Properties | Type | Nullable | Description |
8002
8007
  | ---------- | ---- | -------- | ----------- |
8003
- | uid | number | no | |
8004
- | description | string | no | |
8005
- | action | [ProductListingAction](#ProductListingAction) | no | |
8006
- | logo | [Media](#Media) | no | |
8007
- | name | string | no | |
8008
+ | key | string | yes | |
8009
+ | value | string | yes | |
8008
8010
 
8009
8011
  ---
8010
8012
 
8011
8013
 
8012
8014
 
8013
8015
 
8014
- #### [Price](#Price)
8016
+ #### [ApplicationItemMOQ](#ApplicationItemMOQ)
8015
8017
 
8016
8018
  | Properties | Type | Nullable | Description |
8017
8019
  | ---------- | ---- | -------- | ----------- |
8018
- | min | number | no | |
8019
- | max | number | no | |
8020
- | currency_symbol | string | no | |
8021
- | currency_code | string | no | |
8020
+ | increment_unit | number | no | |
8021
+ | minimum | number | no | |
8022
+ | maximum | number | no | |
8022
8023
 
8023
8024
  ---
8024
8025
 
8025
8026
 
8026
8027
 
8027
8028
 
8028
- #### [ProductListingPrice](#ProductListingPrice)
8029
+ #### [ApplicationItemSEO](#ApplicationItemSEO)
8029
8030
 
8030
8031
  | Properties | Type | Nullable | Description |
8031
8032
  | ---------- | ---- | -------- | ----------- |
8032
- | effective | [Price](#Price) | no | |
8033
- | marked | [Price](#Price) | no | |
8033
+ | title | any | no | |
8034
+ | description | any | no | |
8034
8035
 
8035
8036
  ---
8036
8037
 
8037
8038
 
8038
8039
 
8039
8040
 
8040
- #### [ApplicationItemMOQ](#ApplicationItemMOQ)
8041
+ #### [NetQuantity](#NetQuantity)
8041
8042
 
8042
8043
  | Properties | Type | Nullable | Description |
8043
8044
  | ---------- | ---- | -------- | ----------- |
8044
- | increment_unit | number | no | |
8045
- | maximum | number | no | |
8046
- | minimum | number | no | |
8045
+ | unit | any | no | |
8046
+ | value | number | no | |
8047
8047
 
8048
8048
  ---
8049
8049
 
@@ -8054,39 +8054,39 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8054
8054
 
8055
8055
  | Properties | Type | Nullable | Description |
8056
8056
  | ---------- | ---- | -------- | ----------- |
8057
- | uid | number | no | |
8057
+ | discount | string | no | |
8058
+ | teaser_tag | string | no | |
8059
+ | attributes | string | no | |
8060
+ | price | [ProductListingPrice](#ProductListingPrice) | no | |
8061
+ | brand | [ProductBrand](#ProductBrand) | no | |
8062
+ | similars | [string] | no | |
8058
8063
  | short_description | string | no | |
8059
- | seo | [ApplicationItemSEO](#ApplicationItemSEO) | no | |
8060
- | has_variant | boolean | no | |
8061
- | product_online_date | string | no | |
8062
- | net_quantity | [NetQuantity](#NetQuantity) | no | |
8063
8064
  | grouped_attributes | [[ProductDetailGroupedAttribute](#ProductDetailGroupedAttribute)] | no | |
8064
- | attributes | string | no | |
8065
+ | color | string | no | |
8066
+ | image_nature | string | no | |
8065
8067
  | _custom_meta | [[CustomMetaFields](#CustomMetaFields)] | no | |
8066
- | slug | string | yes | |
8067
- | is_dependent | boolean | no | |
8068
- | teaser_tag | string | no | |
8068
+ | moq | [ApplicationItemMOQ](#ApplicationItemMOQ) | no | |
8069
8069
  | rating | number | no | |
8070
- | image_nature | string | no | |
8071
- | medias | [[Media](#Media)] | no | |
8072
- | _custom_json | string | no | |
8073
- | item_code | string | no | |
8074
- | tags | [string] | no | |
8075
- | color | string | no | |
8076
- | similars | [string] | no | |
8077
- | brand | [ProductBrand](#ProductBrand) | no | |
8070
+ | uid | number | no | |
8078
8071
  | type | string | no | |
8079
- | categories | [[ProductBrand](#ProductBrand)] | no | |
8080
- | item_type | string | no | |
8081
- | price | [ProductListingPrice](#ProductListingPrice) | no | |
8082
- | description | string | no | |
8083
- | moq | [ApplicationItemMOQ](#ApplicationItemMOQ) | no | |
8084
8072
  | tryouts | [string] | no | |
8085
- | discount | string | no | |
8086
- | rating_count | number | no | |
8073
+ | seo | [ApplicationItemSEO](#ApplicationItemSEO) | no | |
8074
+ | has_variant | boolean | no | |
8075
+ | tags | [string] | no | |
8076
+ | _custom_json | string | no | |
8077
+ | net_quantity | [NetQuantity](#NetQuantity) | no | |
8087
8078
  | action | [ProductListingAction](#ProductListingAction) | no | |
8088
8079
  | highlights | [string] | no | |
8080
+ | product_online_date | string | no | |
8081
+ | rating_count | number | no | |
8089
8082
  | name | string | no | |
8083
+ | description | string | no | |
8084
+ | medias | [[Media](#Media)] | no | |
8085
+ | slug | string | yes | |
8086
+ | categories | [[ProductBrand](#ProductBrand)] | no | |
8087
+ | is_dependent | boolean | no | |
8088
+ | item_type | string | no | |
8089
+ | item_code | string | no | |
8090
8090
 
8091
8091
  ---
8092
8092
 
@@ -8104,26 +8104,15 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8104
8104
 
8105
8105
 
8106
8106
 
8107
- #### [ProductSizeStores](#ProductSizeStores)
8108
-
8109
- | Properties | Type | Nullable | Description |
8110
- | ---------- | ---- | -------- | ----------- |
8111
- | count | number | no | |
8112
-
8113
- ---
8114
-
8115
-
8116
-
8117
-
8118
8107
  #### [Dimension](#Dimension)
8119
8108
 
8120
8109
  | Properties | Type | Nullable | Description |
8121
8110
  | ---------- | ---- | -------- | ----------- |
8122
- | height | number | yes | |
8123
8111
  | is_default | boolean | yes | |
8124
8112
  | unit | string | yes | |
8125
- | length | number | yes | |
8126
8113
  | width | number | yes | |
8114
+ | length | number | yes | |
8115
+ | height | number | yes | |
8127
8116
 
8128
8117
  ---
8129
8118
 
@@ -8134,9 +8123,9 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8134
8123
 
8135
8124
  | Properties | Type | Nullable | Description |
8136
8125
  | ---------- | ---- | -------- | ----------- |
8137
- | shipping | number | yes | |
8138
- | is_default | boolean | yes | |
8139
8126
  | unit | string | yes | |
8127
+ | is_default | boolean | yes | |
8128
+ | shipping | number | yes | |
8140
8129
 
8141
8130
  ---
8142
8131
 
@@ -8147,13 +8136,13 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8147
8136
 
8148
8137
  | Properties | Type | Nullable | Description |
8149
8138
  | ---------- | ---- | -------- | ----------- |
8150
- | is_available | boolean | no | |
8151
8139
  | seller_identifiers | [string] | no | |
8140
+ | is_available | boolean | no | |
8152
8141
  | dimension | [Dimension](#Dimension) | no | |
8142
+ | display | string | no | |
8153
8143
  | quantity | number | no | |
8154
8144
  | value | string | no | |
8155
8145
  | weight | [Weight](#Weight) | no | |
8156
- | display | string | no | |
8157
8146
 
8158
8147
  ---
8159
8148
 
@@ -8164,11 +8153,11 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8164
8153
 
8165
8154
  | Properties | Type | Nullable | Description |
8166
8155
  | ---------- | ---- | -------- | ----------- |
8156
+ | col_6 | string | no | |
8167
8157
  | col_1 | string | no | |
8158
+ | col_3 | string | no | |
8168
8159
  | col_5 | string | no | |
8169
- | col_6 | string | no | |
8170
8160
  | col_2 | string | no | |
8171
- | col_3 | string | no | |
8172
8161
  | col_4 | string | no | |
8173
8162
 
8174
8163
  ---
@@ -8180,8 +8169,8 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8180
8169
 
8181
8170
  | Properties | Type | Nullable | Description |
8182
8171
  | ---------- | ---- | -------- | ----------- |
8183
- | value | string | no | |
8184
8172
  | convertable | boolean | no | |
8173
+ | value | string | no | |
8185
8174
 
8186
8175
  ---
8187
8176
 
@@ -8192,11 +8181,11 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8192
8181
 
8193
8182
  | Properties | Type | Nullable | Description |
8194
8183
  | ---------- | ---- | -------- | ----------- |
8184
+ | col_6 | [ColumnHeader](#ColumnHeader) | no | |
8195
8185
  | col_1 | [ColumnHeader](#ColumnHeader) | no | |
8186
+ | col_3 | [ColumnHeader](#ColumnHeader) | no | |
8196
8187
  | col_5 | [ColumnHeader](#ColumnHeader) | no | |
8197
- | col_6 | [ColumnHeader](#ColumnHeader) | no | |
8198
8188
  | col_2 | [ColumnHeader](#ColumnHeader) | no | |
8199
- | col_3 | [ColumnHeader](#ColumnHeader) | no | |
8200
8189
  | col_4 | [ColumnHeader](#ColumnHeader) | no | |
8201
8190
 
8202
8191
  ---
@@ -8208,13 +8197,24 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8208
8197
 
8209
8198
  | Properties | Type | Nullable | Description |
8210
8199
  | ---------- | ---- | -------- | ----------- |
8211
- | description | string | no | |
8212
8200
  | sizes | [[SizeChartValues](#SizeChartValues)] | no | |
8213
8201
  | title | string | no | |
8214
- | size_tip | string | no | |
8215
8202
  | unit | string | no | |
8216
- | headers | [ColumnHeaders](#ColumnHeaders) | no | |
8203
+ | description | string | no | |
8217
8204
  | image | string | no | |
8205
+ | headers | [ColumnHeaders](#ColumnHeaders) | no | |
8206
+ | size_tip | string | no | |
8207
+
8208
+ ---
8209
+
8210
+
8211
+
8212
+
8213
+ #### [ProductSizeStores](#ProductSizeStores)
8214
+
8215
+ | Properties | Type | Nullable | Description |
8216
+ | ---------- | ---- | -------- | ----------- |
8217
+ | count | number | no | |
8218
8218
 
8219
8219
  ---
8220
8220
 
@@ -8225,13 +8225,13 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8225
8225
 
8226
8226
  | Properties | Type | Nullable | Description |
8227
8227
  | ---------- | ---- | -------- | ----------- |
8228
- | stores | [ProductSizeStores](#ProductSizeStores) | no | |
8229
- | price | [ProductListingPrice](#ProductListingPrice) | no | |
8230
- | discount | string | no | |
8231
8228
  | sizes | [[ProductSize](#ProductSize)] | no | |
8232
8229
  | sellable | boolean | no | |
8233
- | multi_size | boolean | no | |
8230
+ | discount | string | no | |
8234
8231
  | size_chart | [SizeChart](#SizeChart) | no | |
8232
+ | price | [ProductListingPrice](#ProductListingPrice) | no | |
8233
+ | multi_size | boolean | no | |
8234
+ | stores | [ProductSizeStores](#ProductSizeStores) | no | |
8235
8235
 
8236
8236
  ---
8237
8237
 
@@ -8242,10 +8242,10 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8242
8242
 
8243
8243
  | Properties | Type | Nullable | Description |
8244
8244
  | ---------- | ---- | -------- | ----------- |
8245
+ | display | string | no | |
8245
8246
  | key | string | no | |
8246
8247
  | logo | string | no | |
8247
8248
  | description | string | no | |
8248
- | display | string | no | |
8249
8249
 
8250
8250
  ---
8251
8251
 
@@ -8280,10 +8280,10 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8280
8280
 
8281
8281
  | Properties | Type | Nullable | Description |
8282
8282
  | ---------- | ---- | -------- | ----------- |
8283
- | attributes_metadata | [[AttributeMetadata](#AttributeMetadata)] | no | |
8284
- | items | [[ProductDetail](#ProductDetail)] | no | |
8285
- | title | string | no | |
8286
8283
  | subtitle | string | no | |
8284
+ | title | string | no | |
8285
+ | items | [[ProductDetail](#ProductDetail)] | no | |
8286
+ | attributes_metadata | [[AttributeMetadata](#AttributeMetadata)] | no | |
8287
8287
 
8288
8288
  ---
8289
8289
 
@@ -8305,15 +8305,15 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8305
8305
 
8306
8306
  | Properties | Type | Nullable | Description |
8307
8307
  | ---------- | ---- | -------- | ----------- |
8308
- | uid | number | no | |
8309
- | is_available | boolean | no | |
8310
- | slug | string | no | |
8311
- | value | string | no | |
8312
- | color | string | no | |
8313
8308
  | color_name | string | no | |
8309
+ | is_available | boolean | no | |
8314
8310
  | action | [ProductListingAction](#ProductListingAction) | no | |
8315
- | medias | [[Media](#Media)] | no | |
8316
8311
  | name | string | no | |
8312
+ | color | string | no | |
8313
+ | medias | [[Media](#Media)] | no | |
8314
+ | slug | string | no | |
8315
+ | value | string | no | |
8316
+ | uid | number | no | |
8317
8317
 
8318
8318
  ---
8319
8319
 
@@ -8326,8 +8326,8 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8326
8326
  | ---------- | ---- | -------- | ----------- |
8327
8327
  | key | string | no | |
8328
8328
  | items | [[ProductVariantItemResponse](#ProductVariantItemResponse)] | no | |
8329
- | header | string | no | |
8330
8329
  | display_type | string | no | |
8330
+ | header | string | no | |
8331
8331
 
8332
8332
  ---
8333
8333
 
@@ -8345,52 +8345,52 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8345
8345
 
8346
8346
 
8347
8347
 
8348
- #### [ProductStockPrice](#ProductStockPrice)
8348
+ #### [CompanyDetail](#CompanyDetail)
8349
8349
 
8350
8350
  | Properties | Type | Nullable | Description |
8351
8351
  | ---------- | ---- | -------- | ----------- |
8352
- | currency | string | no | |
8353
- | effective | number | no | |
8354
- | marked | number | no | |
8352
+ | id | number | no | |
8353
+ | name | string | no | |
8355
8354
 
8356
8355
  ---
8357
8356
 
8358
8357
 
8359
8358
 
8360
8359
 
8361
- #### [StoreDetail](#StoreDetail)
8360
+ #### [ProductStockPrice](#ProductStockPrice)
8362
8361
 
8363
8362
  | Properties | Type | Nullable | Description |
8364
8363
  | ---------- | ---- | -------- | ----------- |
8365
- | code | string | no | |
8366
- | id | number | no | |
8367
- | city | string | no | |
8368
- | name | string | no | |
8364
+ | marked | number | no | |
8365
+ | effective | number | no | |
8366
+ | currency | string | no | |
8369
8367
 
8370
8368
  ---
8371
8369
 
8372
8370
 
8373
8371
 
8374
8372
 
8375
- #### [Seller](#Seller)
8373
+ #### [StoreDetail](#StoreDetail)
8376
8374
 
8377
8375
  | Properties | Type | Nullable | Description |
8378
8376
  | ---------- | ---- | -------- | ----------- |
8379
- | uid | number | no | |
8380
- | count | number | no | |
8377
+ | id | number | no | |
8381
8378
  | name | string | no | |
8379
+ | code | string | no | |
8380
+ | city | string | no | |
8382
8381
 
8383
8382
  ---
8384
8383
 
8385
8384
 
8386
8385
 
8387
8386
 
8388
- #### [CompanyDetail](#CompanyDetail)
8387
+ #### [Seller](#Seller)
8389
8388
 
8390
8389
  | Properties | Type | Nullable | Description |
8391
8390
  | ---------- | ---- | -------- | ----------- |
8392
- | id | number | no | |
8391
+ | count | number | no | |
8393
8392
  | name | string | no | |
8393
+ | uid | number | no | |
8394
8394
 
8395
8395
  ---
8396
8396
 
@@ -8401,15 +8401,15 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8401
8401
 
8402
8402
  | Properties | Type | Nullable | Description |
8403
8403
  | ---------- | ---- | -------- | ----------- |
8404
- | uid | string | no | |
8404
+ | item_id | number | no | |
8405
+ | company | [CompanyDetail](#CompanyDetail) | no | |
8405
8406
  | price | [ProductStockPrice](#ProductStockPrice) | no | |
8406
- | quantity | number | no | |
8407
+ | size | string | no | |
8407
8408
  | identifier | string | no | |
8409
+ | quantity | number | no | |
8408
8410
  | store | [StoreDetail](#StoreDetail) | no | |
8409
8411
  | seller | [Seller](#Seller) | no | |
8410
- | company | [CompanyDetail](#CompanyDetail) | no | |
8411
- | size | string | no | |
8412
- | item_id | number | no | |
8412
+ | uid | string | no | |
8413
8413
 
8414
8414
  ---
8415
8415
 
@@ -8431,13 +8431,13 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8431
8431
 
8432
8432
  | Properties | Type | Nullable | Description |
8433
8433
  | ---------- | ---- | -------- | ----------- |
8434
+ | type | string | yes | |
8435
+ | has_next | boolean | no | |
8436
+ | size | number | no | |
8434
8437
  | current | number | no | |
8435
- | item_total | number | no | |
8436
8438
  | has_previous | boolean | no | |
8437
8439
  | next_id | string | no | |
8438
- | has_next | boolean | no | |
8439
- | size | number | no | |
8440
- | type | string | yes | |
8440
+ | item_total | number | no | |
8441
8441
 
8442
8442
  ---
8443
8443
 
@@ -8448,44 +8448,44 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8448
8448
 
8449
8449
  | Properties | Type | Nullable | Description |
8450
8450
  | ---------- | ---- | -------- | ----------- |
8451
- | items | [[ProductStockStatusItem](#ProductStockStatusItem)] | no | |
8452
8451
  | page | [Page](#Page) | yes | |
8452
+ | items | [[ProductStockStatusItem](#ProductStockStatusItem)] | no | |
8453
8453
 
8454
8454
  ---
8455
8455
 
8456
8456
 
8457
8457
 
8458
8458
 
8459
- #### [ProductFiltersKey](#ProductFiltersKey)
8459
+ #### [ProductFiltersValue](#ProductFiltersValue)
8460
8460
 
8461
8461
  | Properties | Type | Nullable | Description |
8462
8462
  | ---------- | ---- | -------- | ----------- |
8463
- | logo | string | no | |
8464
- | name | string | yes | |
8465
- | kind | string | no | |
8463
+ | min | number | no | |
8464
+ | query_format | string | no | |
8465
+ | display_format | string | no | |
8466
+ | currency_code | string | no | |
8467
+ | currency_symbol | string | no | |
8466
8468
  | display | string | yes | |
8469
+ | value | string | no | |
8470
+ | is_selected | boolean | yes | |
8471
+ | selected_max | number | no | |
8472
+ | max | number | no | |
8473
+ | selected_min | number | no | |
8474
+ | count | number | no | |
8467
8475
 
8468
8476
  ---
8469
8477
 
8470
8478
 
8471
8479
 
8472
8480
 
8473
- #### [ProductFiltersValue](#ProductFiltersValue)
8481
+ #### [ProductFiltersKey](#ProductFiltersKey)
8474
8482
 
8475
8483
  | Properties | Type | Nullable | Description |
8476
8484
  | ---------- | ---- | -------- | ----------- |
8477
- | is_selected | boolean | yes | |
8478
- | currency_code | string | no | |
8479
- | currency_symbol | string | no | |
8480
- | display_format | string | no | |
8481
- | min | number | no | |
8482
- | value | string | no | |
8483
- | max | number | no | |
8484
- | selected_max | number | no | |
8485
- | selected_min | number | no | |
8486
- | count | number | no | |
8487
- | query_format | string | no | |
8488
8485
  | display | string | yes | |
8486
+ | kind | string | no | |
8487
+ | name | string | yes | |
8488
+ | logo | string | no | |
8489
8489
 
8490
8490
  ---
8491
8491
 
@@ -8496,8 +8496,8 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8496
8496
 
8497
8497
  | Properties | Type | Nullable | Description |
8498
8498
  | ---------- | ---- | -------- | ----------- |
8499
- | key | [ProductFiltersKey](#ProductFiltersKey) | yes | |
8500
8499
  | values | [[ProductFiltersValue](#ProductFiltersValue)] | yes | |
8500
+ | key | [ProductFiltersKey](#ProductFiltersKey) | yes | |
8501
8501
 
8502
8502
  ---
8503
8503
 
@@ -8508,11 +8508,11 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8508
8508
 
8509
8509
  | Properties | Type | Nullable | Description |
8510
8510
  | ---------- | ---- | -------- | ----------- |
8511
- | header | string | no | |
8512
- | display_type | string | no | |
8513
8511
  | total | number | no | |
8514
- | key | string | no | |
8515
8512
  | items | [[ProductVariantItemResponse](#ProductVariantItemResponse)] | no | |
8513
+ | key | string | no | |
8514
+ | display_type | string | no | |
8515
+ | header | string | no | |
8516
8516
 
8517
8517
  ---
8518
8518
 
@@ -8523,43 +8523,43 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8523
8523
 
8524
8524
  | Properties | Type | Nullable | Description |
8525
8525
  | ---------- | ---- | -------- | ----------- |
8526
- | uid | number | no | |
8526
+ | discount | string | no | |
8527
+ | teaser_tag | string | no | |
8528
+ | attributes | string | no | |
8529
+ | price | [ProductListingPrice](#ProductListingPrice) | no | |
8530
+ | brand | [ProductBrand](#ProductBrand) | no | |
8531
+ | similars | [string] | no | |
8527
8532
  | short_description | string | no | |
8528
- | sizes | [string] | no | |
8529
- | sellable | boolean | no | |
8530
- | seo | [ApplicationItemSEO](#ApplicationItemSEO) | no | |
8531
- | has_variant | boolean | no | |
8532
- | product_online_date | string | no | |
8533
- | net_quantity | [NetQuantity](#NetQuantity) | no | |
8534
8533
  | grouped_attributes | [[ProductDetailGroupedAttribute](#ProductDetailGroupedAttribute)] | no | |
8535
- | attributes | string | no | |
8536
- | variants | [[ProductVariantListingResponse](#ProductVariantListingResponse)] | no | |
8534
+ | color | string | no | |
8535
+ | image_nature | string | no | |
8537
8536
  | _custom_meta | [[CustomMetaFields](#CustomMetaFields)] | no | |
8538
- | slug | string | yes | |
8539
- | is_dependent | boolean | no | |
8540
- | teaser_tag | string | no | |
8537
+ | moq | [ApplicationItemMOQ](#ApplicationItemMOQ) | no | |
8541
8538
  | rating | number | no | |
8542
- | image_nature | string | no | |
8543
- | medias | [[Media](#Media)] | no | |
8544
- | _custom_json | string | no | |
8545
- | item_code | string | no | |
8546
- | tags | [string] | no | |
8547
- | color | string | no | |
8548
- | similars | [string] | no | |
8549
- | brand | [ProductBrand](#ProductBrand) | no | |
8539
+ | uid | number | no | |
8550
8540
  | type | string | no | |
8551
- | categories | [[ProductBrand](#ProductBrand)] | no | |
8552
- | item_type | string | no | |
8553
- | price | [ProductListingPrice](#ProductListingPrice) | no | |
8554
- | description | string | no | |
8555
- | moq | [ApplicationItemMOQ](#ApplicationItemMOQ) | no | |
8541
+ | sellable | boolean | no | |
8556
8542
  | tryouts | [string] | no | |
8557
- | discount | string | no | |
8558
- | identifiers | [string] | no | |
8559
- | rating_count | number | no | |
8543
+ | seo | [ApplicationItemSEO](#ApplicationItemSEO) | no | |
8544
+ | has_variant | boolean | no | |
8545
+ | tags | [string] | no | |
8546
+ | _custom_json | string | no | |
8547
+ | net_quantity | [NetQuantity](#NetQuantity) | no | |
8548
+ | variants | [[ProductVariantListingResponse](#ProductVariantListingResponse)] | no | |
8560
8549
  | action | [ProductListingAction](#ProductListingAction) | no | |
8561
8550
  | highlights | [string] | no | |
8551
+ | product_online_date | string | no | |
8552
+ | sizes | [string] | no | |
8553
+ | rating_count | number | no | |
8562
8554
  | name | string | no | |
8555
+ | identifiers | [string] | no | |
8556
+ | description | string | no | |
8557
+ | medias | [[Media](#Media)] | no | |
8558
+ | slug | string | yes | |
8559
+ | categories | [[ProductBrand](#ProductBrand)] | no | |
8560
+ | is_dependent | boolean | no | |
8561
+ | item_type | string | no | |
8562
+ | item_code | string | no | |
8563
8563
 
8564
8564
  ---
8565
8565
 
@@ -8570,9 +8570,9 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8570
8570
 
8571
8571
  | Properties | Type | Nullable | Description |
8572
8572
  | ---------- | ---- | -------- | ----------- |
8573
- | value | string | no | |
8574
8573
  | is_selected | boolean | no | |
8575
8574
  | name | string | no | |
8575
+ | value | string | no | |
8576
8576
 
8577
8577
  ---
8578
8578
 
@@ -8583,9 +8583,9 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8583
8583
 
8584
8584
  | Properties | Type | Nullable | Description |
8585
8585
  | ---------- | ---- | -------- | ----------- |
8586
+ | page | [Page](#Page) | yes | |
8586
8587
  | filters | [[ProductFilters](#ProductFilters)] | no | |
8587
8588
  | items | [[ProductListingDetail](#ProductListingDetail)] | no | |
8588
- | page | [Page](#Page) | yes | |
8589
8589
  | sort_on | [[ProductSortOn](#ProductSortOn)] | no | |
8590
8590
 
8591
8591
  ---
@@ -8609,15 +8609,15 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8609
8609
 
8610
8610
  | Properties | Type | Nullable | Description |
8611
8611
  | ---------- | ---- | -------- | ----------- |
8612
- | uid | number | no | |
8613
- | banners | [ImageUrls](#ImageUrls) | no | |
8614
- | description | string | no | |
8615
8612
  | discount | string | no | |
8616
- | slug | string | no | |
8617
8613
  | action | [ProductListingAction](#ProductListingAction) | no | |
8618
- | departments | [string] | no | |
8619
- | logo | [Media](#Media) | no | |
8620
8614
  | name | string | no | |
8615
+ | logo | [Media](#Media) | no | |
8616
+ | description | string | no | |
8617
+ | slug | string | no | |
8618
+ | banners | [ImageUrls](#ImageUrls) | no | |
8619
+ | departments | [string] | no | |
8620
+ | uid | number | no | |
8621
8621
 
8622
8622
  ---
8623
8623
 
@@ -8628,8 +8628,8 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8628
8628
 
8629
8629
  | Properties | Type | Nullable | Description |
8630
8630
  | ---------- | ---- | -------- | ----------- |
8631
- | items | [[BrandItem](#BrandItem)] | no | |
8632
8631
  | page | [Page](#Page) | yes | |
8632
+ | items | [[BrandItem](#BrandItem)] | no | |
8633
8633
 
8634
8634
  ---
8635
8635
 
@@ -8640,11 +8640,11 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8640
8640
 
8641
8641
  | Properties | Type | Nullable | Description |
8642
8642
  | ---------- | ---- | -------- | ----------- |
8643
+ | name | string | no | |
8644
+ | logo | [Media](#Media) | no | |
8645
+ | description | string | no | |
8643
8646
  | banners | [ImageUrls](#ImageUrls) | no | |
8644
8647
  | uid | number | no | |
8645
- | description | string | no | |
8646
- | logo | [Media](#Media) | no | |
8647
- | name | string | no | |
8648
8648
 
8649
8649
  ---
8650
8650
 
@@ -8655,71 +8655,71 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8655
8655
 
8656
8656
  | Properties | Type | Nullable | Description |
8657
8657
  | ---------- | ---- | -------- | ----------- |
8658
- | uid | number | no | |
8659
8658
  | slug | string | no | |
8659
+ | uid | number | no | |
8660
8660
 
8661
8661
  ---
8662
8662
 
8663
8663
 
8664
8664
 
8665
8665
 
8666
- #### [CategoryBanner](#CategoryBanner)
8666
+ #### [ThirdLevelChild](#ThirdLevelChild)
8667
8667
 
8668
8668
  | Properties | Type | Nullable | Description |
8669
8669
  | ---------- | ---- | -------- | ----------- |
8670
- | portrait | [Media](#Media) | yes | |
8671
- | landscape | [Media](#Media) | yes | |
8670
+ | childs | [string] | no | |
8671
+ | action | [ProductListingAction](#ProductListingAction) | no | |
8672
+ | name | string | no | |
8673
+ | _custom_json | string | no | |
8674
+ | slug | string | no | |
8675
+ | banners | [ImageUrls](#ImageUrls) | no | |
8676
+ | uid | number | no | |
8672
8677
 
8673
8678
  ---
8674
8679
 
8675
8680
 
8676
8681
 
8677
8682
 
8678
- #### [ThirdLevelChild](#ThirdLevelChild)
8683
+ #### [SecondLevelChild](#SecondLevelChild)
8679
8684
 
8680
8685
  | Properties | Type | Nullable | Description |
8681
8686
  | ---------- | ---- | -------- | ----------- |
8682
- | banners | [ImageUrls](#ImageUrls) | no | |
8683
- | uid | number | no | |
8684
- | slug | string | no | |
8687
+ | childs | [[ThirdLevelChild](#ThirdLevelChild)] | no | |
8685
8688
  | action | [ProductListingAction](#ProductListingAction) | no | |
8686
- | childs | [string] | no | |
8687
- | _custom_json | string | no | |
8688
8689
  | name | string | no | |
8690
+ | _custom_json | string | no | |
8691
+ | slug | string | no | |
8692
+ | banners | [ImageUrls](#ImageUrls) | no | |
8693
+ | uid | number | no | |
8689
8694
 
8690
8695
  ---
8691
8696
 
8692
8697
 
8693
8698
 
8694
8699
 
8695
- #### [SecondLevelChild](#SecondLevelChild)
8700
+ #### [Child](#Child)
8696
8701
 
8697
8702
  | Properties | Type | Nullable | Description |
8698
8703
  | ---------- | ---- | -------- | ----------- |
8699
- | banners | [ImageUrls](#ImageUrls) | no | |
8700
- | uid | number | no | |
8701
- | slug | string | no | |
8704
+ | childs | [[SecondLevelChild](#SecondLevelChild)] | no | |
8702
8705
  | action | [ProductListingAction](#ProductListingAction) | no | |
8703
- | childs | [[ThirdLevelChild](#ThirdLevelChild)] | no | |
8704
- | _custom_json | string | no | |
8705
8706
  | name | string | no | |
8707
+ | _custom_json | string | no | |
8708
+ | slug | string | no | |
8709
+ | banners | [ImageUrls](#ImageUrls) | no | |
8710
+ | uid | number | no | |
8706
8711
 
8707
8712
  ---
8708
8713
 
8709
8714
 
8710
8715
 
8711
8716
 
8712
- #### [Child](#Child)
8717
+ #### [CategoryBanner](#CategoryBanner)
8713
8718
 
8714
8719
  | Properties | Type | Nullable | Description |
8715
8720
  | ---------- | ---- | -------- | ----------- |
8716
- | banners | [ImageUrls](#ImageUrls) | no | |
8717
- | uid | number | no | |
8718
- | slug | string | no | |
8719
- | action | [ProductListingAction](#ProductListingAction) | no | |
8720
- | childs | [[SecondLevelChild](#SecondLevelChild)] | no | |
8721
- | _custom_json | string | no | |
8722
- | name | string | no | |
8721
+ | portrait | [Media](#Media) | yes | |
8722
+ | landscape | [Media](#Media) | yes | |
8723
8723
 
8724
8724
  ---
8725
8725
 
@@ -8730,12 +8730,12 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8730
8730
 
8731
8731
  | Properties | Type | Nullable | Description |
8732
8732
  | ---------- | ---- | -------- | ----------- |
8733
- | banners | [CategoryBanner](#CategoryBanner) | yes | |
8734
- | uid | number | yes | |
8735
- | slug | string | yes | |
8736
- | action | [ProductListingAction](#ProductListingAction) | yes | |
8737
8733
  | childs | [[Child](#Child)] | no | |
8734
+ | action | [ProductListingAction](#ProductListingAction) | yes | |
8738
8735
  | name | string | yes | |
8736
+ | slug | string | yes | |
8737
+ | banners | [CategoryBanner](#CategoryBanner) | yes | |
8738
+ | uid | number | yes | |
8739
8739
 
8740
8740
  ---
8741
8741
 
@@ -8770,10 +8770,10 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8770
8770
 
8771
8771
  | Properties | Type | Nullable | Description |
8772
8772
  | ---------- | ---- | -------- | ----------- |
8773
+ | name | string | no | |
8773
8774
  | banners | [ImageUrls](#ImageUrls) | no | |
8774
8775
  | logo | [Media](#Media) | no | |
8775
8776
  | uid | number | no | |
8776
- | name | string | no | |
8777
8777
 
8778
8778
  ---
8779
8779
 
@@ -8784,9 +8784,9 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8784
8784
 
8785
8785
  | Properties | Type | Nullable | Description |
8786
8786
  | ---------- | ---- | -------- | ----------- |
8787
+ | page | [Page](#Page) | yes | |
8787
8788
  | message | string | no | |
8788
8789
  | items | [[ProductListingDetail](#ProductListingDetail)] | no | |
8789
- | page | [Page](#Page) | yes | |
8790
8790
 
8791
8791
  ---
8792
8792
 
@@ -8797,11 +8797,11 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8797
8797
 
8798
8798
  | Properties | Type | Nullable | Description |
8799
8799
  | ---------- | ---- | -------- | ----------- |
8800
- | uid | number | no | |
8800
+ | name | string | no | |
8801
+ | logo | [Media](#Media) | no | |
8801
8802
  | slug | string | no | |
8802
8803
  | priority_order | number | no | |
8803
- | logo | [Media](#Media) | no | |
8804
- | name | string | no | |
8804
+ | uid | number | no | |
8805
8805
 
8806
8806
  ---
8807
8807
 
@@ -8826,8 +8826,8 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8826
8826
  | type | string | no | |
8827
8827
  | action | [ProductListingAction](#ProductListingAction) | no | |
8828
8828
  | logo | [Media](#Media) | no | |
8829
- | _custom_json | string | no | |
8830
8829
  | display | string | no | |
8830
+ | _custom_json | string | no | |
8831
8831
 
8832
8832
  ---
8833
8833
 
@@ -8845,12 +8845,12 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8845
8845
 
8846
8846
 
8847
8847
 
8848
- #### [CollectionListingFilterTag](#CollectionListingFilterTag)
8848
+ #### [CollectionListingFilterType](#CollectionListingFilterType)
8849
8849
 
8850
8850
  | Properties | Type | Nullable | Description |
8851
8851
  | ---------- | ---- | -------- | ----------- |
8852
- | is_selected | boolean | no | |
8853
8852
  | display | string | no | |
8853
+ | is_selected | boolean | no | |
8854
8854
  | name | string | no | |
8855
8855
 
8856
8856
  ---
@@ -8858,12 +8858,12 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8858
8858
 
8859
8859
 
8860
8860
 
8861
- #### [CollectionListingFilterType](#CollectionListingFilterType)
8861
+ #### [CollectionListingFilterTag](#CollectionListingFilterTag)
8862
8862
 
8863
8863
  | Properties | Type | Nullable | Description |
8864
8864
  | ---------- | ---- | -------- | ----------- |
8865
- | is_selected | boolean | no | |
8866
8865
  | display | string | no | |
8866
+ | is_selected | boolean | no | |
8867
8867
  | name | string | no | |
8868
8868
 
8869
8869
  ---
@@ -8875,8 +8875,8 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8875
8875
 
8876
8876
  | Properties | Type | Nullable | Description |
8877
8877
  | ---------- | ---- | -------- | ----------- |
8878
- | tags | [[CollectionListingFilterTag](#CollectionListingFilterTag)] | no | |
8879
8878
  | type | [[CollectionListingFilterType](#CollectionListingFilterType)] | no | |
8879
+ | tags | [[CollectionListingFilterTag](#CollectionListingFilterTag)] | no | |
8880
8880
 
8881
8881
  ---
8882
8882
 
@@ -8887,9 +8887,9 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8887
8887
 
8888
8888
  | Properties | Type | Nullable | Description |
8889
8889
  | ---------- | ---- | -------- | ----------- |
8890
- | value | [any] | yes | |
8891
- | op | string | yes | |
8892
8890
  | attribute | string | yes | |
8891
+ | op | string | yes | |
8892
+ | value | [any] | yes | |
8893
8893
 
8894
8894
  ---
8895
8895
 
@@ -8900,27 +8900,27 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8900
8900
 
8901
8901
  | Properties | Type | Nullable | Description |
8902
8902
  | ---------- | ---- | -------- | ----------- |
8903
- | uid | string | no | |
8904
- | query | [[CollectionQuery](#CollectionQuery)] | no | |
8903
+ | allow_facets | boolean | no | |
8905
8904
  | sort_on | string | no | |
8905
+ | uid | string | no | |
8906
+ | type | string | no | |
8907
+ | priority | number | no | |
8908
+ | logo | [Media](#Media) | no | |
8906
8909
  | allow_sort | boolean | no | |
8907
- | visible_facets_keys | [string] | no | |
8908
- | banners | [ImageUrls](#ImageUrls) | no | |
8909
- | slug | string | no | |
8910
+ | query | [[CollectionQuery](#CollectionQuery)] | no | |
8911
+ | action | [ProductListingAction](#ProductListingAction) | no | |
8910
8912
  | cron | string | no | |
8911
- | meta | string | no | |
8912
- | logo | [Media](#Media) | no | |
8913
+ | tag | [string] | no | |
8914
+ | banners | [ImageUrls](#ImageUrls) | no | |
8913
8915
  | app_id | string | no | |
8914
- | is_active | boolean | no | |
8915
8916
  | badge | string | no | |
8916
- | type | string | no | |
8917
- | tag | [string] | no | |
8918
- | description | string | no | |
8919
- | priority | number | no | |
8920
- | allow_facets | boolean | no | |
8921
- | action | [ProductListingAction](#ProductListingAction) | no | |
8917
+ | meta | string | no | |
8918
+ | is_active | boolean | no | |
8922
8919
  | _schedule | string | no | |
8923
8920
  | name | string | no | |
8921
+ | description | string | no | |
8922
+ | slug | string | no | |
8923
+ | visible_facets_keys | [string] | no | |
8924
8924
 
8925
8925
  ---
8926
8926
 
@@ -8931,9 +8931,9 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8931
8931
 
8932
8932
  | Properties | Type | Nullable | Description |
8933
8933
  | ---------- | ---- | -------- | ----------- |
8934
+ | page | [Page](#Page) | yes | |
8934
8935
  | filters | [CollectionListingFilter](#CollectionListingFilter) | no | |
8935
8936
  | items | [[GetCollectionDetailNest](#GetCollectionDetailNest)] | no | |
8936
- | page | [Page](#Page) | yes | |
8937
8937
 
8938
8938
  ---
8939
8939
 
@@ -8944,25 +8944,25 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8944
8944
 
8945
8945
  | Properties | Type | Nullable | Description |
8946
8946
  | ---------- | ---- | -------- | ----------- |
8947
- | query | [[CollectionQuery](#CollectionQuery)] | no | |
8947
+ | allow_facets | boolean | no | |
8948
8948
  | sort_on | string | no | |
8949
+ | type | string | no | |
8950
+ | priority | number | no | |
8951
+ | logo | [Media](#Media) | no | |
8949
8952
  | allow_sort | boolean | no | |
8950
- | visible_facets_keys | [string] | no | |
8951
- | banners | [ImageUrls](#ImageUrls) | no | |
8952
- | slug | string | no | |
8953
+ | query | [[CollectionQuery](#CollectionQuery)] | no | |
8953
8954
  | cron | string | no | |
8954
- | meta | string | no | |
8955
- | logo | [Media](#Media) | no | |
8956
- | app_id | string | no | |
8957
- | is_active | boolean | no | |
8958
- | badge | string | no | |
8959
- | type | string | no | |
8960
8955
  | tag | [string] | no | |
8961
- | description | string | no | |
8962
- | priority | number | no | |
8963
- | allow_facets | boolean | no | |
8956
+ | banners | [ImageUrls](#ImageUrls) | no | |
8957
+ | app_id | string | no | |
8958
+ | badge | string | no | |
8959
+ | meta | string | no | |
8960
+ | is_active | boolean | no | |
8964
8961
  | _schedule | string | no | |
8965
8962
  | name | string | no | |
8963
+ | description | string | no | |
8964
+ | slug | string | no | |
8965
+ | visible_facets_keys | [string] | no | |
8966
8966
 
8967
8967
  ---
8968
8968
 
@@ -8973,8 +8973,8 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8973
8973
 
8974
8974
  | Properties | Type | Nullable | Description |
8975
8975
  | ---------- | ---- | -------- | ----------- |
8976
- | items | [[ProductListingDetail](#ProductListingDetail)] | yes | |
8977
8976
  | page | [Page](#Page) | yes | |
8977
+ | items | [[ProductListingDetail](#ProductListingDetail)] | yes | |
8978
8978
 
8979
8979
  ---
8980
8980
 
@@ -8985,8 +8985,8 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
8985
8985
 
8986
8986
  | Properties | Type | Nullable | Description |
8987
8987
  | ---------- | ---- | -------- | ----------- |
8988
- | message | string | yes | |
8989
8988
  | id | string | yes | |
8989
+ | message | string | yes | |
8990
8990
 
8991
8991
  ---
8992
8992
 
@@ -9044,16 +9044,16 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
9044
9044
 
9045
9045
  | Properties | Type | Nullable | Description |
9046
9046
  | ---------- | ---- | -------- | ----------- |
9047
- | uid | number | no | |
9047
+ | store_code | string | no | |
9048
9048
  | state | string | no | |
9049
- | pincode | number | no | |
9049
+ | address | string | no | |
9050
+ | name | string | no | |
9050
9051
  | store_email | string | no | |
9051
9052
  | lat_long | [LatLong](#LatLong) | no | |
9052
- | address | string | no | |
9053
- | country | string | no | |
9054
- | store_code | string | no | |
9055
9053
  | city | string | no | |
9056
- | name | string | no | |
9054
+ | country | string | no | |
9055
+ | pincode | number | no | |
9056
+ | uid | number | no | |
9057
9057
 
9058
9058
  ---
9059
9059
 
@@ -9064,8 +9064,8 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
9064
9064
 
9065
9065
  | Properties | Type | Nullable | Description |
9066
9066
  | ---------- | ---- | -------- | ----------- |
9067
- | items | [[Store](#Store)] | yes | |
9068
9067
  | page | [Page](#Page) | yes | |
9068
+ | items | [[Store](#Store)] | yes | |
9069
9069
 
9070
9070
  ---
9071
9071
 
@@ -9076,11 +9076,11 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
9076
9076
 
9077
9077
  | Properties | Type | Nullable | Description |
9078
9078
  | ---------- | ---- | -------- | ----------- |
9079
- | uid | number | no | |
9079
+ | name | string | no | |
9080
+ | logo | string | no | |
9080
9081
  | slug | string | no | |
9081
9082
  | priority_order | number | no | |
9082
- | logo | string | no | |
9083
- | name | string | no | |
9083
+ | uid | number | no | |
9084
9084
 
9085
9085
  ---
9086
9086
 
@@ -9104,41 +9104,41 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
9104
9104
  | Properties | Type | Nullable | Description |
9105
9105
  | ---------- | ---- | -------- | ----------- |
9106
9106
  | mobile_no | [SellerPhoneNumber](#SellerPhoneNumber) | no | |
9107
- | email | string | no | |
9108
9107
  | name | string | no | |
9108
+ | email | string | no | |
9109
9109
 
9110
9110
  ---
9111
9111
 
9112
9112
 
9113
9113
 
9114
9114
 
9115
- #### [StoreAddressSerializer](#StoreAddressSerializer)
9115
+ #### [CompanyStore](#CompanyStore)
9116
9116
 
9117
9117
  | Properties | Type | Nullable | Description |
9118
9118
  | ---------- | ---- | -------- | ----------- |
9119
- | state | string | no | |
9120
- | address2 | string | no | |
9121
- | pincode | number | no | |
9122
- | latitude | number | no | |
9123
- | longitude | number | no | |
9124
- | address1 | string | no | |
9125
- | country | string | no | |
9126
- | landmark | string | no | |
9127
- | city | string | no | |
9119
+ | business_type | string | no | |
9120
+ | company_type | string | no | |
9121
+ | name | string | no | |
9122
+ | uid | number | no | |
9128
9123
 
9129
9124
  ---
9130
9125
 
9131
9126
 
9132
9127
 
9133
9128
 
9134
- #### [CompanyStore](#CompanyStore)
9129
+ #### [StoreAddressSerializer](#StoreAddressSerializer)
9135
9130
 
9136
9131
  | Properties | Type | Nullable | Description |
9137
9132
  | ---------- | ---- | -------- | ----------- |
9138
- | uid | number | no | |
9139
- | business_type | string | no | |
9140
- | company_type | string | no | |
9141
- | name | string | no | |
9133
+ | longitude | number | no | |
9134
+ | address1 | string | no | |
9135
+ | state | string | no | |
9136
+ | latitude | number | no | |
9137
+ | landmark | string | no | |
9138
+ | city | string | no | |
9139
+ | country | string | no | |
9140
+ | pincode | number | no | |
9141
+ | address2 | string | no | |
9142
9142
 
9143
9143
  ---
9144
9144
 
@@ -9149,13 +9149,13 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
9149
9149
 
9150
9150
  | Properties | Type | Nullable | Description |
9151
9151
  | ---------- | ---- | -------- | ----------- |
9152
- | uid | number | no | |
9153
9152
  | manager | [StoreManagerSerializer](#StoreManagerSerializer) | no | |
9153
+ | company | [CompanyStore](#CompanyStore) | no | |
9154
9154
  | address | [StoreAddressSerializer](#StoreAddressSerializer) | no | |
9155
+ | name | string | no | |
9155
9156
  | departments | [[StoreDepartments](#StoreDepartments)] | no | |
9156
- | company | [CompanyStore](#CompanyStore) | no | |
9157
9157
  | contact_numbers | [[SellerPhoneNumber](#SellerPhoneNumber)] | no | |
9158
- | name | string | no | |
9158
+ | uid | number | no | |
9159
9159
 
9160
9160
  ---
9161
9161
 
@@ -9166,9 +9166,9 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
9166
9166
 
9167
9167
  | Properties | Type | Nullable | Description |
9168
9168
  | ---------- | ---- | -------- | ----------- |
9169
+ | page | [Page](#Page) | no | |
9169
9170
  | filters | [[StoreDepartments](#StoreDepartments)] | no | |
9170
9171
  | items | [[AppStore](#AppStore)] | no | |
9171
- | page | [Page](#Page) | no | |
9172
9172
 
9173
9173
  ---
9174
9174
 
@@ -9179,8 +9179,8 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
9179
9179
 
9180
9180
  | Properties | Type | Nullable | Description |
9181
9181
  | ---------- | ---- | -------- | ----------- |
9182
- | hour | number | no | |
9183
9182
  | minute | number | no | |
9183
+ | hour | number | no | |
9184
9184
 
9185
9185
  ---
9186
9186
 
@@ -9191,8 +9191,8 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
9191
9191
 
9192
9192
  | Properties | Type | Nullable | Description |
9193
9193
  | ---------- | ---- | -------- | ----------- |
9194
- | closing | [Time](#Time) | no | |
9195
9194
  | open | boolean | no | |
9195
+ | closing | [Time](#Time) | no | |
9196
9196
  | weekday | string | no | |
9197
9197
  | opening | [Time](#Time) | no | |
9198
9198
 
@@ -9205,15 +9205,15 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
9205
9205
 
9206
9206
  | Properties | Type | Nullable | Description |
9207
9207
  | ---------- | ---- | -------- | ----------- |
9208
- | uid | number | no | |
9209
9208
  | manager | [StoreManagerSerializer](#StoreManagerSerializer) | no | |
9210
- | address | [StoreAddressSerializer](#StoreAddressSerializer) | no | |
9211
- | departments | [[StoreDepartments](#StoreDepartments)] | no | |
9212
9209
  | company | [CompanyStore](#CompanyStore) | no | |
9210
+ | address | [StoreAddressSerializer](#StoreAddressSerializer) | no | |
9211
+ | name | string | no | |
9213
9212
  | timing | [[StoreTiming](#StoreTiming)] | no | |
9214
- | contact_numbers | [[SellerPhoneNumber](#SellerPhoneNumber)] | no | |
9215
9213
  | _custom_json | string | no | |
9216
- | name | string | no | |
9214
+ | departments | [[StoreDepartments](#StoreDepartments)] | no | |
9215
+ | contact_numbers | [[SellerPhoneNumber](#SellerPhoneNumber)] | no | |
9216
+ | uid | number | no | |
9217
9217
 
9218
9218
  ---
9219
9219
 
@@ -9224,10 +9224,24 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
9224
9224
 
9225
9225
  | Properties | Type | Nullable | Description |
9226
9226
  | ---------- | ---- | -------- | ----------- |
9227
- | username | string | yes | |
9228
- | super_user | boolean | no | |
9229
9227
  | contact | string | no | |
9228
+ | username | string | yes | |
9230
9229
  | user_id | string | yes | |
9230
+ | super_user | boolean | no | |
9231
+
9232
+ ---
9233
+
9234
+
9235
+
9236
+
9237
+ #### [Size](#Size)
9238
+
9239
+ | Properties | Type | Nullable | Description |
9240
+ | ---------- | ---- | -------- | ----------- |
9241
+ | display | any | no | |
9242
+ | is_available | boolean | no | |
9243
+ | quantity | number | no | |
9244
+ | value | any | no | |
9231
9245
 
9232
9246
  ---
9233
9247
 
@@ -9238,10 +9252,10 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
9238
9252
 
9239
9253
  | Properties | Type | Nullable | Description |
9240
9254
  | ---------- | ---- | -------- | ----------- |
9241
- | min_marked | number | no | |
9242
- | min_effective | number | no | |
9243
- | max_effective | number | no | |
9244
9255
  | max_marked | number | no | |
9256
+ | max_effective | number | no | |
9257
+ | min_effective | number | no | |
9258
+ | min_marked | number | no | |
9245
9259
  | currency | any | no | |
9246
9260
 
9247
9261
  ---
@@ -9253,41 +9267,27 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
9253
9267
 
9254
9268
  | Properties | Type | Nullable | Description |
9255
9269
  | ---------- | ---- | -------- | ----------- |
9256
- | country_of_origin | any | no | |
9270
+ | attributes | string | no | |
9271
+ | template_tag | any | no | |
9257
9272
  | images | [any] | no | |
9258
- | hsn_code | number | no | |
9273
+ | is_set | boolean | no | |
9259
9274
  | short_description | any | no | |
9260
- | out_of_stock | boolean | no | |
9261
- | template_tag | any | no | |
9262
- | has_variant | boolean | no | |
9263
9275
  | grouped_attributes | string | no | |
9264
- | attributes | string | no | |
9265
- | slug | any | no | |
9266
- | rating | number | no | |
9267
9276
  | image_nature | any | no | |
9268
- | brand_uid | number | no | |
9269
- | item_code | any | no | |
9270
- | identifier | string | no | |
9271
- | is_set | boolean | no | |
9272
- | description | any | no | |
9277
+ | rating | number | no | |
9278
+ | has_variant | boolean | no | |
9273
9279
  | media | [string] | no | |
9274
- | rating_count | number | no | |
9280
+ | brand_uid | number | no | |
9281
+ | hsn_code | number | no | |
9275
9282
  | highlights | [any] | no | |
9283
+ | country_of_origin | any | no | |
9284
+ | rating_count | number | no | |
9276
9285
  | name | any | no | |
9277
-
9278
- ---
9279
-
9280
-
9281
-
9282
-
9283
- #### [Size](#Size)
9284
-
9285
- | Properties | Type | Nullable | Description |
9286
- | ---------- | ---- | -------- | ----------- |
9287
- | is_available | boolean | no | |
9288
- | value | any | no | |
9289
- | quantity | number | no | |
9290
- | display | any | no | |
9286
+ | identifier | string | no | |
9287
+ | description | any | no | |
9288
+ | slug | any | no | |
9289
+ | out_of_stock | boolean | no | |
9290
+ | item_code | any | no | |
9291
9291
 
9292
9292
  ---
9293
9293
 
@@ -9298,15 +9298,15 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
9298
9298
 
9299
9299
  | Properties | Type | Nullable | Description |
9300
9300
  | ---------- | ---- | -------- | ----------- |
9301
- | price | [ProductGroupPrice](#ProductGroupPrice) | no | |
9302
- | product_details | [ProductDetails](#ProductDetails) | no | |
9303
- | auto_select | boolean | no | |
9304
- | product_uid | number | yes | |
9305
9301
  | sizes | [[Size](#Size)] | no | |
9302
+ | product_uid | number | yes | |
9306
9303
  | auto_add_to_cart | boolean | no | |
9307
- | allow_remove | boolean | no | |
9308
9304
  | max_quantity | number | yes | |
9309
9305
  | min_quantity | number | no | |
9306
+ | allow_remove | boolean | no | |
9307
+ | price | [ProductGroupPrice](#ProductGroupPrice) | no | |
9308
+ | auto_select | boolean | no | |
9309
+ | product_details | [ProductDetails](#ProductDetails) | no | |
9310
9310
 
9311
9311
  ---
9312
9312
 
@@ -9317,23 +9317,23 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
9317
9317
 
9318
9318
  | Properties | Type | Nullable | Description |
9319
9319
  | ---------- | ---- | -------- | ----------- |
9320
+ | created_by | [UserDetail](#UserDetail) | no | |
9320
9321
  | choice | any | no | |
9321
- | name | any | yes | |
9322
- | modified_by | [UserDetail](#UserDetail) | no | |
9322
+ | is_active | boolean | no | |
9323
9323
  | same_store_assignment | boolean | no | |
9324
- | _id | any | no | |
9325
9324
  | verified_on | string | no | |
9326
- | slug | any | no | |
9327
- | is_active | boolean | no | |
9328
- | page_visibility | [any] | no | |
9329
- | created_by | [UserDetail](#UserDetail) | no | |
9330
9325
  | verified_by | [UserDetail](#UserDetail) | no | |
9331
- | meta | string | no | |
9326
+ | modified_by | [UserDetail](#UserDetail) | no | |
9327
+ | name | any | yes | |
9332
9328
  | logo | string | no | |
9333
- | products | [[ProductInGroup](#ProductInGroup)] | yes | |
9334
- | modified_on | string | yes | |
9335
9329
  | company_id | number | no | |
9336
9330
  | created_on | string | yes | |
9331
+ | _id | any | no | |
9332
+ | slug | any | no | |
9333
+ | page_visibility | [any] | no | |
9334
+ | modified_on | string | yes | |
9335
+ | meta | string | no | |
9336
+ | products | [[ProductInGroup](#ProductInGroup)] | yes | |
9337
9337
 
9338
9338
  ---
9339
9339
 
@@ -9351,46 +9351,45 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
9351
9351
 
9352
9352
 
9353
9353
 
9354
- #### [StrategyWiseListingSchemaV2](#StrategyWiseListingSchemaV2)
9354
+ #### [ProductStockPriceV2](#ProductStockPriceV2)
9355
9355
 
9356
9356
  | Properties | Type | Nullable | Description |
9357
9357
  | ---------- | ---- | -------- | ----------- |
9358
- | quantity | number | no | |
9359
- | tat | number | no | |
9360
- | distance | number | no | |
9361
- | pincode | number | no | |
9358
+ | marked | number | no | |
9359
+ | effective | number | no | |
9360
+ | currency | string | no | |
9362
9361
 
9363
9362
  ---
9364
9363
 
9365
9364
 
9366
9365
 
9367
9366
 
9368
- #### [ArticleAssignmentV2](#ArticleAssignmentV2)
9367
+ #### [DetailsSchemaV2](#DetailsSchemaV2)
9369
9368
 
9370
9369
  | Properties | Type | Nullable | Description |
9371
9370
  | ---------- | ---- | -------- | ----------- |
9372
- | level | string | no | |
9373
- | strategy | string | no | |
9371
+ | type | string | no | |
9372
+ | key | string | no | |
9373
+ | value | string | no | |
9374
9374
 
9375
9375
  ---
9376
9376
 
9377
9377
 
9378
9378
 
9379
9379
 
9380
- #### [DetailsSchemaV2](#DetailsSchemaV2)
9380
+ #### [SellerGroupAttributes](#SellerGroupAttributes)
9381
9381
 
9382
9382
  | Properties | Type | Nullable | Description |
9383
9383
  | ---------- | ---- | -------- | ----------- |
9384
- | key | string | no | |
9385
- | value | string | no | |
9386
- | type | string | no | |
9384
+ | details | [[DetailsSchemaV2](#DetailsSchemaV2)] | no | |
9385
+ | title | string | no | |
9387
9386
 
9388
9387
  ---
9389
9388
 
9390
9389
 
9391
9390
 
9392
9391
 
9393
- #### [SellerGroupAttributes](#SellerGroupAttributes)
9392
+ #### [MarketPlaceSttributesSchemaV2](#MarketPlaceSttributesSchemaV2)
9394
9393
 
9395
9394
  | Properties | Type | Nullable | Description |
9396
9395
  | ---------- | ---- | -------- | ----------- |
@@ -9402,113 +9401,114 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
9402
9401
 
9403
9402
 
9404
9403
 
9405
- #### [ProductSetDistributionSizeV2](#ProductSetDistributionSizeV2)
9404
+ #### [ProductStockUnitPriceV2](#ProductStockUnitPriceV2)
9406
9405
 
9407
9406
  | Properties | Type | Nullable | Description |
9408
9407
  | ---------- | ---- | -------- | ----------- |
9409
- | size | string | no | |
9410
- | pieces | number | no | |
9408
+ | price | number | no | |
9409
+ | unit | string | no | |
9410
+ | currency_code | string | no | |
9411
+ | currency_symbol | string | no | |
9411
9412
 
9412
9413
  ---
9413
9414
 
9414
9415
 
9415
9416
 
9416
9417
 
9417
- #### [ProductSetDistributionV2](#ProductSetDistributionV2)
9418
+ #### [ReturnConfigSchemaV2](#ReturnConfigSchemaV2)
9418
9419
 
9419
9420
  | Properties | Type | Nullable | Description |
9420
9421
  | ---------- | ---- | -------- | ----------- |
9421
- | sizes | [[ProductSetDistributionSizeV2](#ProductSetDistributionSizeV2)] | no | |
9422
+ | unit | string | no | |
9423
+ | returnable | boolean | no | |
9424
+ | time | number | no | |
9422
9425
 
9423
9426
  ---
9424
9427
 
9425
9428
 
9426
9429
 
9427
9430
 
9428
- #### [ProductSetV2](#ProductSetV2)
9431
+ #### [StoreV2](#StoreV2)
9429
9432
 
9430
9433
  | Properties | Type | Nullable | Description |
9431
9434
  | ---------- | ---- | -------- | ----------- |
9432
- | size_distribution | [ProductSetDistributionV2](#ProductSetDistributionV2) | no | |
9433
- | quantity | number | no | |
9435
+ | count | number | no | |
9436
+ | name | string | no | |
9437
+ | uid | number | no | |
9434
9438
 
9435
9439
  ---
9436
9440
 
9437
9441
 
9438
9442
 
9439
9443
 
9440
- #### [ReturnConfigSchemaV2](#ReturnConfigSchemaV2)
9444
+ #### [SellerV2](#SellerV2)
9441
9445
 
9442
9446
  | Properties | Type | Nullable | Description |
9443
9447
  | ---------- | ---- | -------- | ----------- |
9444
- | time | number | no | |
9445
- | returnable | boolean | no | |
9446
- | unit | string | no | |
9448
+ | count | number | no | |
9449
+ | name | string | no | |
9450
+ | uid | number | no | |
9447
9451
 
9448
9452
  ---
9449
9453
 
9450
9454
 
9451
9455
 
9452
9456
 
9453
- #### [MarketPlaceSttributesSchemaV2](#MarketPlaceSttributesSchemaV2)
9457
+ #### [ProductSetDistributionSizeV2](#ProductSetDistributionSizeV2)
9454
9458
 
9455
9459
  | Properties | Type | Nullable | Description |
9456
9460
  | ---------- | ---- | -------- | ----------- |
9457
- | details | [[DetailsSchemaV2](#DetailsSchemaV2)] | no | |
9458
- | title | string | no | |
9461
+ | size | string | no | |
9462
+ | pieces | number | no | |
9459
9463
 
9460
9464
  ---
9461
9465
 
9462
9466
 
9463
9467
 
9464
9468
 
9465
- #### [ProductStockUnitPriceV2](#ProductStockUnitPriceV2)
9469
+ #### [ProductSetDistributionV2](#ProductSetDistributionV2)
9466
9470
 
9467
9471
  | Properties | Type | Nullable | Description |
9468
9472
  | ---------- | ---- | -------- | ----------- |
9469
- | price | number | no | |
9470
- | currency_symbol | string | no | |
9471
- | unit | string | no | |
9472
- | currency_code | string | no | |
9473
+ | sizes | [[ProductSetDistributionSizeV2](#ProductSetDistributionSizeV2)] | no | |
9473
9474
 
9474
9475
  ---
9475
9476
 
9476
9477
 
9477
9478
 
9478
9479
 
9479
- #### [ProductStockPriceV2](#ProductStockPriceV2)
9480
+ #### [ProductSetV2](#ProductSetV2)
9480
9481
 
9481
9482
  | Properties | Type | Nullable | Description |
9482
9483
  | ---------- | ---- | -------- | ----------- |
9483
- | currency | string | no | |
9484
- | effective | number | no | |
9485
- | marked | number | no | |
9484
+ | size_distribution | [ProductSetDistributionV2](#ProductSetDistributionV2) | no | |
9485
+ | quantity | number | no | |
9486
9486
 
9487
9487
  ---
9488
9488
 
9489
9489
 
9490
9490
 
9491
9491
 
9492
- #### [SellerV2](#SellerV2)
9492
+ #### [ArticleAssignmentV2](#ArticleAssignmentV2)
9493
9493
 
9494
9494
  | Properties | Type | Nullable | Description |
9495
9495
  | ---------- | ---- | -------- | ----------- |
9496
- | uid | number | no | |
9497
- | count | number | no | |
9498
- | name | string | no | |
9496
+ | strategy | string | no | |
9497
+ | level | string | no | |
9499
9498
 
9500
9499
  ---
9501
9500
 
9502
9501
 
9503
9502
 
9504
9503
 
9505
- #### [StoreV2](#StoreV2)
9504
+ #### [StrategyWiseListingSchemaV2](#StrategyWiseListingSchemaV2)
9506
9505
 
9507
9506
  | Properties | Type | Nullable | Description |
9508
9507
  | ---------- | ---- | -------- | ----------- |
9509
- | uid | number | no | |
9510
- | count | number | no | |
9511
- | name | string | no | |
9508
+ | pincode | number | no | |
9509
+ | tat | number | no | |
9510
+ | quantity | number | no | |
9511
+ | distance | number | no | |
9512
9512
 
9513
9513
  ---
9514
9514
 
@@ -9519,27 +9519,27 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
9519
9519
 
9520
9520
  | Properties | Type | Nullable | Description |
9521
9521
  | ---------- | ---- | -------- | ----------- |
9522
- | article_id | string | no | |
9523
- | strategy_wise_listing | [[StrategyWiseListingSchemaV2](#StrategyWiseListingSchemaV2)] | no | |
9522
+ | discount | string | no | |
9524
9523
  | is_gift | boolean | no | |
9525
- | article_assignment | [ArticleAssignmentV2](#ArticleAssignmentV2) | no | |
9526
- | grouped_attributes | [[SellerGroupAttributes](#SellerGroupAttributes)] | no | |
9527
- | set | [ProductSetV2](#ProductSetV2) | no | |
9528
- | quantity | number | no | |
9524
+ | price | [ProductStockPriceV2](#ProductStockPriceV2) | no | |
9529
9525
  | is_cod | boolean | no | |
9530
- | long_lat | [number] | no | |
9531
- | return_config | [ReturnConfigSchemaV2](#ReturnConfigSchemaV2) | no | |
9526
+ | grouped_attributes | [[SellerGroupAttributes](#SellerGroupAttributes)] | no | |
9532
9527
  | marketplace_attributes | [[MarketPlaceSttributesSchemaV2](#MarketPlaceSttributesSchemaV2)] | no | |
9533
- | pincode | number | no | |
9528
+ | long_lat | [number] | no | |
9534
9529
  | price_per_unit | [ProductStockUnitPriceV2](#ProductStockUnitPriceV2) | no | |
9530
+ | return_config | [ReturnConfigSchemaV2](#ReturnConfigSchemaV2) | no | |
9531
+ | store | [StoreV2](#StoreV2) | no | |
9532
+ | article_id | string | no | |
9533
+ | seller | [SellerV2](#SellerV2) | no | |
9534
+ | price_per_piece | [ProductStockPriceV2](#ProductStockPriceV2) | no | |
9535
9535
  | seller_count | number | no | |
9536
+ | set | [ProductSetV2](#ProductSetV2) | no | |
9537
+ | article_assignment | [ArticleAssignmentV2](#ArticleAssignmentV2) | no | |
9536
9538
  | special_badge | string | no | |
9539
+ | quantity | number | no | |
9540
+ | pincode | number | no | |
9537
9541
  | item_type | string | no | |
9538
- | price | [ProductStockPriceV2](#ProductStockPriceV2) | no | |
9539
- | price_per_piece | [ProductStockPriceV2](#ProductStockPriceV2) | no | |
9540
- | discount | string | no | |
9541
- | seller | [SellerV2](#SellerV2) | no | |
9542
- | store | [StoreV2](#StoreV2) | no | |
9542
+ | strategy_wise_listing | [[StrategyWiseListingSchemaV2](#StrategyWiseListingSchemaV2)] | no | |
9543
9543
 
9544
9544
  ---
9545
9545
 
@@ -9550,9 +9550,9 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
9550
9550
 
9551
9551
  | Properties | Type | Nullable | Description |
9552
9552
  | ---------- | ---- | -------- | ----------- |
9553
- | value | string | no | |
9554
9553
  | is_selected | boolean | no | |
9555
9554
  | name | string | no | |
9555
+ | value | string | no | |
9556
9556
 
9557
9557
  ---
9558
9558
 
@@ -9563,8 +9563,8 @@ Success. Returns a ProductSizeSellerV2 object. Check the example shown below or
9563
9563
 
9564
9564
  | Properties | Type | Nullable | Description |
9565
9565
  | ---------- | ---- | -------- | ----------- |
9566
- | items | [[ProductSizePriceResponseV2](#ProductSizePriceResponseV2)] | no | |
9567
9566
  | page | [Page](#Page) | yes | |
9567
+ | items | [[ProductSizePriceResponseV2](#ProductSizePriceResponseV2)] | no | |
9568
9568
  | sort_on | [[ProductSizeSellerFilterSchemaV2](#ProductSizeSellerFilterSchemaV2)] | no | |
9569
9569
 
9570
9570
  ---