[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-08-11 (世界標準時間)。"],[[["The Merchant Products API allows you to programmatically manage your product data, including inserting, updating, retrieving, and deleting products."],["Products are managed through two key resources: `productInputs` (representing input data) and `products` (representing processed products in the Shopping database)."],["`productInputs` can be primary or supplementary and are used to construct the final `product` that appears in your online or local store catalogs."],["The API offers advantages over file-based uploads, such as faster response times and real-time updates."],["Before using the API, ensure you have a data source set up and are familiar with Shopping Ads and free listings policies."]]],["The Merchant Products API allows programmatic product data management via `productInputs` and `products` resources. Actions include inserting `productInput` data with required fields like `channel`, `offerId`, `contentLanguage`, and `feedLabel` using `accounts.productInputs.insert`. Processed products can be retrieved using `accounts.products.get` and listed with `accounts.products.list`. Product inputs are deleted using `accounts.productInputs.delete`, specifying the data source. Products are built from primary and supplemental data sources, enabling real-time catalog management. You can use Batch mode to manage many products.\n"]]