ProductIdentifier
Version 2024-04-01
Overview
An interface for product identifier. This product identifier can be from Buy with Prime or other platforms such as SKU from an e-commerce platform.
Currently the following concrete implementations are supported: [ProductId, SkuProductIdentifier, AmazonSkuProductIdentifier, ExternalProductIdentifier]. The "value" field in these types store the respective identifier value. For more details, please refer to each class definition.
Fields
Field | Description |
---|---|
value (String required) | Product identifier value. |
Updated 23 days ago