Home > @vsf-enterprise/sap-commerce-webservices-sdk > ProductListControllerApi > addProductToListUsingPOST

ProductListControllerApi.addProductToListUsingPOST() method

addProductToList

Signature:

addProductToListUsingPOST(productcode: string, productlistname: string, quantity?: number, options?: any): Promise<import("axios").AxiosResponse<ProductListEntry>>;

Parameters

Parameter Type Description
productcode string productcode
productlistname string productlistname
quantity number quantity
options any Override http request option.

Returns:

Promise<import("axios").AxiosResponse<ProductListEntry>>

Exceptions

{RequiredError} ProductListControllerApi