Package com.inttegro
Class Client.ProductsClient
java.lang.Object
com.inttegro.Client.ProductsClient
- Enclosing class:
- Client
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPrice(AddProductPriceParams params) create(CreateProductParams params) page(PageProductsParams params) update(UpdateProductParams params)
-
Constructor Details
-
ProductsClient
-
-
Method Details
-
create
public Product create(CreateProductParams params) throws IOException, InterruptedException, ApiException -
addPrice
public ProductDefaultUnitPrice addPrice(AddProductPriceParams params) throws IOException, InterruptedException, ApiException -
setDefaultUnitPrice
public Product setDefaultUnitPrice(SetDefaultUnitPriceParams params) throws IOException, InterruptedException, ApiException -
lookup
-
update
public Product update(UpdateProductParams params) throws IOException, InterruptedException, ApiException -
publish
-
unpublish
-
archive
-
page
public ProductPage page(PageProductsParams params) throws IOException, InterruptedException, ApiException
-