Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 758 Bytes

CatalogProductV3.md

File metadata and controls

26 lines (15 loc) · 758 Bytes

CatalogProductV3

Properties

Name Type Description Notes
batchId Long An entry ID, unique within the batch request. [optional]
merchantId String The ID of the managing account. [optional]
method MethodEnum The method of the batch entry. [optional]
productId String The ID of the product to get or delete. Only defined if the method is get or delete. [optional]
product GoogleProductV3 [optional]
feedId String The Content API feed id. [optional]

Enum: MethodEnum

Name Value
INSERT "Insert"
DELETE "Delete"