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
<li>Defined in <ahref="https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/master/src/api/EntitySynchronization.ts#L287">api/EntitySynchronization.ts:287</a></li></ul></aside></div>
20
+
<li>Defined in <ahref="https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/master/src/api/EntitySynchronization.ts#L351">api/EntitySynchronization.ts:351</a></li></ul></aside></div>
@@ -210,6 +213,67 @@ class EntitySynchronization {
210
213
})
211
214
}
212
215
216
+
/**
217
+
* Get the entity sync delivery configuration for Suppliers Get the entity sync delivery configuration for Suppliers
218
+
* Check out the {@link https://ordercloud.io/api-reference/integrations/entity-synchronization/get-suppliers-entity-sync-config|api docs} for more info
219
+
*
220
+
* @param requestOptions.accessToken Provide an alternative token to the one stored in the sdk instance (useful for impersonation).
221
+
* @param requestOptions.cancelToken Provide an [axios cancelToken](https://github.com/axios/axios#cancellation) that can be used to cancel the request.
222
+
* @param requestOptions.requestType Provide a value that can be used to identify the type of request. Useful for error logs.
* Create or update the entity sync delivery configuration for Suppliers Create or update the entity sync delivery configuration for Suppliers
238
+
* Check out the {@link https://ordercloud.io/api-reference/integrations/entity-synchronization/save-suppliers-entity-sync-config|api docs} for more info
* @param requestOptions.accessToken Provide an alternative token to the one stored in the sdk instance (useful for impersonation).
242
+
* @param requestOptions.cancelToken Provide an [axios cancelToken](https://github.com/axios/axios#cancellation) that can be used to cancel the request.
243
+
* @param requestOptions.requestType Provide a value that can be used to identify the type of request. Useful for error logs.
* Delete the entity sync delivery configuration for Suppliers Delete the entity sync delivery configuration for Suppliers
259
+
* Check out the {@link https://ordercloud.io/api-reference/integrations/entity-synchronization/delete-suppliers-entity-sync-config|api docs} for more info
260
+
*
261
+
* @param requestOptions.accessToken Provide an alternative token to the one stored in the sdk instance (useful for impersonation).
262
+
* @param requestOptions.cancelToken Provide an [axios cancelToken](https://github.com/axios/axios#cancellation) that can be used to cancel the request.
263
+
* @param requestOptions.requestType Provide a value that can be used to identify the type of request. Useful for error logs.
* Get the entity sync delivery configuration for SupplierUsers Get the entity sync delivery configuration for SupplierUsers
215
279
* Check out the {@link https://ordercloud.io/api-reference/integrations/entity-synchronization/get-supplier-users-entity-sync-config|api docs} for more info
0 commit comments