Private impersonatingCreate a bundle Check out the docs for more info
Required fields: Name
Delete a bundle Check out the docs for more info
ID of the bundle.
Delete a bundle assignment Check out the docs for more info
ID of the bundle.
ID of the buyer.
Optional sellerID?: stringID of the seller.
Optional userID of the user group.
Optional userID?: stringID of the user.
Delete a bundle product assignment Check out the docs for more info
ID of the bundle.
ID of the product.
Retrieve a bundle Check out the docs for more info
ID of the bundle.
List bundles Check out the docs for more info
Optional catalogID?: stringID of the catalog.
Optional categoryID?: stringID of the category.
Optional filters?: FiltersAn object or dictionary representing key/value pairs to apply as filters. Valid keys are top-level properties of the returned model or 'xp.???'
Optional page?: numberPage of results to return. When paginating through many items (> page 30), we recommend the "Last ID" method, as outlined in the Advanced Querying documentation.
Optional pageNumber of results to return per page.
Optional search?: stringWord or phrase to search for.
Optional searchComma-delimited list of fields to search on.
Optional searchType of search to perform.
Optional sortComma-delimited list of fields to sort by.
Optional supplierID?: stringID of the supplier.
List bundle assignments Check out the docs for more info
Optional bundleID?: stringID of the bundle.
Optional buyerID?: stringID of the buyer.
Optional level?: "Group" | "Company"Level of the bundle assignment. Possible values: Group, Company.
Optional page?: numberPage of results to return. When paginating through many items (> page 30), we recommend the "Last ID" method, as outlined in the Advanced Querying documentation.
Optional pageNumber of results to return per page.
Optional userID of the user group.
List bundle product assignments Check out the docs for more info
Optional bundleID?: stringID of the bundle.
Optional page?: numberPage of results to return. When paginating through many items (> page 30), we recommend the "Last ID" method, as outlined in the Advanced Querying documentation.
Optional pageNumber of results to return per page.
Optional productID?: stringID of the product.
Partially update a bundle Check out the docs for more info
ID of the bundle.
Create or update a bundle If an object with the same ID already exists, it will be overwritten. Check out the docs for more info
ID of the bundle.
Required fields: Name
Create or update a bundle assignment Check out the docs for more info
Required fields: BundleID, BuyerID
Create or update a bundle product assignment Check out the docs for more info
Required fields: ProductID, BundleID, Required
Generated using TypeDoc
Description
enables impersonation by calling the subsequent method with the stored impersonation token
Example