Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 506 Bytes

File metadata and controls

20 lines (14 loc) · 506 Bytes

Zernio::WebhookPayloadMessageMetadataReferredProduct

Properties

Name Type Description Notes
catalog_id String Meta catalog the product belongs to. [optional]
product_retailer_id String Retailer ID (SKU) of the product being asked about. [optional]

Example

require 'zernio-sdk'

instance = Zernio::WebhookPayloadMessageMetadataReferredProduct.new(
  catalog_id: null,
  product_retailer_id: null
)