@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
@@ -1435,120 +1435,120 @@ Returns a success response
1435
1435
 
1436
1436
 
1437
1437
 
1438
- #### [CompanyTaxesSerializer](#CompanyTaxesSerializer)
1438
+ #### [Document](#Document)
1439
1439
 
1440
1440
  | Properties | Type | Nullable | Description |
1441
1441
  | ---------- | ---- | -------- | ----------- |
1442
- | effective_date | string | no | |
1443
- | rate | number | no | |
1444
- | enable | boolean | no | |
1442
+ | value | string | yes | |
1443
+ | verified | boolean | no | |
1444
+ | legal_name | string | no | |
1445
+ | type | string | yes | |
1446
+ | url | string | no | |
1445
1447
 
1446
1448
  ---
1447
1449
 
1448
1450
 
1449
1451
 
1450
1452
 
1451
- #### [GetAddressSerializer](#GetAddressSerializer)
1453
+ #### [SellerPhoneNumber](#SellerPhoneNumber)
1452
1454
 
1453
1455
  | Properties | Type | Nullable | Description |
1454
1456
  | ---------- | ---- | -------- | ----------- |
1455
- | address1 | string | no | |
1456
- | landmark | string | no | |
1457
- | longitude | number | no | |
1458
- | latitude | number | no | |
1459
- | address2 | string | no | |
1460
- | pincode | number | no | |
1461
- | country_code | string | no | |
1462
- | state | string | no | |
1463
- | city | string | no | |
1464
- | country | string | no | |
1465
- | address_type | string | no | |
1457
+ | number | string | yes | |
1458
+ | country_code | number | yes | |
1466
1459
 
1467
1460
  ---
1468
1461
 
1469
1462
 
1470
1463
 
1471
1464
 
1472
- #### [UserSerializer](#UserSerializer)
1465
+ #### [ContactDetails](#ContactDetails)
1473
1466
 
1474
1467
  | Properties | Type | Nullable | Description |
1475
1468
  | ---------- | ---- | -------- | ----------- |
1476
- | user_id | string | no | |
1477
- | username | string | no | |
1478
- | contact | string | no | |
1469
+ | emails | [string] | no | |
1470
+ | phone | [[SellerPhoneNumber](#SellerPhoneNumber)] | no | |
1479
1471
 
1480
1472
  ---
1481
1473
 
1482
1474
 
1483
1475
 
1484
1476
 
1485
- #### [BusinessCountryInfo](#BusinessCountryInfo)
1477
+ #### [UserSerializer](#UserSerializer)
1486
1478
 
1487
1479
  | Properties | Type | Nullable | Description |
1488
1480
  | ---------- | ---- | -------- | ----------- |
1489
- | country_code | string | no | |
1490
- | country | string | no | |
1481
+ | contact | string | no | |
1482
+ | user_id | string | no | |
1483
+ | username | string | no | |
1491
1484
 
1492
1485
  ---
1493
1486
 
1494
1487
 
1495
1488
 
1496
1489
 
1497
- #### [Website](#Website)
1490
+ #### [BusinessCountryInfo](#BusinessCountryInfo)
1498
1491
 
1499
1492
  | Properties | Type | Nullable | Description |
1500
1493
  | ---------- | ---- | -------- | ----------- |
1501
- | url | string | no | |
1494
+ | country | string | no | |
1495
+ | country_code | string | no | |
1502
1496
 
1503
1497
  ---
1504
1498
 
1505
1499
 
1506
1500
 
1507
1501
 
1508
- #### [BusinessDetails](#BusinessDetails)
1502
+ #### [Website](#Website)
1509
1503
 
1510
1504
  | Properties | Type | Nullable | Description |
1511
1505
  | ---------- | ---- | -------- | ----------- |
1512
- | website | [Website](#Website) | no | |
1506
+ | url | string | no | |
1513
1507
 
1514
1508
  ---
1515
1509
 
1516
1510
 
1517
1511
 
1518
1512
 
1519
- #### [Document](#Document)
1513
+ #### [BusinessDetails](#BusinessDetails)
1520
1514
 
1521
1515
  | Properties | Type | Nullable | Description |
1522
1516
  | ---------- | ---- | -------- | ----------- |
1523
- | value | string | yes | |
1524
- | url | string | no | |
1525
- | legal_name | string | no | |
1526
- | verified | boolean | no | |
1527
- | type | string | yes | |
1517
+ | website | [Website](#Website) | no | |
1528
1518
 
1529
1519
  ---
1530
1520
 
1531
1521
 
1532
1522
 
1533
1523
 
1534
- #### [SellerPhoneNumber](#SellerPhoneNumber)
1524
+ #### [CompanyTaxesSerializer](#CompanyTaxesSerializer)
1535
1525
 
1536
1526
  | Properties | Type | Nullable | Description |
1537
1527
  | ---------- | ---- | -------- | ----------- |
1538
- | country_code | number | yes | |
1539
- | number | string | yes | |
1528
+ | rate | number | no | |
1529
+ | effective_date | string | no | |
1530
+ | enable | boolean | no | |
1540
1531
 
1541
1532
  ---
1542
1533
 
1543
1534
 
1544
1535
 
1545
1536
 
1546
- #### [ContactDetails](#ContactDetails)
1537
+ #### [GetAddressSerializer](#GetAddressSerializer)
1547
1538
 
1548
1539
  | Properties | Type | Nullable | Description |
1549
1540
  | ---------- | ---- | -------- | ----------- |
1550
- | emails | [string] | no | |
1551
- | phone | [[SellerPhoneNumber](#SellerPhoneNumber)] | no | |
1541
+ | address_type | string | no | |
1542
+ | latitude | number | yes | |
1543
+ | address1 | string | no | |
1544
+ | landmark | string | no | |
1545
+ | longitude | number | yes | |
1546
+ | city | string | no | |
1547
+ | pincode | number | no | |
1548
+ | state | string | no | |
1549
+ | country | string | no | |
1550
+ | address2 | string | no | |
1551
+ | country_code | string | no | |
1552
1552
 
1553
1553
  ---
1554
1554
 
@@ -1559,29 +1559,29 @@ Returns a success response
1559
1559
 
1560
1560
  | Properties | Type | Nullable | Description |
1561
1561
  | ---------- | ---- | -------- | ----------- |
1562
- | created_on | string | no | |
1563
- | taxes | [[CompanyTaxesSerializer](#CompanyTaxesSerializer)] | no | |
1564
- | addresses | [[GetAddressSerializer](#GetAddressSerializer)] | no | |
1562
+ | documents | [[Document](#Document)] | no | |
1563
+ | contact_details | [ContactDetails](#ContactDetails) | no | |
1565
1564
  | verified_by | [UserSerializer](#UserSerializer) | no | |
1566
- | modified_by | [UserSerializer](#UserSerializer) | no | |
1567
1565
  | business_country_info | [BusinessCountryInfo](#BusinessCountryInfo) | no | |
1566
+ | name | string | no | |
1568
1567
  | company_type | string | yes | |
1569
- | _custom_json | string | no | |
1570
- | notification_emails | [string] | no | |
1571
- | business_info | string | no | |
1572
- | warnings | string | no | |
1573
- | modified_on | string | no | |
1574
- | mode | string | no | |
1575
- | stage | string | no | |
1576
1568
  | business_type | string | yes | |
1569
+ | modified_by | [UserSerializer](#UserSerializer) | no | |
1570
+ | warnings | string | no | |
1571
+ | notification_emails | [string] | no | |
1572
+ | uid | number | yes | |
1577
1573
  | verified_on | string | no | |
1574
+ | modified_on | string | no | |
1578
1575
  | created_by | [UserSerializer](#UserSerializer) | no | |
1579
- | uid | number | yes | |
1580
1576
  | franchise_enabled | boolean | no | |
1581
- | name | string | no | |
1577
+ | mode | string | no | |
1582
1578
  | business_details | [BusinessDetails](#BusinessDetails) | no | |
1583
- | documents | [[Document](#Document)] | no | |
1584
- | contact_details | [ContactDetails](#ContactDetails) | no | |
1579
+ | _custom_json | string | no | |
1580
+ | taxes | [[CompanyTaxesSerializer](#CompanyTaxesSerializer)] | no | |
1581
+ | addresses | [[GetAddressSerializer](#GetAddressSerializer)] | no | |
1582
+ | stage | string | no | |
1583
+ | business_info | string | no | |
1584
+ | created_on | string | no | |
1585
1585
 
1586
1586
  ---
1587
1587
 
@@ -1593,9 +1593,9 @@ Returns a success response
1593
1593
  | Properties | Type | Nullable | Description |
1594
1594
  | ---------- | ---- | -------- | ----------- |
1595
1595
  | message | string | no | |
1596
- | status | number | no | |
1597
- | meta | string | no | |
1598
1596
  | code | string | no | |
1597
+ | meta | string | no | |
1598
+ | status | number | no | |
1599
1599
 
1600
1600
  ---
1601
1601
 
@@ -1606,8 +1606,8 @@ Returns a success response
1606
1606
 
1607
1607
  | Properties | Type | Nullable | Description |
1608
1608
  | ---------- | ---- | -------- | ----------- |
1609
- | effective_date | string | no | |
1610
1609
  | rate | number | no | |
1610
+ | effective_date | string | no | |
1611
1611
  | enable | boolean | no | |
1612
1612
 
1613
1613
  ---
@@ -1619,17 +1619,17 @@ Returns a success response
1619
1619
 
1620
1620
  | Properties | Type | Nullable | Description |
1621
1621
  | ---------- | ---- | -------- | ----------- |
1622
+ | address_type | string | yes | |
1623
+ | latitude | number | yes | |
1622
1624
  | address1 | string | yes | |
1623
1625
  | landmark | string | no | |
1624
1626
  | longitude | number | yes | |
1625
- | latitude | number | yes | |
1627
+ | city | string | yes | |
1628
+ | state | string | yes | |
1626
1629
  | pincode | number | yes | |
1630
+ | country | string | yes | |
1627
1631
  | address2 | string | no | |
1628
1632
  | country_code | string | no | |
1629
- | state | string | yes | |
1630
- | country | string | yes | |
1631
- | city | string | yes | |
1632
- | address_type | string | yes | |
1633
1633
 
1634
1634
  ---
1635
1635
 
@@ -1640,20 +1640,20 @@ Returns a success response
1640
1640
 
1641
1641
  | Properties | Type | Nullable | Description |
1642
1642
  | ---------- | ---- | -------- | ----------- |
1643
- | notification_emails | [string] | no | |
1644
- | reject_reason | string | no | |
1643
+ | business_type | string | no | |
1645
1644
  | taxes | [[CompanyTaxesSerializer1](#CompanyTaxesSerializer1)] | no | |
1646
- | business_info | string | no | |
1645
+ | documents | [[Document](#Document)] | no | |
1647
1646
  | franchise_enabled | boolean | no | |
1648
1647
  | addresses | [[CreateUpdateAddressSerializer](#CreateUpdateAddressSerializer)] | no | |
1648
+ | contact_details | [ContactDetails](#ContactDetails) | no | |
1649
+ | business_details | [BusinessDetails](#BusinessDetails) | no | |
1650
+ | warnings | string | no | |
1649
1651
  | company_type | string | no | |
1650
1652
  | name | string | no | |
1651
- | business_details | [BusinessDetails](#BusinessDetails) | no | |
1653
+ | reject_reason | string | no | |
1654
+ | notification_emails | [string] | no | |
1652
1655
  | _custom_json | string | no | |
1653
- | warnings | string | no | |
1654
- | documents | [[Document](#Document)] | no | |
1655
- | business_type | string | no | |
1656
- | contact_details | [ContactDetails](#ContactDetails) | no | |
1656
+ | business_info | string | no | |
1657
1657
 
1658
1658
  ---
1659
1659
 
@@ -1664,8 +1664,8 @@ Returns a success response
1664
1664
 
1665
1665
  | Properties | Type | Nullable | Description |
1666
1666
  | ---------- | ---- | -------- | ----------- |
1667
- | uid | number | no | |
1668
1667
  | success | boolean | no | |
1668
+ | uid | number | no | |
1669
1669
 
1670
1670
  ---
1671
1671
 
@@ -1676,8 +1676,8 @@ Returns a success response
1676
1676
 
1677
1677
  | Properties | Type | Nullable | Description |
1678
1678
  | ---------- | ---- | -------- | ----------- |
1679
- | pending | number | no | |
1680
1679
  | verified | number | no | |
1680
+ | pending | number | no | |
1681
1681
 
1682
1682
  ---
1683
1683
 
@@ -1688,13 +1688,13 @@ Returns a success response
1688
1688
 
1689
1689
  | Properties | Type | Nullable | Description |
1690
1690
  | ---------- | ---- | -------- | ----------- |
1691
- | store_documents | [DocumentsObj](#DocumentsObj) | no | |
1692
1691
  | store | [DocumentsObj](#DocumentsObj) | no | |
1693
- | uid | number | no | |
1694
- | product | [DocumentsObj](#DocumentsObj) | no | |
1695
- | brand | [DocumentsObj](#DocumentsObj) | no | |
1696
1692
  | stage | string | no | |
1697
1693
  | company_documents | [DocumentsObj](#DocumentsObj) | no | |
1694
+ | brand | [DocumentsObj](#DocumentsObj) | no | |
1695
+ | uid | number | no | |
1696
+ | product | [DocumentsObj](#DocumentsObj) | no | |
1697
+ | store_documents | [DocumentsObj](#DocumentsObj) | no | |
1698
1698
 
1699
1699
  ---
1700
1700
 
@@ -1717,25 +1717,25 @@ Returns a success response
1717
1717
 
1718
1718
  | Properties | Type | Nullable | Description |
1719
1719
  | ---------- | ---- | -------- | ----------- |
1720
- | created_on | string | no | |
1721
1720
  | verified_by | [UserSerializer](#UserSerializer) | no | |
1722
- | modified_by | [UserSerializer](#UserSerializer) | no | |
1723
- | synonyms | [string] | no | |
1724
- | logo | string | no | |
1721
+ | name | string | yes | |
1722
+ | reject_reason | string | no | |
1725
1723
  | _locale_language | string | no | |
1726
- | _custom_json | string | no | |
1727
- | description | string | no | |
1728
- | mode | string | no | |
1729
- | modified_on | string | no | |
1724
+ | banner | [BrandBannerSerializer](#BrandBannerSerializer) | no | |
1725
+ | modified_by | [UserSerializer](#UserSerializer) | no | |
1730
1726
  | warnings | string | no | |
1731
- | stage | string | no | |
1727
+ | uid | number | no | |
1732
1728
  | verified_on | string | no | |
1729
+ | modified_on | string | no | |
1733
1730
  | created_by | [UserSerializer](#UserSerializer) | no | |
1734
- | reject_reason | string | no | |
1735
- | uid | number | no | |
1736
1731
  | slug_key | string | no | |
1737
- | name | string | yes | |
1738
- | banner | [BrandBannerSerializer](#BrandBannerSerializer) | no | |
1732
+ | mode | string | no | |
1733
+ | description | string | no | |
1734
+ | _custom_json | string | no | |
1735
+ | stage | string | no | |
1736
+ | synonyms | [string] | no | |
1737
+ | logo | string | no | |
1738
+ | created_on | string | no | |
1739
1739
 
1740
1740
  ---
1741
1741
 
@@ -1746,33 +1746,16 @@ Returns a success response
1746
1746
 
1747
1747
  | Properties | Type | Nullable | Description |
1748
1748
  | ---------- | ---- | -------- | ----------- |
1749
- | description | string | no | |
1750
- | uid | number | no | |
1751
- | _locale_language | string | no | |
1752
- | name | string | yes | |
1753
- | synonyms | [string] | no | |
1749
+ | banner | [BrandBannerSerializer](#BrandBannerSerializer) | no | |
1750
+ | brand_tier | string | no | |
1754
1751
  | company_id | number | no | |
1752
+ | name | string | yes | |
1753
+ | uid | number | no | |
1755
1754
  | _custom_json | string | no | |
1755
+ | synonyms | [string] | no | |
1756
+ | description | string | no | |
1757
+ | _locale_language | string | no | |
1756
1758
  | logo | string | yes | |
1757
- | banner | [BrandBannerSerializer](#BrandBannerSerializer) | no | |
1758
- | brand_tier | string | no | |
1759
-
1760
- ---
1761
-
1762
-
1763
-
1764
-
1765
- #### [Page](#Page)
1766
-
1767
- | Properties | Type | Nullable | Description |
1768
- | ---------- | ---- | -------- | ----------- |
1769
- | item_total | number | no | |
1770
- | has_next | boolean | no | |
1771
- | current | number | no | |
1772
- | next_id | string | no | |
1773
- | type | string | yes | |
1774
- | size | number | no | |
1775
- | has_previous | boolean | no | |
1776
1759
 
1777
1760
  ---
1778
1761
 
@@ -1807,24 +1790,24 @@ Returns a success response
1807
1790
 
1808
1791
  | Properties | Type | Nullable | Description |
1809
1792
  | ---------- | ---- | -------- | ----------- |
1810
- | notification_emails | [string] | no | |
1811
- | verified_on | string | no | |
1793
+ | business_type | string | yes | |
1794
+ | modified_by | [UserSerializer](#UserSerializer) | no | |
1812
1795
  | created_by | [UserSerializer](#UserSerializer) | no | |
1813
- | business_country_info | [BusinessCountryInfo](#BusinessCountryInfo) | no | |
1814
- | created_on | string | no | |
1815
- | reject_reason | string | no | |
1816
- | uid | number | no | |
1817
1796
  | addresses | [[GetAddressSerializer](#GetAddressSerializer)] | no | |
1797
+ | stage | string | no | |
1818
1798
  | verified_by | [UserSerializer](#UserSerializer) | no | |
1799
+ | business_country_info | [BusinessCountryInfo](#BusinessCountryInfo) | no | |
1819
1800
  | name | string | no | |
1820
- | modified_by | [UserSerializer](#UserSerializer) | no | |
1821
1801
  | company_type | string | yes | |
1802
+ | notification_emails | [string] | no | |
1803
+ | reject_reason | string | no | |
1822
1804
  | details | [CompanyDetails](#CompanyDetails) | no | |
1823
- | market_channels | [string] | no | |
1824
1805
  | _custom_json | string | no | |
1806
+ | uid | number | no | |
1807
+ | verified_on | string | no | |
1808
+ | created_on | string | no | |
1825
1809
  | modified_on | string | no | |
1826
- | stage | string | no | |
1827
- | business_type | string | yes | |
1810
+ | market_channels | [string] | no | |
1828
1811
 
1829
1812
  ---
1830
1813
 
@@ -1835,18 +1818,35 @@ Returns a success response
1835
1818
 
1836
1819
  | Properties | Type | Nullable | Description |
1837
1820
  | ---------- | ---- | -------- | ----------- |
1838
- | verified_on | string | no | |
1821
+ | modified_by | [UserSerializer](#UserSerializer) | no | |
1839
1822
  | created_by | [UserSerializer](#UserSerializer) | no | |
1840
- | created_on | string | no | |
1841
- | reject_reason | string | no | |
1842
- | uid | number | no | |
1823
+ | stage | string | no | |
1843
1824
  | verified_by | [UserSerializer](#UserSerializer) | no | |
1844
- | modified_by | [UserSerializer](#UserSerializer) | no | |
1825
+ | warnings | string | no | |
1845
1826
  | company | [CompanySerializer](#CompanySerializer) | no | |
1827
+ | reject_reason | string | no | |
1846
1828
  | brand | [GetBrandResponseSerializer](#GetBrandResponseSerializer) | no | |
1847
- | warnings | string | no | |
1829
+ | uid | number | no | |
1830
+ | verified_on | string | no | |
1831
+ | created_on | string | no | |
1848
1832
  | modified_on | string | no | |
1849
- | stage | string | no | |
1833
+
1834
+ ---
1835
+
1836
+
1837
+
1838
+
1839
+ #### [Page](#Page)
1840
+
1841
+ | Properties | Type | Nullable | Description |
1842
+ | ---------- | ---- | -------- | ----------- |
1843
+ | item_total | number | no | |
1844
+ | current | number | no | |
1845
+ | has_next | boolean | no | |
1846
+ | has_previous | boolean | no | |
1847
+ | size | number | no | |
1848
+ | next_id | string | no | |
1849
+ | type | string | yes | |
1850
1850
 
1851
1851
  ---
1852
1852
 
@@ -1857,8 +1857,8 @@ Returns a success response
1857
1857
 
1858
1858
  | Properties | Type | Nullable | Description |
1859
1859
  | ---------- | ---- | -------- | ----------- |
1860
- | page | [Page](#Page) | no | |
1861
1860
  | items | [[CompanyBrandSerializer](#CompanyBrandSerializer)] | no | |
1861
+ | page | [Page](#Page) | no | |
1862
1862
 
1863
1863
  ---
1864
1864
 
@@ -1869,133 +1869,133 @@ Returns a success response
1869
1869
 
1870
1870
  | Properties | Type | Nullable | Description |
1871
1871
  | ---------- | ---- | -------- | ----------- |
1872
- | uid | number | no | |
1873
1872
  | company | number | yes | |
1874
1873
  | brands | [number] | yes | |
1874
+ | uid | number | no | |
1875
1875
 
1876
1876
  ---
1877
1877
 
1878
1878
 
1879
1879
 
1880
1880
 
1881
- #### [LocationTimingSerializer](#LocationTimingSerializer)
1881
+ #### [GetCompanySerializer](#GetCompanySerializer)
1882
1882
 
1883
1883
  | Properties | Type | Nullable | Description |
1884
1884
  | ---------- | ---- | -------- | ----------- |
1885
- | minute | number | yes | |
1886
- | hour | number | yes | |
1885
+ | business_type | string | no | |
1886
+ | modified_by | [UserSerializer](#UserSerializer) | no | |
1887
+ | created_by | [UserSerializer](#UserSerializer) | no | |
1888
+ | stage | string | no | |
1889
+ | addresses | [[GetAddressSerializer](#GetAddressSerializer)] | no | |
1890
+ | verified_by | [UserSerializer](#UserSerializer) | no | |
1891
+ | name | string | no | |
1892
+ | company_type | string | no | |
1893
+ | reject_reason | string | no | |
1894
+ | uid | number | no | |
1895
+ | verified_on | string | no | |
1896
+ | created_on | string | no | |
1897
+ | modified_on | string | no | |
1887
1898
 
1888
1899
  ---
1889
1900
 
1890
1901
 
1891
1902
 
1892
1903
 
1893
- #### [LocationDayWiseSerializer](#LocationDayWiseSerializer)
1904
+ #### [LocationManagerSerializer](#LocationManagerSerializer)
1894
1905
 
1895
1906
  | Properties | Type | Nullable | Description |
1896
1907
  | ---------- | ---- | -------- | ----------- |
1897
- | opening | [LocationTimingSerializer](#LocationTimingSerializer) | no | |
1898
- | weekday | string | yes | |
1899
- | open | boolean | yes | |
1900
- | closing | [LocationTimingSerializer](#LocationTimingSerializer) | no | |
1908
+ | email | string | no | |
1909
+ | mobile_no | [SellerPhoneNumber](#SellerPhoneNumber) | yes | |
1910
+ | name | string | no | |
1901
1911
 
1902
1912
  ---
1903
1913
 
1904
1914
 
1905
1915
 
1906
1916
 
1907
- #### [ProductReturnConfigSerializer](#ProductReturnConfigSerializer)
1917
+ #### [LocationTimingSerializer](#LocationTimingSerializer)
1908
1918
 
1909
1919
  | Properties | Type | Nullable | Description |
1910
1920
  | ---------- | ---- | -------- | ----------- |
1911
- | on_same_store | boolean | no | |
1912
- | store_uid | number | no | |
1921
+ | hour | number | yes | |
1922
+ | minute | number | yes | |
1913
1923
 
1914
1924
  ---
1915
1925
 
1916
1926
 
1917
1927
 
1918
1928
 
1919
- #### [GetCompanySerializer](#GetCompanySerializer)
1929
+ #### [LocationDayWiseSerializer](#LocationDayWiseSerializer)
1920
1930
 
1921
1931
  | Properties | Type | Nullable | Description |
1922
1932
  | ---------- | ---- | -------- | ----------- |
1923
- | verified_on | string | no | |
1924
- | created_by | [UserSerializer](#UserSerializer) | no | |
1925
- | created_on | string | no | |
1926
- | reject_reason | string | no | |
1927
- | uid | number | no | |
1928
- | addresses | [[GetAddressSerializer](#GetAddressSerializer)] | no | |
1929
- | verified_by | [UserSerializer](#UserSerializer) | no | |
1930
- | name | string | no | |
1931
- | modified_by | [UserSerializer](#UserSerializer) | no | |
1932
- | company_type | string | no | |
1933
- | modified_on | string | no | |
1934
- | stage | string | no | |
1935
- | business_type | string | no | |
1933
+ | open | boolean | yes | |
1934
+ | opening | [LocationTimingSerializer](#LocationTimingSerializer) | no | |
1935
+ | weekday | string | yes | |
1936
+ | closing | [LocationTimingSerializer](#LocationTimingSerializer) | no | |
1936
1937
 
1937
1938
  ---
1938
1939
 
1939
1940
 
1940
1941
 
1941
1942
 
1942
- #### [LocationManagerSerializer](#LocationManagerSerializer)
1943
+ #### [ProductReturnConfigSerializer](#ProductReturnConfigSerializer)
1943
1944
 
1944
1945
  | Properties | Type | Nullable | Description |
1945
1946
  | ---------- | ---- | -------- | ----------- |
1946
- | mobile_no | [SellerPhoneNumber](#SellerPhoneNumber) | yes | |
1947
- | email | string | no | |
1948
- | name | string | no | |
1947
+ | on_same_store | boolean | no | |
1948
+ | store_uid | number | no | |
1949
1949
 
1950
1950
  ---
1951
1951
 
1952
1952
 
1953
1953
 
1954
1954
 
1955
- #### [InvoiceCredSerializer](#InvoiceCredSerializer)
1955
+ #### [HolidayDateSerializer](#HolidayDateSerializer)
1956
1956
 
1957
1957
  | Properties | Type | Nullable | Description |
1958
1958
  | ---------- | ---- | -------- | ----------- |
1959
- | username | string | no | |
1960
- | enabled | boolean | no | |
1961
- | password | string | no | |
1959
+ | start_date | string | yes | |
1960
+ | end_date | string | yes | |
1962
1961
 
1963
1962
  ---
1964
1963
 
1965
1964
 
1966
1965
 
1967
1966
 
1968
- #### [InvoiceDetailsSerializer](#InvoiceDetailsSerializer)
1967
+ #### [HolidaySchemaSerializer](#HolidaySchemaSerializer)
1969
1968
 
1970
1969
  | Properties | Type | Nullable | Description |
1971
1970
  | ---------- | ---- | -------- | ----------- |
1972
- | e_waybill | [InvoiceCredSerializer](#InvoiceCredSerializer) | no | |
1973
- | e_invoice | [InvoiceCredSerializer](#InvoiceCredSerializer) | no | |
1971
+ | holiday_type | string | yes | |
1972
+ | title | string | yes | |
1973
+ | date | [HolidayDateSerializer](#HolidayDateSerializer) | yes | |
1974
1974
 
1975
1975
  ---
1976
1976
 
1977
1977
 
1978
1978
 
1979
1979
 
1980
- #### [HolidayDateSerializer](#HolidayDateSerializer)
1980
+ #### [InvoiceCredSerializer](#InvoiceCredSerializer)
1981
1981
 
1982
1982
  | Properties | Type | Nullable | Description |
1983
1983
  | ---------- | ---- | -------- | ----------- |
1984
- | start_date | string | yes | |
1985
- | end_date | string | yes | |
1984
+ | password | string | no | |
1985
+ | enabled | boolean | no | |
1986
+ | username | string | no | |
1986
1987
 
1987
1988
  ---
1988
1989
 
1989
1990
 
1990
1991
 
1991
1992
 
1992
- #### [HolidaySchemaSerializer](#HolidaySchemaSerializer)
1993
+ #### [InvoiceDetailsSerializer](#InvoiceDetailsSerializer)
1993
1994
 
1994
1995
  | Properties | Type | Nullable | Description |
1995
1996
  | ---------- | ---- | -------- | ----------- |
1996
- | date | [HolidayDateSerializer](#HolidayDateSerializer) | yes | |
1997
- | holiday_type | string | yes | |
1998
- | title | string | yes | |
1997
+ | e_waybill | [InvoiceCredSerializer](#InvoiceCredSerializer) | no | |
1998
+ | e_invoice | [InvoiceCredSerializer](#InvoiceCredSerializer) | no | |
1999
1999
 
2000
2000
  ---
2001
2001
 
@@ -2006,31 +2006,31 @@ Returns a success response
2006
2006
 
2007
2007
  | Properties | Type | Nullable | Description |
2008
2008
  | ---------- | ---- | -------- | ----------- |
2009
- | timing | [[LocationDayWiseSerializer](#LocationDayWiseSerializer)] | no | |
2010
- | created_on | string | no | |
2009
+ | documents | [[Document](#Document)] | no | |
2011
2010
  | verified_by | [UserSerializer](#UserSerializer) | no | |
2012
- | phone_number | string | yes | |
2013
- | modified_by | [UserSerializer](#UserSerializer) | no | |
2014
- | _custom_json | string | no | |
2011
+ | name | string | yes | |
2012
+ | company | [GetCompanySerializer](#GetCompanySerializer) | no | |
2015
2013
  | store_type | string | no | |
2016
- | notification_emails | [string] | no | |
2014
+ | contact_numbers | [[SellerPhoneNumber](#SellerPhoneNumber)] | no | |
2015
+ | modified_by | [UserSerializer](#UserSerializer) | no | |
2016
+ | manager | [LocationManagerSerializer](#LocationManagerSerializer) | no | |
2017
+ | display_name | string | yes | |
2018
+ | timing | [[LocationDayWiseSerializer](#LocationDayWiseSerializer)] | no | |
2017
2019
  | product_return_config | [ProductReturnConfigSerializer](#ProductReturnConfigSerializer) | no | |
2018
- | code | string | yes | |
2019
- | company | [GetCompanySerializer](#GetCompanySerializer) | no | |
2020
2020
  | warnings | string | no | |
2021
- | modified_on | string | no | |
2022
- | manager | [LocationManagerSerializer](#LocationManagerSerializer) | no | |
2023
- | stage | string | no | |
2024
- | gst_credentials | [InvoiceDetailsSerializer](#InvoiceDetailsSerializer) | no | |
2021
+ | holiday | [[HolidaySchemaSerializer](#HolidaySchemaSerializer)] | no | |
2022
+ | notification_emails | [string] | no | |
2023
+ | uid | number | no | |
2025
2024
  | verified_on | string | no | |
2025
+ | modified_on | string | no | |
2026
+ | code | string | yes | |
2026
2027
  | created_by | [UserSerializer](#UserSerializer) | no | |
2028
+ | gst_credentials | [InvoiceDetailsSerializer](#InvoiceDetailsSerializer) | no | |
2029
+ | phone_number | string | no | |
2030
+ | _custom_json | string | no | |
2031
+ | stage | string | no | |
2027
2032
  | address | [GetAddressSerializer](#GetAddressSerializer) | yes | |
2028
- | contact_numbers | [[SellerPhoneNumber](#SellerPhoneNumber)] | no | |
2029
- | holiday | [[HolidaySchemaSerializer](#HolidaySchemaSerializer)] | no | |
2030
- | uid | number | no | |
2031
- | name | string | yes | |
2032
- | display_name | string | yes | |
2033
- | documents | [[Document](#Document)] | no | |
2033
+ | created_on | string | no | |
2034
2034
 
2035
2035
  ---
2036
2036
 
@@ -2041,8 +2041,29 @@ Returns a success response
2041
2041
 
2042
2042
  | Properties | Type | Nullable | Description |
2043
2043
  | ---------- | ---- | -------- | ----------- |
2044
- | page | [Page](#Page) | no | |
2045
2044
  | items | [[GetLocationSerializer](#GetLocationSerializer)] | no | |
2045
+ | page | [Page](#Page) | no | |
2046
+
2047
+ ---
2048
+
2049
+
2050
+
2051
+
2052
+ #### [AddressSerializer](#AddressSerializer)
2053
+
2054
+ | Properties | Type | Nullable | Description |
2055
+ | ---------- | ---- | -------- | ----------- |
2056
+ | address_type | string | no | |
2057
+ | latitude | number | yes | |
2058
+ | address1 | string | no | |
2059
+ | landmark | string | no | |
2060
+ | longitude | number | yes | |
2061
+ | city | string | no | |
2062
+ | pincode | number | no | |
2063
+ | state | string | no | |
2064
+ | country | string | no | |
2065
+ | address2 | string | no | |
2066
+ | country_code | string | no | |
2046
2067
 
2047
2068
  ---
2048
2069
 
@@ -2053,24 +2074,24 @@ Returns a success response
2053
2074
 
2054
2075
  | Properties | Type | Nullable | Description |
2055
2076
  | ---------- | ---- | -------- | ----------- |
2056
- | notification_emails | [string] | no | |
2057
- | address | [GetAddressSerializer](#GetAddressSerializer) | yes | |
2077
+ | documents | [[Document](#Document)] | no | |
2078
+ | gst_credentials | [InvoiceDetailsSerializer](#InvoiceDetailsSerializer) | no | |
2079
+ | manager | [LocationManagerSerializer](#LocationManagerSerializer) | no | |
2080
+ | stage | string | no | |
2081
+ | display_name | string | yes | |
2058
2082
  | timing | [[LocationDayWiseSerializer](#LocationDayWiseSerializer)] | no | |
2059
2083
  | product_return_config | [ProductReturnConfigSerializer](#ProductReturnConfigSerializer) | no | |
2060
- | contact_numbers | [[SellerPhoneNumber](#SellerPhoneNumber)] | no | |
2061
- | holiday | [[HolidaySchemaSerializer](#HolidaySchemaSerializer)] | no | |
2062
- | uid | number | no | |
2063
- | manager | [LocationManagerSerializer](#LocationManagerSerializer) | no | |
2064
- | code | string | yes | |
2084
+ | warnings | string | no | |
2065
2085
  | name | string | yes | |
2066
- | display_name | string | yes | |
2067
2086
  | company | number | yes | |
2087
+ | holiday | [[HolidaySchemaSerializer](#HolidaySchemaSerializer)] | no | |
2088
+ | notification_emails | [string] | no | |
2068
2089
  | _custom_json | string | no | |
2069
- | warnings | string | no | |
2090
+ | uid | number | no | |
2091
+ | address | [AddressSerializer](#AddressSerializer) | yes | |
2070
2092
  | store_type | string | no | |
2071
- | documents | [[Document](#Document)] | no | |
2072
- | stage | string | no | |
2073
- | gst_credentials | [InvoiceDetailsSerializer](#InvoiceDetailsSerializer) | no | |
2093
+ | contact_numbers | [[SellerPhoneNumber](#SellerPhoneNumber)] | no | |
2094
+ | code | string | yes | |
2074
2095
 
2075
2096
  ---
2076
2097
 
@@ -2088,25 +2109,25 @@ Returns a success response
2088
2109
 
2089
2110
 
2090
2111
 
2091
- #### [_ArticleQuery](#_ArticleQuery)
2112
+ #### [_ArticleAssignment](#_ArticleAssignment)
2092
2113
 
2093
2114
  | Properties | Type | Nullable | Description |
2094
2115
  | ---------- | ---- | -------- | ----------- |
2095
- | ignored_stores | [number] | no | |
2096
- | item_id | number | no | |
2097
- | size | string | no | |
2116
+ | strategy | string | no | |
2117
+ | level | string | no | |
2098
2118
 
2099
2119
  ---
2100
2120
 
2101
2121
 
2102
2122
 
2103
2123
 
2104
- #### [_ArticleAssignment](#_ArticleAssignment)
2124
+ #### [_ArticleQuery](#_ArticleQuery)
2105
2125
 
2106
2126
  | Properties | Type | Nullable | Description |
2107
2127
  | ---------- | ---- | -------- | ----------- |
2108
- | strategy | string | no | |
2109
- | level | string | no | |
2128
+ | item_id | number | no | |
2129
+ | size | string | no | |
2130
+ | ignored_stores | [number] | no | |
2110
2131
 
2111
2132
  ---
2112
2133
 
@@ -2117,11 +2138,11 @@ Returns a success response
2117
2138
 
2118
2139
  | Properties | Type | Nullable | Description |
2119
2140
  | ---------- | ---- | -------- | ----------- |
2120
- | group_id | string | no | |
2141
+ | quantity | number | no | |
2142
+ | article_assignment | [_ArticleAssignment](#_ArticleAssignment) | no | |
2121
2143
  | meta | string | no | |
2144
+ | group_id | string | no | |
2122
2145
  | query | [_ArticleQuery](#_ArticleQuery) | no | |
2123
- | article_assignment | [_ArticleAssignment](#_ArticleAssignment) | no | |
2124
- | quantity | number | no | |
2125
2146
 
2126
2147
  ---
2127
2148
 
@@ -2132,13 +2153,13 @@ Returns a success response
2132
2153
 
2133
2154
  | Properties | Type | Nullable | Description |
2134
2155
  | ---------- | ---- | -------- | ----------- |
2135
- | channel_identifier | string | no | |
2136
- | pincode | string | no | |
2156
+ | articles | [[_AssignStoreArticle](#_AssignStoreArticle)] | no | |
2157
+ | company_id | number | no | |
2137
2158
  | channel_type | string | no | |
2138
2159
  | store_ids | [number] | no | |
2139
- | company_id | number | no | |
2140
- | articles | [[_AssignStoreArticle](#_AssignStoreArticle)] | no | |
2160
+ | pincode | string | no | |
2141
2161
  | app_id | string | no | |
2162
+ | channel_identifier | string | no | |
2142
2163
 
2143
2164
  ---
2144
2165
 
@@ -2149,21 +2170,21 @@ Returns a success response
2149
2170
 
2150
2171
  | Properties | Type | Nullable | Description |
2151
2172
  | ---------- | ---- | -------- | ----------- |
2152
- | preice_effective | number | no | |
2173
+ | article_assignment | [_ArticleAssignment](#_ArticleAssignment) | no | |
2153
2174
  | store_id | number | no | |
2175
+ | quantity | number | no | |
2176
+ | price_marked | number | no | |
2154
2177
  | store_pincode | string | no | |
2178
+ | company_id | number | no | |
2179
+ | _id | string | no | |
2180
+ | s_city | string | no | |
2181
+ | size | string | no | |
2155
2182
  | index | number | no | |
2156
2183
  | meta | string | no | |
2157
- | price_marked | number | no | |
2158
- | uid | string | no | |
2159
- | s_city | string | no | |
2160
2184
  | item_id | number | no | |
2161
- | company_id | number | no | |
2185
+ | uid | string | no | |
2162
2186
  | status | boolean | no | |
2163
- | size | string | no | |
2164
- | article_assignment | [_ArticleAssignment](#_ArticleAssignment) | no | |
2165
- | quantity | number | no | |
2166
- | _id | string | no | |
2187
+ | preice_effective | number | no | |
2167
2188
 
2168
2189
  ---
2169
2190