Class ProductVariantPriceService
java.lang.Object
com.aboutyou.cloud.adminapi.service.AbstractService
com.aboutyou.cloud.adminapi.service.ProductVariantPriceService
public class ProductVariantPriceService extends AbstractService
-
Constructor Summary
Constructors Constructor Description ProductVariantPriceService(HttpClient httpClient) -
Method Summary
Modifier and Type Method Description ApiCollection<ProductVariantPrice>all(Identifier productIdentifier, Identifier variantIdentifier)ApiCollection<ProductVariantPrice>all(Identifier productIdentifier, Identifier variantIdentifier, ApiOptions options)ProductVariantPricecreate(Identifier productIdentifier, Identifier variantIdentifier, ProductVariantPrice model)ProductVariantPricecreate(Identifier productIdentifier, Identifier variantIdentifier, ProductVariantPrice model, ApiOptions options)Methods inherited from class com.aboutyou.cloud.adminapi.service.AbstractService
request, request, requestCollection, requestCollection, resolvePath
-
Constructor Details
-
Method Details
-
create
public ProductVariantPrice create(Identifier productIdentifier, Identifier variantIdentifier, ProductVariantPrice model) throws ApiErrorException, ConnectionException- Throws:
ApiErrorExceptionConnectionException
-
create
public ProductVariantPrice create(Identifier productIdentifier, Identifier variantIdentifier, ProductVariantPrice model, ApiOptions options) throws ApiErrorException, ConnectionException- Throws:
ApiErrorExceptionConnectionException
-
all
public ApiCollection<ProductVariantPrice> all(Identifier productIdentifier, Identifier variantIdentifier) throws ApiErrorException, ConnectionException- Throws:
ApiErrorExceptionConnectionException
-
all
public ApiCollection<ProductVariantPrice> all(Identifier productIdentifier, Identifier variantIdentifier, ApiOptions options) throws ApiErrorException, ConnectionException- Throws:
ApiErrorExceptionConnectionException
-