@erp-galoper/types 1.0.720 → 1.0.721
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openapi.ts +42 -48
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -27555,7 +27555,7 @@ export interface components {
|
|
|
27555
27555
|
/**
|
|
27556
27556
|
* Id
|
|
27557
27557
|
* Format: uuid
|
|
27558
|
-
* @example
|
|
27558
|
+
* @example ce99873c-fcf7-4652-9ea5-94c17a1905ed
|
|
27559
27559
|
*/
|
|
27560
27560
|
id: string;
|
|
27561
27561
|
/**
|
|
@@ -39760,6 +39760,18 @@ export interface components {
|
|
|
39760
39760
|
packageDepositCharge?: string;
|
|
39761
39761
|
/**
|
|
39762
39762
|
* Promotionsandoffers
|
|
39763
|
+
* @description
|
|
39764
|
+
* API Endpoints For Document Item Offers and Promotions Retrieval:
|
|
39765
|
+
* - Use the API: /api/v1/sales/offers-and-promotions/,
|
|
39766
|
+
* Filters :
|
|
39767
|
+
* - customers equals to {customer id} or customerGroups equals to {customer group id}
|
|
39768
|
+
* & promotion_type equals to "percentage" or "buy_one_get_one" or "time_sensitive_offers"
|
|
39769
|
+
* | promotion_type equals to "volume_based" and items.quantity equals to {quantity}
|
|
39770
|
+
* | promotion_type equals to "bundle_offers" and items.quantity equals to {quantity} and items.item equals to {item id} or items.itemPackage equals to {item package id}
|
|
39771
|
+
* | appliesOn equals to "all_items"
|
|
39772
|
+
* | appliesOn equals to "specific_items" and ( items.item equals to {item id} or items.itemPackage equals to {item package id} ) or
|
|
39773
|
+
* (items.brand equals to {item brand id} or items.category equals to {item category id} or items.tag in item tags)
|
|
39774
|
+
*
|
|
39763
39775
|
* @default []
|
|
39764
39776
|
*/
|
|
39765
39777
|
promotionsAndOffers: string[];
|
|
@@ -39821,14 +39833,11 @@ export interface components {
|
|
|
39821
39833
|
* API Endpoints For Document Header Offers and Promotions Retrieval:
|
|
39822
39834
|
* - Use the API: /api/v1/sales/offers-and-promotions/,
|
|
39823
39835
|
* Filters :
|
|
39824
|
-
* -
|
|
39825
|
-
* & offer_and_promotion.
|
|
39826
|
-
*
|
|
39827
|
-
*
|
|
39828
|
-
*
|
|
39829
|
-
* & offer_and_promotion.promotion_type equals to order_value or fixed amount and currency equals to company currency and minOrderValue less than or equal to {company-total}
|
|
39830
|
-
* | offer_and_promotion.promotion_type equals to order_value or fixed amount and currency equals to usd currency and minOrderValue less than or equal to {usd-total}
|
|
39831
|
-
*
|
|
39836
|
+
* - customers equals to {customer id} or customerGroups equals to {customer group id}
|
|
39837
|
+
* & offer_and_promotion.promotion_type equals to "order_value" or "fixed_amount" and
|
|
39838
|
+
* items.currency equals to company currency and minOrderValue less than or equal to {primary_total}
|
|
39839
|
+
* | offer_and_promotion.promotion_type equals to "order_value" or "fixed_amount"
|
|
39840
|
+
* and items.currency equals to secondary currency and minOrderValue less than or equal to {secondary_total}
|
|
39832
39841
|
*
|
|
39833
39842
|
* @default []
|
|
39834
39843
|
*/
|
|
@@ -41968,18 +41977,13 @@ export interface components {
|
|
|
41968
41977
|
* API Endpoints For Document Item Offers and Promotions Retrieval:
|
|
41969
41978
|
* - Use the API: /api/v1/sales/offers-and-promotions/,
|
|
41970
41979
|
* Filters :
|
|
41971
|
-
*
|
|
41972
|
-
*
|
|
41973
|
-
*
|
|
41974
|
-
*
|
|
41975
|
-
*
|
|
41976
|
-
*
|
|
41977
|
-
*
|
|
41978
|
-
* | offers_and_promotions.promotion_type equals to bundle_offers and quantity equals to {quantity} and item equals to {item id} or itemPackage equals to {item package id}
|
|
41979
|
-
* | offers_and_promotions.appliesOn equals to allItems
|
|
41980
|
-
* | offers_and_promotions.appliesOn equals to specificItems and ( item equals to {item id} or itemPackage equals to {item package id} ) or
|
|
41981
|
-
* (brand equals to {item brand id} or category equals to {item category id} or tag in item tags)
|
|
41982
|
-
*
|
|
41980
|
+
* - customers equals to {customer id} or customerGroups equals to {customer group id}
|
|
41981
|
+
* & promotion_type equals to "percentage" or "buy_one_get_one" or "time_sensitive_offers"
|
|
41982
|
+
* | promotion_type equals to "volume_based" and items.quantity equals to {quantity}
|
|
41983
|
+
* | promotion_type equals to "bundle_offers" and items.quantity equals to {quantity} and items.item equals to {item id} or items.itemPackage equals to {item package id}
|
|
41984
|
+
* | appliesOn equals to "all_items"
|
|
41985
|
+
* | appliesOn equals to "specific_items" and ( items.item equals to {item id} or items.itemPackage equals to {item package id} ) or
|
|
41986
|
+
* (items.brand equals to {item brand id} or items.category equals to {item category id} or items.tag in item tags)
|
|
41983
41987
|
*
|
|
41984
41988
|
* @default []
|
|
41985
41989
|
*/
|
|
@@ -42053,13 +42057,11 @@ export interface components {
|
|
|
42053
42057
|
* API Endpoints For Document Header Offers and Promotions Retrieval:
|
|
42054
42058
|
* - Use the API: /api/v1/sales/offers-and-promotions/,
|
|
42055
42059
|
* Filters :
|
|
42056
|
-
* -
|
|
42057
|
-
* & offer_and_promotion.
|
|
42058
|
-
*
|
|
42059
|
-
*
|
|
42060
|
-
*
|
|
42061
|
-
* & offer_and_promotion.promotion_type equals to order_value or fixed amount and currency equals to company currency and minOrderValue less than or equal to {company-total}
|
|
42062
|
-
* | offer_and_promotion.promotion_type equals to order_value or fixed amount and currency equals to usd currency and minOrderValue less than or equal to {usd-total}
|
|
42060
|
+
* - customers equals to {customer id} or customerGroups equals to {customer group id}
|
|
42061
|
+
* & offer_and_promotion.promotion_type equals to "order_value" or "fixed_amount" and
|
|
42062
|
+
* items.currency equals to company currency and minOrderValue less than or equal to {primary_total}
|
|
42063
|
+
* | offer_and_promotion.promotion_type equals to "order_value" or "fixed_amount"
|
|
42064
|
+
* and items.currency equals to secondary currency and minOrderValue less than or equal to {secondary_total}
|
|
42063
42065
|
*
|
|
42064
42066
|
* @default []
|
|
42065
42067
|
*/
|
|
@@ -43632,18 +43634,13 @@ export interface components {
|
|
|
43632
43634
|
* API Endpoints For Document Item Offers and Promotions Retrieval:
|
|
43633
43635
|
* - Use the API: /api/v1/sales/offers-and-promotions/,
|
|
43634
43636
|
* Filters :
|
|
43635
|
-
* -
|
|
43636
|
-
* &
|
|
43637
|
-
*
|
|
43638
|
-
*
|
|
43639
|
-
*
|
|
43640
|
-
*
|
|
43641
|
-
*
|
|
43642
|
-
* | offers_and_promotions.promotion_type equals to bundle_offers and quantity equals to {quantity} and item equals to {item id} or itemPackage equals to {item package id}
|
|
43643
|
-
* | offers_and_promotions.appliesOn equals to allItems
|
|
43644
|
-
* | offers_and_promotions.appliesOn equals to specificItems and ( item equals to {item id} or itemPackage equals to {item package id} ) or
|
|
43645
|
-
* (brand equals to {item brand id} or category equals to {item category id} or tag in item tags)
|
|
43646
|
-
*
|
|
43637
|
+
* - customers equals to {customer id} or customerGroups equals to {customer group id}
|
|
43638
|
+
* & promotion_type equals to "percentage" or "buy_one_get_one" or "time_sensitive_offers"
|
|
43639
|
+
* | promotion_type equals to "volume_based" and items.quantity equals to {quantity}
|
|
43640
|
+
* | promotion_type equals to "bundle_offers" and items.quantity equals to {quantity} and items.item equals to {item id} or items.itemPackage equals to {item package id}
|
|
43641
|
+
* | appliesOn equals to "all_items"
|
|
43642
|
+
* | appliesOn equals to "specific_items" and ( items.item equals to {item id} or items.itemPackage equals to {item package id} ) or
|
|
43643
|
+
* (items.brand equals to {item brand id} or items.category equals to {item category id} or items.tag in item tags)
|
|
43647
43644
|
*
|
|
43648
43645
|
* @default []
|
|
43649
43646
|
*/
|
|
@@ -43755,14 +43752,11 @@ export interface components {
|
|
|
43755
43752
|
* API Endpoints For Document Header Offers and Promotions Retrieval:
|
|
43756
43753
|
* - Use the API: /api/v1/sales/offers-and-promotions/,
|
|
43757
43754
|
* Filters :
|
|
43758
|
-
* -
|
|
43759
|
-
* & offer_and_promotion.
|
|
43760
|
-
*
|
|
43761
|
-
*
|
|
43762
|
-
*
|
|
43763
|
-
* & offer_and_promotion.promotion_type equals to order_value or fixed amount and currency equals to company currency and minOrderValue less than or equal to {company-total}
|
|
43764
|
-
* | offer_and_promotion.promotion_type equals to order_value or fixed amount and currency equals to usd currency and minOrderValue less than or equal to {usd-total}
|
|
43765
|
-
*
|
|
43755
|
+
* - customers equals to {customer id} or customerGroups equals to {customer group id}
|
|
43756
|
+
* & offer_and_promotion.promotion_type equals to "order_value" or "fixed_amount" and
|
|
43757
|
+
* items.currency equals to company currency and minOrderValue less than or equal to {primary_total}
|
|
43758
|
+
* | offer_and_promotion.promotion_type equals to "order_value" or "fixed_amount"
|
|
43759
|
+
* and items.currency equals to secondary currency and minOrderValue less than or equal to {secondary_total}
|
|
43766
43760
|
*
|
|
43767
43761
|
* @default []
|
|
43768
43762
|
*/
|