productsManagement property

ProductsManagement? productsManagement
getter/setter pair

Service type for managing products.

This allows the provider to handle product data on behalf of the business, including reading and writing product listings. It's commonly used when the provider offers inventory management or catalog synchronization services to keep the business's product information up-to-date across platforms.

Implementation

ProductsManagement? productsManagement;