Uses of Class
software.xdev.brevo.model.CreateUpdateProduct
Packages that use CreateUpdateProduct
-
Uses of CreateUpdateProduct in software.xdev.brevo.api
Methods in software.xdev.brevo.api with parameters of type CreateUpdateProductModifier and TypeMethodDescriptionEcommerceApi.createUpdateProduct(CreateUpdateProduct createUpdateProduct) Create/Update a productEcommerceApi.createUpdateProduct(CreateUpdateProduct createUpdateProduct, Map<String, String> additionalHeaders) Create/Update a product -
Uses of CreateUpdateProduct in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return CreateUpdateProductModifier and TypeMethodDescriptionCreateUpdateProduct.addCategoriesItem(String categoriesItem) CreateUpdateProduct.categories(List<String> categories) CreateUpdateProduct.putMetaInfoItem(String key, Object metaInfoItem) CreateUpdateProduct.stock(BigDecimal stock) CreateUpdateProduct.updateEnabled(Boolean updateEnabled)