Optional
customPathConfig: CatalogDefaultAdapterSDKCustomPathConfigPrivate
catalogPrivate
createPrivate
deletePrivate
getOptional
requestContext: RequestContextPrivate
getPrivate
getPrivate
getPrivate
getPrivate
getPrivate
internalPrivate
updateStatic
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_API for creating a single product
Input containing properties for creating product.
Optional
options?: { Optional
expand?: stringOptional
requestContext: RequestContextProduct data that was created.
This API is used to create a single product in the Catalog service.
API for deleting multiple products
Input containing properties for delete product.
Optional
requestContext: RequestContextVoid
This API is used to delete products in the Catalog service.
API for getting multiple products, regardless of their publication status
Input containing property for fetching products.
Optional
queryOptional
requestContext: RequestContextPaginated list of products.
This API is used to get multiple products from the Catalog service.
API for getting attributes
Input containing properties for fetching attributes.
Optional
queryOptional
requestContext: RequestContextPaginated list of attributes.
This API is used to get the attributes from the Catalog service.
API for getting multiple products that are:
Input containing properties for fetching products.
Optional
queryOptional
requestContext: RequestContextPaginated list of products.
This API is used to get multiple products from the Catalog service.
API for getting categories
Input containing properties for fetching categories.
Optional
queryOptional
requestContext: RequestContextPaginated list of categories.
This API is used to get the categories from the Catalog service.
API for getting a single product
Input containing properties for fetching product.
Optional
expand?: stringOptional
requestContext: RequestContextrequest context (requestId, serviceHistory)
Product data that was fetched.
This API is used to get a single product from the Catalog service.
API for getting multiple products that are:
Input containing properties for fetching products.
Optional
queryOptional
requestContext: RequestContextPaginated list of products.
Use getAvailableProducts instead
This API is used to get multiple products from the Catalog service.
API for updating multiple products
Input containing properties for update product.
Optional
requestContext: RequestContextVoid
This API is used to update products in the Catalog service.
Generated using TypeDoc
Default Adapter for Catalog
Description
This class is used to define the default adapter for Catalog. This adapter uses the REST SDK to communicate with Catalog functionality.