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

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

Dưới đây là ví dụ so sánh ví dụ về Content API for Shopping với Merchant Products API:

Content API for Shopping API sản phẩm của người bán Nội dung mô tả
URL https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/products/ https://merchantapi.googleapis.com/products/v1beta/{parent}/productInputs:insert Biến {parent} trong URL yêu cầu API Merchant Center đại diện cho giá trị nhận dạng riêng biệt của tài khoản.
Giá trị nhận dạng {id} {name}

Phương thức

Dưới đây là 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 API sản phẩm của người bán
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 API người bán
GET https://shoppingcontent.googleapis.com/content/v2.1/{accountId}/products/{productId} 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 Mã nhận dạng trong Merchant Products API
insert POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/products POST https://merchantapi.googleapis.com/products/v1beta/{parent}/productsInputs:insert?dataSource={dataSourceName} {merchantId} {parent}
update PATCH https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/products/{productId} Không có
delete DELETE https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/products/{productId} DELETE https://merchantapi.googleapis.com/products/v1beta/{name=accounts/*/productInputs/*}?dataSource={dataSourceName} {merchantId}/datafeeds/{productId} {name=accounts/*/productInputs/*}
get GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/products/{productId} GET https://merchantapi.googleapis.com/products/v1beta/{name=accounts/*/products/*} {merchantId}/datafeeds/{productId} {name=accounts/*/products/*}
list GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/products GET https://merchantapi.googleapis.com/products/v1beta/{parent=accounts/*}/products {merchantId} {parent=accounts/*}

Tài nguyên

Content API for Shopping API sản phẩm của người bán Nội dung 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 di chuyển vào trường Attribute của tài nguyên ProductInput trong Merchant Products API.