Di chuyển hoạt động quản lý sản phẩm

Bạn có thể sử dụng Merchant API để tải lên và quản lý sản phẩm bằng cách lập trình. Tài nguyên accounts.products cho phép bạn tạo danh mục cửa hàng trực tuyến, tức là danh sách sản phẩm và ưu đãi. Để biết thêm thông tin về cách tải và quản lý sản phẩm bằng Merchant API, hãy xem bài viết Tổng quan về Merchant Products API.

Dưới đây là thông tin so sánh mẫu về Content API for Shopping với API Merchant Products:

Content API for Shopping Merchant Products API Mô tả
URL https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/products/ https://merchantapi.googleapis.com/products/v1beta/{PARENT}/productInputs:insert Biến {PARENT} trong URL yêu cầu Merchant API đại diện cho giá trị nhận dạng duy nhất của tài khoản.
Số nhận dạng {ID} {NAME}

Phương thức

Dưới đây là thông tin so sánh các phương thức sản phẩm trong Content API for Shopping và Merchant Products API:

Phương thức Content API for Shopping Merchant Products API
customBatch Không
insert
get
update Không có
delete
list

Dưới đây là ví dụ so sánh phương thức GET cho Content API for Shopping và Merchant Products API:

Content API for Shopping Merchant API
GET https://shoppingcontent.googleapis.com/content/v2.1/{ACCOUNT_ID}/products/{PRODUCT_ID} GET https://merchantapi.googleapis.com/products/v1beta/{name=accounts/*/products/*}

Yêu cầu

Phương thức URL trong Content API for Shopping URL trong Merchant Products API Giá trị nhận dạng trong Content API Giá trị nhận dạng trong Merchant Products API
insert POST https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/products POST https://merchantapi.googleapis.com/products/v1beta/{PARENT}/productsInputs:insert?dataSource=accounts/{MERCHANT_ID}/dataSources/{DATASOURCE_ID} {MERCHANT_ID} {PARENT}
update PATCH https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/products/{PRODUCT_ID} Không có
delete DELETE https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/products/{PRODUCT_ID} DELETE https://merchantapi.googleapis.com/products/v1beta/{name=accounts/*/productInputs/*}?dataSource=accounts/{MERCHANT_ID}/dataSources/{DATASOURCE_ID} {MERCHANT_ID}/datafeeds/{PRODUCT_ID} {name=accounts/*/productInputs/*}
get GET https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/products/{PRODUCT_ID} GET https://merchantapi.googleapis.com/products/v1beta/{name=accounts/*/products/*} {MERCHANT_ID}/datafeeds/{PRODUCT_ID} {name=accounts/*/products/*}
list GET https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/products GET https://merchantapi.googleapis.com/products/v1beta/{parent=accounts/*}/products {MERCHANT_ID} {parent=accounts/*}

Tài nguyên

Content API for Shopping Merchant Products API Mô tả
  • Sản phẩm
  • ProductStatus
  • Sản phẩm
  • ProductInput
Nhiều trường trong tài nguyên Product của Content API for Shopping đã được chuyển sang trường Attribute trong tài nguyên ProductInput của Merchant Products API.