@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
@@ -2485,33 +2485,6 @@ Successfully updateShipmentStatus!
2485
2485
 
2486
2486
 
2487
2487
 
2488
- #### [BreakupValues](#BreakupValues)
2489
-
2490
- | Properties | Type | Nullable | Description |
2491
- | ---------- | ---- | -------- | ----------- |
2492
- | value | number | no | |
2493
- | display | string | no | |
2494
- | name | string | no | |
2495
-
2496
- ---
2497
-
2498
-
2499
-
2500
-
2501
- #### [UserInfo](#UserInfo)
2502
-
2503
- | Properties | Type | Nullable | Description |
2504
- | ---------- | ---- | -------- | ----------- |
2505
- | email | string | no | |
2506
- | mobile | string | no | |
2507
- | name | string | no | |
2508
- | gender | string | no | |
2509
-
2510
- ---
2511
-
2512
-
2513
-
2514
-
2515
2488
  #### [BagsForReorderArticleAssignment](#BagsForReorderArticleAssignment)
2516
2489
 
2517
2490
  | Properties | Type | Nullable | Description |
@@ -2528,52 +2501,50 @@ Successfully updateShipmentStatus!
2528
2501
 
2529
2502
  | Properties | Type | Nullable | Description |
2530
2503
  | ---------- | ---- | -------- | ----------- |
2531
- | item_size | string | no | |
2532
- | store_id | number | no | |
2533
- | seller_id | number | no | |
2534
- | quantity | number | no | |
2535
2504
  | item_id | number | no | |
2536
2505
  | article_assignment | [BagsForReorderArticleAssignment](#BagsForReorderArticleAssignment) | no | |
2506
+ | store_id | number | no | |
2507
+ | item_size | string | no | |
2508
+ | quantity | number | no | |
2509
+ | seller_id | number | no | |
2537
2510
 
2538
2511
  ---
2539
2512
 
2540
2513
 
2541
2514
 
2542
2515
 
2543
- #### [FulfillingCompany](#FulfillingCompany)
2516
+ #### [BreakupValues](#BreakupValues)
2544
2517
 
2545
2518
  | Properties | Type | Nullable | Description |
2546
2519
  | ---------- | ---- | -------- | ----------- |
2547
- | id | number | no | |
2520
+ | value | number | no | |
2548
2521
  | name | string | no | |
2522
+ | display | string | no | |
2549
2523
 
2550
2524
  ---
2551
2525
 
2552
2526
 
2553
2527
 
2554
2528
 
2555
- #### [FulfillingStore](#FulfillingStore)
2529
+ #### [Invoice](#Invoice)
2556
2530
 
2557
2531
  | Properties | Type | Nullable | Description |
2558
2532
  | ---------- | ---- | -------- | ----------- |
2559
- | id | number | no | |
2560
- | company_name | string | no | |
2561
- | name | string | no | |
2562
- | company_id | number | no | |
2563
- | code | string | no | |
2533
+ | invoice_url | string | no | |
2534
+ | updated_date | string | no | |
2535
+ | label_url | string | no | |
2564
2536
 
2565
2537
  ---
2566
2538
 
2567
2539
 
2568
2540
 
2569
2541
 
2570
- #### [Invoice](#Invoice)
2542
+ #### [ShipmentStatus](#ShipmentStatus)
2571
2543
 
2572
2544
  | Properties | Type | Nullable | Description |
2573
2545
  | ---------- | ---- | -------- | ----------- |
2574
- | label_url | string | no | |
2575
- | invoice_url | string | no | |
2576
- | updated_date | string | no | |
2546
+ | title | string | no | |
2547
+ | hex_code | string | no | |
2577
2548
 
2578
2549
  ---
2579
2550
 
@@ -2584,312 +2555,327 @@ Successfully updateShipmentStatus!
2584
2555
 
2585
2556
  | Properties | Type | Nullable | Description |
2586
2557
  | ---------- | ---- | -------- | ----------- |
2587
- | version | string | no | |
2588
- | country | string | no | |
2589
- | state | string | no | |
2590
- | area | string | no | |
2591
- | name | string | no | |
2592
- | contact_person | string | no | |
2593
- | pincode | string | no | |
2594
- | updated_at | string | no | |
2558
+ | address2 | string | no | |
2595
2559
  | latitude | number | no | |
2596
- | city | string | no | |
2597
- | address_type | string | no | |
2598
- | phone | string | no | |
2599
2560
  | address_category | string | no | |
2600
- | created_at | string | no | |
2601
- | address2 | string | no | |
2602
- | address1 | string | no | |
2561
+ | area | string | no | |
2603
2562
  | landmark | string | no | |
2563
+ | version | string | no | |
2564
+ | address1 | string | no | |
2565
+ | city | string | no | |
2566
+ | state | string | no | |
2567
+ | updated_at | string | no | |
2604
2568
  | address | string | no | |
2605
2569
  | longitude | number | no | |
2570
+ | contact_person | string | no | |
2571
+ | created_at | string | no | |
2572
+ | name | string | no | |
2573
+ | phone | string | no | |
2606
2574
  | email | string | no | |
2575
+ | address_type | string | no | |
2576
+ | country | string | no | |
2577
+ | pincode | string | no | |
2607
2578
 
2608
2579
  ---
2609
2580
 
2610
2581
 
2611
2582
 
2612
2583
 
2613
- #### [TimeStampData](#TimeStampData)
2584
+ #### [ShipmentPayment](#ShipmentPayment)
2614
2585
 
2615
2586
  | Properties | Type | Nullable | Description |
2616
2587
  | ---------- | ---- | -------- | ----------- |
2617
- | min | string | no | |
2618
- | max | string | no | |
2588
+ | mode | string | no | |
2589
+ | status | string | no | |
2590
+ | display_name | string | no | |
2591
+ | mop | string | no | |
2592
+ | logo | string | no | |
2593
+ | payment_mode | string | no | |
2619
2594
 
2620
2595
  ---
2621
2596
 
2622
2597
 
2623
2598
 
2624
2599
 
2625
- #### [Promise](#Promise)
2600
+ #### [NestedTrackingDetails](#NestedTrackingDetails)
2626
2601
 
2627
2602
  | Properties | Type | Nullable | Description |
2628
2603
  | ---------- | ---- | -------- | ----------- |
2629
- | show_promise | boolean | no | |
2630
- | timestamp | [TimeStampData](#TimeStampData) | no | |
2604
+ | is_passed | boolean | no | |
2605
+ | status | string | no | |
2606
+ | is_current | boolean | no | |
2607
+ | time | string | no | |
2631
2608
 
2632
2609
  ---
2633
2610
 
2634
2611
 
2635
2612
 
2636
2613
 
2637
- #### [ShipmentStatus](#ShipmentStatus)
2614
+ #### [TrackingDetails](#TrackingDetails)
2638
2615
 
2639
2616
  | Properties | Type | Nullable | Description |
2640
2617
  | ---------- | ---- | -------- | ----------- |
2641
- | title | string | no | |
2642
- | hex_code | string | no | |
2618
+ | status | string | no | |
2619
+ | tracking_details | [[NestedTrackingDetails](#NestedTrackingDetails)] | no | |
2620
+ | is_current | boolean | no | |
2621
+ | time | string | no | |
2622
+ | is_passed | boolean | no | |
2643
2623
 
2644
2624
  ---
2645
2625
 
2646
2626
 
2647
2627
 
2648
2628
 
2649
- #### [ShipmentTotalDetails](#ShipmentTotalDetails)
2629
+ #### [CurrentStatus](#CurrentStatus)
2650
2630
 
2651
2631
  | Properties | Type | Nullable | Description |
2652
2632
  | ---------- | ---- | -------- | ----------- |
2653
- | sizes | number | no | |
2654
- | total_price | number | no | |
2655
- | pieces | number | no | |
2633
+ | status | string | no | |
2634
+ | journey_type | string | no | |
2635
+ | updated_at | string | no | |
2636
+ | name | string | no | |
2656
2637
 
2657
2638
  ---
2658
2639
 
2659
2640
 
2660
2641
 
2661
2642
 
2662
- #### [Prices](#Prices)
2643
+ #### [ItemBrand](#ItemBrand)
2663
2644
 
2664
2645
  | Properties | Type | Nullable | Description |
2665
2646
  | ---------- | ---- | -------- | ----------- |
2666
- | price_effective | number | no | |
2667
- | value_of_good | number | no | |
2668
- | amount_paid_roundoff | number | no | |
2669
- | cashback | number | no | |
2670
- | price_marked | number | no | |
2671
- | coupon_effective_discount | number | no | |
2672
- | coupon_value | number | no | |
2673
- | amount_paid | number | no | |
2674
- | refund_credit | number | no | |
2675
- | discount | number | no | |
2676
- | transfer_price | number | no | |
2677
- | cashback_applied | number | no | |
2678
- | promotion_effective_discount | number | no | |
2679
- | fynd_credits | number | no | |
2680
- | gst_tax_percentage | number | no | |
2681
- | brand_calculated_amount | number | no | |
2682
- | refund_amount | number | no | |
2683
- | delivery_charge | number | no | |
2684
- | added_to_fynd_cash | boolean | no | |
2685
- | cod_charges | number | no | |
2647
+ | name | string | no | |
2648
+ | logo | string | no | |
2686
2649
 
2687
2650
  ---
2688
2651
 
2689
2652
 
2690
2653
 
2691
2654
 
2692
- #### [ShipmentUserInfo](#ShipmentUserInfo)
2655
+ #### [Item](#Item)
2693
2656
 
2694
2657
  | Properties | Type | Nullable | Description |
2695
2658
  | ---------- | ---- | -------- | ----------- |
2696
- | last_name | string | no | |
2697
- | mobile | string | no | |
2698
- | first_name | string | no | |
2699
- | gender | string | no | |
2659
+ | id | number | no | |
2660
+ | brand | [ItemBrand](#ItemBrand) | no | |
2661
+ | slug_key | string | no | |
2662
+ | size | string | no | |
2663
+ | image | [string] | no | |
2664
+ | name | string | no | |
2665
+ | code | string | no | |
2666
+ | seller_identifier | string | no | |
2700
2667
 
2701
2668
  ---
2702
2669
 
2703
2670
 
2704
2671
 
2705
2672
 
2706
- #### [NestedTrackingDetails](#NestedTrackingDetails)
2673
+ #### [AppliedFreeArticles](#AppliedFreeArticles)
2707
2674
 
2708
2675
  | Properties | Type | Nullable | Description |
2709
2676
  | ---------- | ---- | -------- | ----------- |
2710
- | is_passed | boolean | no | |
2711
- | time | string | no | |
2712
- | status | string | no | |
2713
- | is_current | boolean | no | |
2677
+ | parent_item_identifier | string | no | |
2678
+ | free_gift_item_details | string | no | |
2679
+ | quantity | number | no | |
2680
+ | article_id | string | no | |
2714
2681
 
2715
2682
  ---
2716
2683
 
2717
2684
 
2718
2685
 
2719
2686
 
2720
- #### [TrackingDetails](#TrackingDetails)
2687
+ #### [AppliedPromos](#AppliedPromos)
2721
2688
 
2722
2689
  | Properties | Type | Nullable | Description |
2723
2690
  | ---------- | ---- | -------- | ----------- |
2724
- | is_passed | boolean | no | |
2725
- | tracking_details | [[NestedTrackingDetails](#NestedTrackingDetails)] | no | |
2726
- | time | string | no | |
2727
- | status | string | no | |
2728
- | is_current | boolean | no | |
2691
+ | promotion_type | string | no | |
2692
+ | article_quantity | number | no | |
2693
+ | promo_id | string | no | |
2694
+ | promotion_name | string | no | |
2695
+ | applied_free_articles | [[AppliedFreeArticles](#AppliedFreeArticles)] | no | |
2696
+ | amount | number | no | |
2697
+ | mrp_promotion | boolean | no | |
2729
2698
 
2730
2699
  ---
2731
2700
 
2732
2701
 
2733
2702
 
2734
2703
 
2735
- #### [ShipmentPayment](#ShipmentPayment)
2704
+ #### [Identifiers](#Identifiers)
2736
2705
 
2737
2706
  | Properties | Type | Nullable | Description |
2738
2707
  | ---------- | ---- | -------- | ----------- |
2739
- | mop | string | no | |
2740
- | payment_mode | string | no | |
2741
- | display_name | string | no | |
2742
- | status | string | no | |
2743
- | mode | string | no | |
2744
- | logo | string | no | |
2708
+ | ean | string | no | |
2709
+ | sku_code | string | no | |
2745
2710
 
2746
2711
  ---
2747
2712
 
2748
2713
 
2749
2714
 
2750
2715
 
2751
- #### [ItemBrand](#ItemBrand)
2716
+ #### [FinancialBreakup](#FinancialBreakup)
2752
2717
 
2753
2718
  | Properties | Type | Nullable | Description |
2754
2719
  | ---------- | ---- | -------- | ----------- |
2755
- | logo | string | no | |
2756
- | name | string | no | |
2720
+ | fynd_credits | number | no | |
2721
+ | total_units | number | no | |
2722
+ | gst_tax_percentage | number | no | |
2723
+ | amount_paid_roundoff | number | no | |
2724
+ | price_marked | number | no | |
2725
+ | brand_calculated_amount | number | no | |
2726
+ | cashback | number | no | |
2727
+ | transfer_price | number | no | |
2728
+ | price_effective | number | no | |
2729
+ | delivery_charge | number | no | |
2730
+ | discount | number | no | |
2731
+ | cod_charges | number | no | |
2732
+ | added_to_fynd_cash | boolean | no | |
2733
+ | coupon_effective_discount | number | no | |
2734
+ | item_name | string | no | |
2735
+ | amount_paid | number | no | |
2736
+ | value_of_good | number | no | |
2737
+ | cashback_applied | number | no | |
2738
+ | size | string | no | |
2739
+ | refund_amount | number | no | |
2740
+ | identifiers | [Identifiers](#Identifiers) | no | |
2741
+ | refund_credit | number | no | |
2742
+ | gst_tag | string | no | |
2743
+ | hsn_code | string | no | |
2744
+ | coupon_value | number | no | |
2745
+ | gst_fee | number | no | |
2746
+ | promotion_effective_discount | number | no | |
2757
2747
 
2758
2748
  ---
2759
2749
 
2760
2750
 
2761
2751
 
2762
2752
 
2763
- #### [Item](#Item)
2753
+ #### [Prices](#Prices)
2764
2754
 
2765
2755
  | Properties | Type | Nullable | Description |
2766
2756
  | ---------- | ---- | -------- | ----------- |
2767
- | id | number | no | |
2768
- | name | string | no | |
2769
- | brand | [ItemBrand](#ItemBrand) | no | |
2770
- | image | [string] | no | |
2771
- | size | string | no | |
2772
- | slug_key | string | no | |
2773
- | code | string | no | |
2774
- | seller_identifier | string | no | |
2757
+ | fynd_credits | number | no | |
2758
+ | gst_tax_percentage | number | no | |
2759
+ | amount_paid_roundoff | number | no | |
2760
+ | price_marked | number | no | |
2761
+ | cashback | number | no | |
2762
+ | transfer_price | number | no | |
2763
+ | brand_calculated_amount | number | no | |
2764
+ | price_effective | number | no | |
2765
+ | delivery_charge | number | no | |
2766
+ | discount | number | no | |
2767
+ | cod_charges | number | no | |
2768
+ | added_to_fynd_cash | boolean | no | |
2769
+ | coupon_effective_discount | number | no | |
2770
+ | amount_paid | number | no | |
2771
+ | value_of_good | number | no | |
2772
+ | cashback_applied | number | no | |
2773
+ | refund_amount | number | no | |
2774
+ | refund_credit | number | no | |
2775
+ | coupon_value | number | no | |
2776
+ | promotion_effective_discount | number | no | |
2775
2777
 
2776
2778
  ---
2777
2779
 
2778
2780
 
2779
2781
 
2780
2782
 
2781
- #### [CurrentStatus](#CurrentStatus)
2783
+ #### [Bags](#Bags)
2782
2784
 
2783
2785
  | Properties | Type | Nullable | Description |
2784
2786
  | ---------- | ---- | -------- | ----------- |
2785
- | updated_at | string | no | |
2786
- | name | string | no | |
2787
- | status | string | no | |
2788
- | journey_type | string | no | |
2787
+ | id | number | no | |
2788
+ | current_status | [CurrentStatus](#CurrentStatus) | no | |
2789
+ | line_number | number | no | |
2790
+ | can_return | boolean | no | |
2791
+ | parent_promo_bags | string | no | |
2792
+ | item | [Item](#Item) | no | |
2793
+ | returnable_date | string | no | |
2794
+ | delivery_date | string | no | |
2795
+ | applied_promos | [[AppliedPromos](#AppliedPromos)] | no | |
2796
+ | seller_identifier | string | no | |
2797
+ | can_cancel | boolean | no | |
2798
+ | financial_breakup | [[FinancialBreakup](#FinancialBreakup)] | no | |
2799
+ | prices | [Prices](#Prices) | no | |
2800
+ | quantity | number | no | |
2789
2801
 
2790
2802
  ---
2791
2803
 
2792
2804
 
2793
2805
 
2794
2806
 
2795
- #### [Identifiers](#Identifiers)
2807
+ #### [ShipmentTotalDetails](#ShipmentTotalDetails)
2796
2808
 
2797
2809
  | Properties | Type | Nullable | Description |
2798
2810
  | ---------- | ---- | -------- | ----------- |
2799
- | ean | string | no | |
2800
- | sku_code | string | no | |
2811
+ | pieces | number | no | |
2812
+ | total_price | number | no | |
2813
+ | sizes | number | no | |
2801
2814
 
2802
2815
  ---
2803
2816
 
2804
2817
 
2805
2818
 
2806
2819
 
2807
- #### [FinancialBreakup](#FinancialBreakup)
2820
+ #### [FulfillingStore](#FulfillingStore)
2808
2821
 
2809
2822
  | Properties | Type | Nullable | Description |
2810
2823
  | ---------- | ---- | -------- | ----------- |
2811
- | item_name | string | no | |
2812
- | price_effective | number | no | |
2813
- | value_of_good | number | no | |
2814
- | gst_fee | number | no | |
2815
- | amount_paid_roundoff | number | no | |
2816
- | hsn_code | string | no | |
2817
- | cashback | number | no | |
2818
- | price_marked | number | no | |
2819
- | coupon_effective_discount | number | no | |
2820
- | gst_tag | string | no | |
2821
- | coupon_value | number | no | |
2822
- | amount_paid | number | no | |
2823
- | refund_credit | number | no | |
2824
- | discount | number | no | |
2825
- | transfer_price | number | no | |
2826
- | cashback_applied | number | no | |
2827
- | identifiers | [Identifiers](#Identifiers) | no | |
2828
- | promotion_effective_discount | number | no | |
2829
- | fynd_credits | number | no | |
2830
- | gst_tax_percentage | number | no | |
2831
- | brand_calculated_amount | number | no | |
2832
- | refund_amount | number | no | |
2833
- | delivery_charge | number | no | |
2834
- | size | string | no | |
2835
- | added_to_fynd_cash | boolean | no | |
2836
- | cod_charges | number | no | |
2837
- | total_units | number | no | |
2824
+ | id | number | no | |
2825
+ | company_name | string | no | |
2826
+ | company_id | number | no | |
2827
+ | name | string | no | |
2828
+ | code | string | no | |
2829
+
2830
+ ---
2831
+
2832
+
2833
+
2834
+
2835
+ #### [ShipmentUserInfo](#ShipmentUserInfo)
2836
+
2837
+ | Properties | Type | Nullable | Description |
2838
+ | ---------- | ---- | -------- | ----------- |
2839
+ | gender | string | no | |
2840
+ | last_name | string | no | |
2841
+ | mobile | string | no | |
2842
+ | first_name | string | no | |
2838
2843
 
2839
2844
  ---
2840
2845
 
2841
2846
 
2842
2847
 
2843
2848
 
2844
- #### [AppliedFreeArticles](#AppliedFreeArticles)
2849
+ #### [TimeStampData](#TimeStampData)
2845
2850
 
2846
2851
  | Properties | Type | Nullable | Description |
2847
2852
  | ---------- | ---- | -------- | ----------- |
2848
- | parent_item_identifier | string | no | |
2849
- | free_gift_item_details | string | no | |
2850
- | quantity | number | no | |
2851
- | article_id | string | no | |
2853
+ | min | string | no | |
2854
+ | max | string | no | |
2852
2855
 
2853
2856
  ---
2854
2857
 
2855
2858
 
2856
2859
 
2857
2860
 
2858
- #### [AppliedPromos](#AppliedPromos)
2861
+ #### [Promise](#Promise)
2859
2862
 
2860
2863
  | Properties | Type | Nullable | Description |
2861
2864
  | ---------- | ---- | -------- | ----------- |
2862
- | promotion_type | string | no | |
2863
- | article_quantity | number | no | |
2864
- | promo_id | string | no | |
2865
- | amount | number | no | |
2866
- | applied_free_articles | [[AppliedFreeArticles](#AppliedFreeArticles)] | no | |
2867
- | promotion_name | string | no | |
2868
- | mrp_promotion | boolean | no | |
2865
+ | show_promise | boolean | no | |
2866
+ | timestamp | [TimeStampData](#TimeStampData) | no | |
2869
2867
 
2870
2868
  ---
2871
2869
 
2872
2870
 
2873
2871
 
2874
2872
 
2875
- #### [Bags](#Bags)
2873
+ #### [FulfillingCompany](#FulfillingCompany)
2876
2874
 
2877
2875
  | Properties | Type | Nullable | Description |
2878
2876
  | ---------- | ---- | -------- | ----------- |
2879
2877
  | id | number | no | |
2880
- | parent_promo_bags | string | no | |
2881
- | line_number | number | no | |
2882
- | item | [Item](#Item) | no | |
2883
- | prices | [Prices](#Prices) | no | |
2884
- | returnable_date | string | no | |
2885
- | current_status | [CurrentStatus](#CurrentStatus) | no | |
2886
- | can_cancel | boolean | no | |
2887
- | quantity | number | no | |
2888
- | financial_breakup | [[FinancialBreakup](#FinancialBreakup)] | no | |
2889
- | applied_promos | [[AppliedPromos](#AppliedPromos)] | no | |
2890
- | can_return | boolean | no | |
2891
- | seller_identifier | string | no | |
2892
- | delivery_date | string | no | |
2878
+ | name | string | no | |
2893
2879
 
2894
2880
  ---
2895
2881
 
@@ -2900,41 +2886,55 @@ Successfully updateShipmentStatus!
2900
2886
 
2901
2887
  | Properties | Type | Nullable | Description |
2902
2888
  | ---------- | ---- | -------- | ----------- |
2903
- | awb_no | string | no | |
2904
- | fulfilling_company | [FulfillingCompany](#FulfillingCompany) | no | |
2905
- | order_id | string | no | |
2906
- | fulfilling_store | [FulfillingStore](#FulfillingStore) | no | |
2907
- | delivery_date | string | no | |
2908
2889
  | invoice | [Invoice](#Invoice) | no | |
2909
- | shipment_id | string | no | |
2910
- | show_track_link | boolean | no | |
2911
- | refund_details | string | no | |
2912
- | shipment_created_at | string | no | |
2890
+ | traking_no | string | no | |
2891
+ | delivery_date | string | no | |
2892
+ | returnable_date | string | no | |
2893
+ | comment | string | no | |
2894
+ | shipment_status | [ShipmentStatus](#ShipmentStatus) | no | |
2913
2895
  | show_download_invoice | boolean | no | |
2896
+ | total_bags | number | no | |
2914
2897
  | delivery_address | [DeliveryAddress](#DeliveryAddress) | no | |
2915
- | promise | [Promise](#Promise) | no | |
2916
- | dp_name | string | no | |
2917
- | shipment_status | [ShipmentStatus](#ShipmentStatus) | no | |
2918
- | total_details | [ShipmentTotalDetails](#ShipmentTotalDetails) | no | |
2898
+ | payment | [ShipmentPayment](#ShipmentPayment) | no | |
2919
2899
  | breakup_values | [[BreakupValues](#BreakupValues)] | no | |
2920
- | prices | [Prices](#Prices) | no | |
2921
- | returnable_date | string | no | |
2922
- | user_info | [ShipmentUserInfo](#ShipmentUserInfo) | no | |
2923
2900
  | size_info | string | no | |
2901
+ | refund_details | string | no | |
2902
+ | tracking_details | [[TrackingDetails](#TrackingDetails)] | no | |
2903
+ | awb_no | string | no | |
2924
2904
  | can_return | boolean | no | |
2925
- | need_help_url | string | no | |
2905
+ | bags | [[Bags](#Bags)] | no | |
2906
+ | shipment_id | string | no | |
2907
+ | total_details | [ShipmentTotalDetails](#ShipmentTotalDetails) | no | |
2926
2908
  | beneficiary_details | boolean | no | |
2927
- | tracking_details | [[TrackingDetails](#TrackingDetails)] | no | |
2928
- | comment | string | no | |
2909
+ | order_id | string | no | |
2929
2910
  | custom_meta | [string] | no | |
2930
- | payment | [ShipmentPayment](#ShipmentPayment) | no | |
2931
- | traking_no | string | no | |
2932
- | track_url | string | no | |
2933
- | can_cancel | boolean | no | |
2934
- | total_bags | number | no | |
2935
2911
  | order_type | string | no | |
2936
- | bags | [[Bags](#Bags)] | no | |
2912
+ | fulfilling_store | [FulfillingStore](#FulfillingStore) | no | |
2913
+ | track_url | string | no | |
2914
+ | shipment_created_at | string | no | |
2915
+ | need_help_url | string | no | |
2937
2916
  | can_break | string | no | |
2917
+ | dp_name | string | no | |
2918
+ | user_info | [ShipmentUserInfo](#ShipmentUserInfo) | no | |
2919
+ | can_cancel | boolean | no | |
2920
+ | prices | [Prices](#Prices) | no | |
2921
+ | promise | [Promise](#Promise) | no | |
2922
+ | fulfilling_company | [FulfillingCompany](#FulfillingCompany) | no | |
2923
+ | show_track_link | boolean | no | |
2924
+
2925
+ ---
2926
+
2927
+
2928
+
2929
+
2930
+ #### [UserInfo](#UserInfo)
2931
+
2932
+ | Properties | Type | Nullable | Description |
2933
+ | ---------- | ---- | -------- | ----------- |
2934
+ | email | string | no | |
2935
+ | gender | string | no | |
2936
+ | name | string | no | |
2937
+ | mobile | string | no | |
2938
2938
 
2939
2939
  ---
2940
2940
 
@@ -2945,52 +2945,52 @@ Successfully updateShipmentStatus!
2945
2945
 
2946
2946
  | Properties | Type | Nullable | Description |
2947
2947
  | ---------- | ---- | -------- | ----------- |
2948
- | total_shipments_in_order | number | no | |
2948
+ | bags_for_reorder | [[BagsForReorder](#BagsForReorder)] | no | |
2949
2949
  | breakup_values | [[BreakupValues](#BreakupValues)] | no | |
2950
- | order_created_time | string | no | |
2950
+ | shipments | [[Shipments](#Shipments)] | no | |
2951
+ | total_shipments_in_order | number | no | |
2951
2952
  | user_info | [UserInfo](#UserInfo) | no | |
2953
+ | order_created_time | string | no | |
2952
2954
  | order_id | string | no | |
2953
- | bags_for_reorder | [[BagsForReorder](#BagsForReorder)] | no | |
2954
- | shipments | [[Shipments](#Shipments)] | no | |
2955
2955
 
2956
2956
  ---
2957
2957
 
2958
2958
 
2959
2959
 
2960
2960
 
2961
- #### [OrderStatuses](#OrderStatuses)
2961
+ #### [OrderPage](#OrderPage)
2962
2962
 
2963
2963
  | Properties | Type | Nullable | Description |
2964
2964
  | ---------- | ---- | -------- | ----------- |
2965
- | value | number | no | |
2966
- | is_selected | boolean | no | |
2967
- | display | string | no | |
2965
+ | item_total | number | no | |
2966
+ | size | number | no | |
2967
+ | has_next | boolean | no | |
2968
+ | current | number | no | |
2969
+ | type | string | no | |
2968
2970
 
2969
2971
  ---
2970
2972
 
2971
2973
 
2972
2974
 
2973
2975
 
2974
- #### [OrderFilters](#OrderFilters)
2976
+ #### [OrderStatuses](#OrderStatuses)
2975
2977
 
2976
2978
  | Properties | Type | Nullable | Description |
2977
2979
  | ---------- | ---- | -------- | ----------- |
2978
- | statuses | [[OrderStatuses](#OrderStatuses)] | no | |
2980
+ | value | number | no | |
2981
+ | is_selected | boolean | no | |
2982
+ | display | string | no | |
2979
2983
 
2980
2984
  ---
2981
2985
 
2982
2986
 
2983
2987
 
2984
2988
 
2985
- #### [OrderPage](#OrderPage)
2989
+ #### [OrderFilters](#OrderFilters)
2986
2990
 
2987
2991
  | Properties | Type | Nullable | Description |
2988
2992
  | ---------- | ---- | -------- | ----------- |
2989
- | size | number | no | |
2990
- | item_total | number | no | |
2991
- | current | number | no | |
2992
- | has_next | boolean | no | |
2993
- | type | string | no | |
2993
+ | statuses | [[OrderStatuses](#OrderStatuses)] | no | |
2994
2994
 
2995
2995
  ---
2996
2996
 
@@ -3002,8 +3002,8 @@ Successfully updateShipmentStatus!
3002
3002
  | Properties | Type | Nullable | Description |
3003
3003
  | ---------- | ---- | -------- | ----------- |
3004
3004
  | items | [[OrderSchema](#OrderSchema)] | no | |
3005
- | filters | [OrderFilters](#OrderFilters) | no | |
3006
3005
  | page | [OrderPage](#OrderPage) | no | |
3006
+ | filters | [OrderFilters](#OrderFilters) | no | |
3007
3007
 
3008
3008
  ---
3009
3009
 
@@ -3048,10 +3048,10 @@ Successfully updateShipmentStatus!
3048
3048
 
3049
3049
  | Properties | Type | Nullable | Description |
3050
3050
  | ---------- | ---- | -------- | ----------- |
3051
- | shipment_id | string | yes | |
3052
- | presigned_type | string | yes | |
3053
3051
  | success | boolean | yes | |
3052
+ | shipment_id | string | yes | |
3054
3053
  | presigned_url | string | yes | |
3054
+ | presigned_type | string | yes | |
3055
3055
 
3056
3056
  ---
3057
3057
 
@@ -3062,14 +3062,14 @@ Successfully updateShipmentStatus!
3062
3062
 
3063
3063
  | Properties | Type | Nullable | Description |
3064
3064
  | ---------- | ---- | -------- | ----------- |
3065
- | account_name | string | no | |
3065
+ | updated_time | string | no | |
3066
3066
  | awb | string | no | |
3067
- | shipment_type | string | no | |
3067
+ | account_name | string | no | |
3068
3068
  | updated_at | string | no | |
3069
+ | reason | string | no | |
3069
3070
  | status | string | no | |
3070
- | updated_time | string | no | |
3071
+ | shipment_type | string | no | |
3071
3072
  | last_location_recieved_at | string | no | |
3072
- | reason | string | no | |
3073
3073
 
3074
3074
  ---
3075
3075
 
@@ -3091,11 +3091,11 @@ Successfully updateShipmentStatus!
3091
3091
 
3092
3092
  | Properties | Type | Nullable | Description |
3093
3093
  | ---------- | ---- | -------- | ----------- |
3094
- | shipment_id | string | no | |
3095
3094
  | name | string | no | |
3095
+ | shipment_id | string | no | |
3096
3096
  | phone | string | no | |
3097
- | country | string | no | |
3098
3097
  | order_id | string | no | |
3098
+ | country | string | no | |
3099
3099
 
3100
3100
  ---
3101
3101
 
@@ -3106,10 +3106,10 @@ Successfully updateShipmentStatus!
3106
3106
 
3107
3107
  | Properties | Type | Nullable | Description |
3108
3108
  | ---------- | ---- | -------- | ----------- |
3109
- | request_id | string | no | |
3110
3109
  | success | boolean | no | |
3111
3110
  | resend_timer | number | no | |
3112
3111
  | message | string | no | |
3112
+ | request_id | string | no | |
3113
3113
 
3114
3114
  ---
3115
3115
 
@@ -3120,8 +3120,8 @@ Successfully updateShipmentStatus!
3120
3120
 
3121
3121
  | Properties | Type | Nullable | Description |
3122
3122
  | ---------- | ---- | -------- | ----------- |
3123
- | request_id | string | no | |
3124
3123
  | otp_code | string | no | |
3124
+ | request_id | string | no | |
3125
3125
 
3126
3126
  ---
3127
3127
 
@@ -3154,8 +3154,8 @@ Successfully updateShipmentStatus!
3154
3154
 
3155
3155
  | Properties | Type | Nullable | Description |
3156
3156
  | ---------- | ---- | -------- | ----------- |
3157
- | id | number | no | |
3158
3157
  | display_name | string | no | |
3158
+ | id | number | no | |
3159
3159
 
3160
3160
  ---
3161
3161
 
@@ -3167,11 +3167,11 @@ Successfully updateShipmentStatus!
3167
3167
  | Properties | Type | Nullable | Description |
3168
3168
  | ---------- | ---- | -------- | ----------- |
3169
3169
  | id | number | no | |
3170
- | qc_type | [string] | no | |
3171
- | reasons | [[BagReasons](#BagReasons)] | no | |
3172
3170
  | meta | [BagReasonMeta](#BagReasonMeta) | no | |
3173
- | question_set | [[QuestionSet](#QuestionSet)] | no | |
3174
3171
  | display_name | string | no | |
3172
+ | reasons | [[BagReasons](#BagReasons)] | no | |
3173
+ | qc_type | [string] | no | |
3174
+ | question_set | [[QuestionSet](#QuestionSet)] | no | |
3175
3175
 
3176
3176
  ---
3177
3177
 
@@ -3194,11 +3194,11 @@ Successfully updateShipmentStatus!
3194
3194
 
3195
3195
  | Properties | Type | Nullable | Description |
3196
3196
  | ---------- | ---- | -------- | ----------- |
3197
- | reason_text | string | no | |
3197
+ | show_text_area | boolean | no | |
3198
3198
  | reason_id | number | no | |
3199
- | priority | number | no | |
3200
3199
  | flow | string | no | |
3201
- | show_text_area | boolean | no | |
3200
+ | reason_text | string | no | |
3201
+ | priority | number | no | |
3202
3202
  | feedback_type | string | no | |
3203
3203
 
3204
3204
  ---
@@ -3217,23 +3217,23 @@ Successfully updateShipmentStatus!
3217
3217
 
3218
3218
 
3219
3219
 
3220
- #### [Products](#Products)
3220
+ #### [ProductsReasonsData](#ProductsReasonsData)
3221
3221
 
3222
3222
  | Properties | Type | Nullable | Description |
3223
3223
  | ---------- | ---- | -------- | ----------- |
3224
- | line_number | number | no | |
3225
- | identifier | string | no | |
3226
- | quantity | number | no | |
3224
+ | reason_id | number | no | |
3225
+ | reason_text | string | no | |
3227
3226
 
3228
3227
  ---
3229
3228
 
3230
3229
 
3231
3230
 
3232
3231
 
3233
- #### [ProductsDataUpdatesFilters](#ProductsDataUpdatesFilters)
3232
+ #### [ProductsReasonsFilters](#ProductsReasonsFilters)
3234
3233
 
3235
3234
  | Properties | Type | Nullable | Description |
3236
3235
  | ---------- | ---- | -------- | ----------- |
3236
+ | quantity | number | no | |
3237
3237
  | line_number | number | no | |
3238
3238
  | identifier | string | no | |
3239
3239
 
@@ -3242,109 +3242,109 @@ Successfully updateShipmentStatus!
3242
3242
 
3243
3243
 
3244
3244
 
3245
- #### [ProductsDataUpdates](#ProductsDataUpdates)
3245
+ #### [ProductsReasons](#ProductsReasons)
3246
3246
 
3247
3247
  | Properties | Type | Nullable | Description |
3248
3248
  | ---------- | ---- | -------- | ----------- |
3249
- | filters | [[ProductsDataUpdatesFilters](#ProductsDataUpdatesFilters)] | no | |
3250
- | data | string | no | |
3249
+ | data | [ProductsReasonsData](#ProductsReasonsData) | no | |
3250
+ | filters | [[ProductsReasonsFilters](#ProductsReasonsFilters)] | no | |
3251
3251
 
3252
3252
  ---
3253
3253
 
3254
3254
 
3255
3255
 
3256
3256
 
3257
- #### [EntitiesDataUpdates](#EntitiesDataUpdates)
3257
+ #### [EntityReasonData](#EntityReasonData)
3258
3258
 
3259
3259
  | Properties | Type | Nullable | Description |
3260
3260
  | ---------- | ---- | -------- | ----------- |
3261
- | filters | [string] | no | |
3262
- | data | string | no | |
3261
+ | reason_id | number | no | |
3262
+ | reason_text | string | no | |
3263
3263
 
3264
3264
  ---
3265
3265
 
3266
3266
 
3267
3267
 
3268
3268
 
3269
- #### [DataUpdates](#DataUpdates)
3269
+ #### [EntitiesReasons](#EntitiesReasons)
3270
3270
 
3271
3271
  | Properties | Type | Nullable | Description |
3272
3272
  | ---------- | ---- | -------- | ----------- |
3273
- | products | [[ProductsDataUpdates](#ProductsDataUpdates)] | no | |
3274
- | entities | [[EntitiesDataUpdates](#EntitiesDataUpdates)] | no | |
3273
+ | data | [EntityReasonData](#EntityReasonData) | no | |
3274
+ | filters | [string] | no | |
3275
3275
 
3276
3276
  ---
3277
3277
 
3278
3278
 
3279
3279
 
3280
3280
 
3281
- #### [ProductsReasonsFilters](#ProductsReasonsFilters)
3281
+ #### [ReasonsData](#ReasonsData)
3282
3282
 
3283
3283
  | Properties | Type | Nullable | Description |
3284
3284
  | ---------- | ---- | -------- | ----------- |
3285
- | line_number | number | no | |
3286
- | identifier | string | no | |
3287
- | quantity | number | no | |
3285
+ | products | [[ProductsReasons](#ProductsReasons)] | no | |
3286
+ | entities | [[EntitiesReasons](#EntitiesReasons)] | no | |
3288
3287
 
3289
3288
  ---
3290
3289
 
3291
3290
 
3292
3291
 
3293
3292
 
3294
- #### [ProductsReasonsData](#ProductsReasonsData)
3293
+ #### [Products](#Products)
3295
3294
 
3296
3295
  | Properties | Type | Nullable | Description |
3297
3296
  | ---------- | ---- | -------- | ----------- |
3298
- | reason_id | number | no | |
3299
- | reason_text | string | no | |
3297
+ | quantity | number | no | |
3298
+ | line_number | number | no | |
3299
+ | identifier | string | no | |
3300
3300
 
3301
3301
  ---
3302
3302
 
3303
3303
 
3304
3304
 
3305
3305
 
3306
- #### [ProductsReasons](#ProductsReasons)
3306
+ #### [ProductsDataUpdatesFilters](#ProductsDataUpdatesFilters)
3307
3307
 
3308
3308
  | Properties | Type | Nullable | Description |
3309
3309
  | ---------- | ---- | -------- | ----------- |
3310
- | filters | [[ProductsReasonsFilters](#ProductsReasonsFilters)] | no | |
3311
- | data | [ProductsReasonsData](#ProductsReasonsData) | no | |
3310
+ | line_number | number | no | |
3311
+ | identifier | string | no | |
3312
3312
 
3313
3313
  ---
3314
3314
 
3315
3315
 
3316
3316
 
3317
3317
 
3318
- #### [EntityReasonData](#EntityReasonData)
3318
+ #### [ProductsDataUpdates](#ProductsDataUpdates)
3319
3319
 
3320
3320
  | Properties | Type | Nullable | Description |
3321
3321
  | ---------- | ---- | -------- | ----------- |
3322
- | reason_id | number | no | |
3323
- | reason_text | string | no | |
3322
+ | data | string | no | |
3323
+ | filters | [[ProductsDataUpdatesFilters](#ProductsDataUpdatesFilters)] | no | |
3324
3324
 
3325
3325
  ---
3326
3326
 
3327
3327
 
3328
3328
 
3329
3329
 
3330
- #### [EntitiesReasons](#EntitiesReasons)
3330
+ #### [EntitiesDataUpdates](#EntitiesDataUpdates)
3331
3331
 
3332
3332
  | Properties | Type | Nullable | Description |
3333
3333
  | ---------- | ---- | -------- | ----------- |
3334
+ | data | string | no | |
3334
3335
  | filters | [string] | no | |
3335
- | data | [EntityReasonData](#EntityReasonData) | no | |
3336
3336
 
3337
3337
  ---
3338
3338
 
3339
3339
 
3340
3340
 
3341
3341
 
3342
- #### [ReasonsData](#ReasonsData)
3342
+ #### [DataUpdates](#DataUpdates)
3343
3343
 
3344
3344
  | Properties | Type | Nullable | Description |
3345
3345
  | ---------- | ---- | -------- | ----------- |
3346
- | products | [[ProductsReasons](#ProductsReasons)] | no | |
3347
- | entities | [[EntitiesReasons](#EntitiesReasons)] | no | |
3346
+ | products | [[ProductsDataUpdates](#ProductsDataUpdates)] | no | |
3347
+ | entities | [[EntitiesDataUpdates](#EntitiesDataUpdates)] | no | |
3348
3348
 
3349
3349
  ---
3350
3350
 
@@ -3355,10 +3355,10 @@ Successfully updateShipmentStatus!
3355
3355
 
3356
3356
  | Properties | Type | Nullable | Description |
3357
3357
  | ---------- | ---- | -------- | ----------- |
3358
+ | reasons | [ReasonsData](#ReasonsData) | no | |
3358
3359
  | products | [[Products](#Products)] | no | |
3359
3360
  | data_updates | [DataUpdates](#DataUpdates) | no | |
3360
3361
  | identifier | string | yes | |
3361
- | reasons | [ReasonsData](#ReasonsData) | no | |
3362
3362
 
3363
3363
  ---
3364
3364
 
@@ -3369,9 +3369,9 @@ Successfully updateShipmentStatus!
3369
3369
 
3370
3370
  | Properties | Type | Nullable | Description |
3371
3371
  | ---------- | ---- | -------- | ----------- |
3372
+ | status | string | no | |
3372
3373
  | shipments | [[ShipmentsRequest](#ShipmentsRequest)] | no | |
3373
3374
  | exclude_bags_next_state | string | no | |
3374
- | status | string | no | |
3375
3375
 
3376
3376
  ---
3377
3377
 
@@ -3382,11 +3382,11 @@ Successfully updateShipmentStatus!
3382
3382
 
3383
3383
  | Properties | Type | Nullable | Description |
3384
3384
  | ---------- | ---- | -------- | ----------- |
3385
- | unlock_before_transition | boolean | no | |
3385
+ | force_transition | boolean | no | |
3386
+ | task | boolean | no | |
3386
3387
  | lock_after_transition | boolean | no | |
3388
+ | unlock_before_transition | boolean | no | |
3387
3389
  | statuses | [[StatuesRequest](#StatuesRequest)] | no | |
3388
- | task | boolean | no | |
3389
- | force_transition | boolean | no | |
3390
3390
 
3391
3391
  ---
3392
3392
 
@@ -3419,11 +3419,11 @@ Successfully updateShipmentStatus!
3419
3419
 
3420
3420
  | Properties | Type | Nullable | Description |
3421
3421
  | ---------- | ---- | -------- | ----------- |
3422
- | stack_trace | string | no | |
3423
3422
  | exception | string | no | |
3423
+ | code | string | no | |
3424
3424
  | message | string | no | |
3425
3425
  | status | number | no | |
3426
- | code | string | no | |
3426
+ | stack_trace | string | no | |
3427
3427
 
3428
3428
  ---
3429
3429