Private
impersonatingCreate a new product. If ID is provided and an object with that ID already exists, a 409 (conflict) error is returned. 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.
Get a single product. Check out the docs for more info
ID of the product.
Get a single product variant. Check out the docs for more info
ID of the product.
ID of the variant.
Get a list of 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. Default: 1. 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. Default: 20, max: 100.
Optional
search?: stringWord or phrase to search for.
Optional
searchComma-delimited list of fields to search on.
Optional
searchType of search to perform. Possible values: AnyTerm (default), AllTermsAnyField, AllTermsSameField, ExactPhrase, ExactPhrasePrefix.
Optional
sortComma-delimited list of fields to sort by.
Optional
supplierID?: stringID of the supplier.
Get a list of product assignments. Check out the docs for more info
Optional
buyerID?: stringID of the buyer.
Optional
level?: PartyTypeLevel of the product assignment. Possible values: User, Group, Company.
Optional
page?: numberPage of results to return. Default: 1. 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. Default: 20, max: 100.
Optional
priceID of the price schedule.
Optional
productID?: stringID of the product.
Optional
userID of the user group.
Optional
userID?: stringID of the user.
Get a list of 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. Default: 1. 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. Default: 20, max: 100.
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.
Get a list of 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. Default: 1. 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. Default: 20, max: 100.
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.
Get a list of 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. Default: 1. 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. Default: 20, max: 100.
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