Private
impersonatingCreate a spec Check out the docs for more info
Required fields: Name
Create a spec option A Spec can have multiple Options-- for example, if the spec is called 'Color', the options might be 'Blue', 'Red', and 'Green'. Check out the docs for more info
ID of the spec.
Required fields: Value
Delete a spec Check out the docs for more info
ID of the spec.
Delete a spec option Check out the docs for more info
ID of the spec.
ID of the option.
Delete a spec product assignment Check out the docs for more info
ID of the spec.
ID of the product.
Retrieve a spec Check out the docs for more info
ID of the spec.
Retrieve a spec option Check out the docs for more info
ID of the spec.
ID of the option.
List specs Check out the docs for more info
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 spec options Check out the docs for more info
ID of the spec.
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 spec product assignments Check out the docs for more info
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 spec Check out the docs for more info
ID of the spec.
Partially update a spec option Check out the docs for more info
ID of the spec.
ID of the option.
Create or update a spec If an object with the same ID already exists, it will be overwritten. Check out the docs for more info
ID of the spec.
Required fields: Name
Create or update a spec option Check out the docs for more info
ID of the spec.
ID of the option.
Required fields: Value
Create or update a spec product assignment Check out the docs for more info
Required fields: SpecID, ProductID
Generated using TypeDoc
Description
enables impersonation by calling the subsequent method with the stored impersonation token
Example