Private impersonatingCreate a product Check out the docs for more info
Required fields: Name
Delete a product Check out the docs for more info
ID of the product.
Delete a product assignment Check out the docs for more info
ID of the product.
ID of the buyer.
Optional sellerID?: stringID of the seller.
Optional userID of the user group.
Optional userID?: stringID of the user.
Generate variants Check out the docs for more info
ID of the product.
Optional overwriteOverwrite existing of the product.
Retrieve a product Check out the docs for more info
ID of the product.
Retrieve a product variant Check out the docs for more info
ID of the product.
ID of the variant.
List products 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 product assignments Check out the docs for more info
Optional buyerID?: stringID of the buyer.
Optional level?: "Group" | "Company"Level of the product 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 priceID of the price schedule.
Optional productID?: stringID of the product.
Optional userID of the user group.
List product specs Check out the docs for more info
ID of the product.
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 sortComma-delimited list of fields to sort by.
List product suppliers Check out the docs for more info
ID of the product.
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 sortComma-delimited list of fields to sort by.
List product variants Check out the docs for more info
ID of the product.
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 sortComma-delimited list of fields to sort by.
Partially update a product Check out the docs for more info
ID of the product.
Partially update a product variant Check out the docs for more info
ID of the product.
ID of the variant.
Remove a product supplier Check out the docs for more info
ID of the product.
ID of the supplier.
Create or update a product If an object with the same ID already exists, it will be overwritten. Check out the docs for more info
ID of the product.
Required fields: Name
Create or update a product assignment Check out the docs for more info
Required fields: ProductID, BuyerID
Create or update a product supplier Check out the docs for more info
ID of the product.
ID of the supplier.
Optional defaultID of the default price schedule.
Update a product variant Update a product variant. Check out the docs for more info
ID of the product.
ID of the variant.
Generated using TypeDoc
Description
enables impersonation by calling the subsequent method with the stored impersonation token
Example