ProcessFeedResponse |
Client.createCategories(List<FeedCategory> data) |
Create categories Create new categories with hierarchical structure and slug-based paths.
|
ProcessFeedResponse |
ClientImpl.createCategories(List<FeedCategory> data) |
Create categories Create new categories with hierarchical structure and slug-based paths.
|
ProcessFeedResponse |
Client.createPriceBooks(List<FeedPricebook> data) |
Create price books Create or replace existing price books with support for hierarchical
pricing structures.
|
ProcessFeedResponse |
ClientImpl.createPriceBooks(List<FeedPricebook> data) |
Create price books Create or replace existing price books with support for hierarchical
pricing structures.
|
ProcessFeedResponse |
Client.createPrices(List<FeedPrices> data) |
Create prices Create or replace existing product prices with support for regular pricing,
discounts, and tiered pricing.
|
ProcessFeedResponse |
ClientImpl.createPrices(List<FeedPrices> data) |
Create prices Create or replace existing product prices with support for regular pricing,
discounts, and tiered pricing.
|
ProcessFeedResponse |
Client.createProductMetadata(List<FeedMetadata> data) |
Create product attribute metadata To ensure product data is indexed for discovery, create or
replace existing product attribute metadata resources before creating products.
|
ProcessFeedResponse |
ClientImpl.createProductMetadata(List<FeedMetadata> data) |
Create product attribute metadata To ensure product data is indexed for discovery, create or
replace existing product attribute metadata resources before creating products.
|
ProcessFeedResponse |
Client.createProducts(List<FeedProduct> data) |
Create or replace products You can create different types of products, such as simple
products and configurable products.
|
ProcessFeedResponse |
ClientImpl.createProducts(List<FeedProduct> data) |
Create or replace products You can create different types of products, such as simple
products and configurable products.
|
ProcessFeedResponse |
Client.deleteCategories(List<FeedCategoryDelete> data) |
Delete categories Delete categories and all their associated children
|
ProcessFeedResponse |
ClientImpl.deleteCategories(List<FeedCategoryDelete> data) |
Delete categories Delete categories and all their associated children
|
ProcessFeedResponse |
Client.deletePriceBooks(List<FeedPriceBookDelete> data) |
Delete price books Delete price books and their associated pricing data with cascading
effects on the hierarchy.
|
ProcessFeedResponse |
ClientImpl.deletePriceBooks(List<FeedPriceBookDelete> data) |
Delete price books Delete price books and their associated pricing data with cascading
effects on the hierarchy.
|
ProcessFeedResponse |
Client.deletePrices(List<FeedPricesDelete> data) |
Delete prices Delete existing product prices
|
ProcessFeedResponse |
ClientImpl.deletePrices(List<FeedPricesDelete> data) |
Delete prices Delete existing product prices
|
ProcessFeedResponse |
Client.deleteProductMetadata(List<FeedMetadataDelete> data) |
Delete product attributes metadata Remove product attribute metadata resources from the
catalog data.
|
ProcessFeedResponse |
ClientImpl.deleteProductMetadata(List<FeedMetadataDelete> data) |
Delete product attributes metadata Remove product attribute metadata resources from the
catalog data.
|
ProcessFeedResponse |
Client.deleteProducts(List<FeedProductDelete> data) |
Delete products Delete products with specified `sku`` and `source`` values
|
ProcessFeedResponse |
ClientImpl.deleteProducts(List<FeedProductDelete> data) |
Delete products Delete products with specified `sku`` and `source`` values
|
ProcessFeedResponse |
Client.updateCategories(List<FeedCategoryUpdate> data) |
Update categories Update existing product categories with new values.
|
ProcessFeedResponse |
ClientImpl.updateCategories(List<FeedCategoryUpdate> data) |
Update categories Update existing product categories with new values.
|
ProcessFeedResponse |
Client.updatePriceBooks(List<FeedPricebook> data) |
Update price books Update existing price books with limitations on hierarchical changes.
|
ProcessFeedResponse |
ClientImpl.updatePriceBooks(List<FeedPricebook> data) |
Update price books Update existing price books with limitations on hierarchical changes.
|
ProcessFeedResponse |
Client.updatePrices(List<FeedPricesUpdate> data) |
Update prices Change existing product prices, discounts, and tiered pricing.
|
ProcessFeedResponse |
ClientImpl.updatePrices(List<FeedPricesUpdate> data) |
Update prices Change existing product prices, discounts, and tiered pricing.
|
ProcessFeedResponse |
Client.updateProductMetadata(List<FeedMetadataUpdate> data) |
Update product attribute metadata Update existing product attribute metadata with new values.
|
ProcessFeedResponse |
ClientImpl.updateProductMetadata(List<FeedMetadataUpdate> data) |
Update product attribute metadata Update existing product attribute metadata with new values.
|
ProcessFeedResponse |
Client.updateProducts(List<FeedProductUpdate> data) |
Update products Update products with specified `sku` and `source` values to replace existing
field data with the data supplied in the request.
|
ProcessFeedResponse |
ClientImpl.updateProducts(List<FeedProductUpdate> data) |
Update products Update products with specified `sku` and `source` values to replace existing
field data with the data supplied in the request.
|