You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Check out the {@link https://ordercloud.io/api-reference/integrations/inventory-integrations/get|api docs} for more info
24
+
* Check out the {@link https://ordercloud.io/api-reference/integrations/inventory/get|api docs} for more info
25
25
*
26
26
* @param requestOptions.accessToken Provide an alternative token to the one stored in the sdk instance (useful for impersonation).
27
27
* @param requestOptions.cancelToken Provide an [axios cancelToken](https://github.com/axios/axios#cancellation) that can be used to cancel the request.
@@ -41,7 +41,7 @@ class InventoryIntegrations {
41
41
42
42
/**
43
43
* Create or update an inventory integration If an object with the same ID already exists, it will be overwritten.
44
-
* Check out the {@link https://ordercloud.io/api-reference/integrations/inventory-integrations/save|api docs} for more info
44
+
* Check out the {@link https://ordercloud.io/api-reference/integrations/inventory/save|api docs} for more info
* @param requestOptions.accessToken Provide an alternative token to the one stored in the sdk instance (useful for impersonation).
@@ -62,7 +62,7 @@ class InventoryIntegrations {
62
62
63
63
/**
64
64
* Delete an inventory integration
65
-
* Check out the {@link https://ordercloud.io/api-reference/integrations/inventory-integrations/delete|api docs} for more info
65
+
* Check out the {@link https://ordercloud.io/api-reference/integrations/inventory/delete|api docs} for more info
66
66
*
67
67
* @param requestOptions.accessToken Provide an alternative token to the one stored in the sdk instance (useful for impersonation).
68
68
* @param requestOptions.cancelToken Provide an [axios cancelToken](https://github.com/axios/axios#cancellation) that can be used to cancel the request.
@@ -82,7 +82,7 @@ class InventoryIntegrations {
82
82
83
83
/**
84
84
* Partially update an inventory integration
85
-
* Check out the {@link https://ordercloud.io/api-reference/integrations/inventory-integrations/patch|api docs} for more info
85
+
* Check out the {@link https://ordercloud.io/api-reference/integrations/inventory/patch|api docs} for more info
86
86
*
87
87
* @param inventoryIntegration
88
88
* @param requestOptions.accessToken Provide an alternative token to the one stored in the sdk instance (useful for impersonation).
@@ -106,12 +106,12 @@ class InventoryIntegrations {
106
106
* enables impersonation by calling the subsequent method with the stored impersonation token
107
107
*
108
108
* @example
109
-
* InventoryIntegrations.As().List() // lists InventoryIntegrations using the impersonated users' token
109
+
* Inventory.As().List() // lists Inventory using the impersonated users' token
* Check out the {@link https://ordercloud.io/api-reference/integrations/promotion-integrations/get|api docs} for more info
24
+
* Check out the {@link https://ordercloud.io/api-reference/integrations/promotion/get|api docs} for more info
25
25
*
26
26
* @param requestOptions.accessToken Provide an alternative token to the one stored in the sdk instance (useful for impersonation).
27
27
* @param requestOptions.cancelToken Provide an [axios cancelToken](https://github.com/axios/axios#cancellation) that can be used to cancel the request.
@@ -41,7 +41,7 @@ class PromotionIntegrations {
41
41
42
42
/**
43
43
* Create or update a promotion integration If an object with the same ID already exists, it will be overwritten.
44
-
* Check out the {@link https://ordercloud.io/api-reference/integrations/promotion-integrations/save|api docs} for more info
44
+
* Check out the {@link https://ordercloud.io/api-reference/integrations/promotion/save|api docs} for more info
* @param requestOptions.accessToken Provide an alternative token to the one stored in the sdk instance (useful for impersonation).
@@ -62,7 +62,7 @@ class PromotionIntegrations {
62
62
63
63
/**
64
64
* Delete a promotion integration
65
-
* Check out the {@link https://ordercloud.io/api-reference/integrations/promotion-integrations/delete|api docs} for more info
65
+
* Check out the {@link https://ordercloud.io/api-reference/integrations/promotion/delete|api docs} for more info
66
66
*
67
67
* @param requestOptions.accessToken Provide an alternative token to the one stored in the sdk instance (useful for impersonation).
68
68
* @param requestOptions.cancelToken Provide an [axios cancelToken](https://github.com/axios/axios#cancellation) that can be used to cancel the request.
@@ -82,7 +82,7 @@ class PromotionIntegrations {
82
82
83
83
/**
84
84
* Partially update a promotion integration
85
-
* Check out the {@link https://ordercloud.io/api-reference/integrations/promotion-integrations/patch|api docs} for more info
85
+
* Check out the {@link https://ordercloud.io/api-reference/integrations/promotion/patch|api docs} for more info
86
86
*
87
87
* @param promotionIntegration
88
88
* @param requestOptions.accessToken Provide an alternative token to the one stored in the sdk instance (useful for impersonation).
@@ -106,12 +106,12 @@ class PromotionIntegrations {
106
106
* enables impersonation by calling the subsequent method with the stored impersonation token
107
107
*
108
108
* @example
109
-
* PromotionIntegrations.As().List() // lists PromotionIntegrations using the impersonated users' token
109
+
* Promotion.As().List() // lists Promotion using the impersonated users' token
0 commit comments