Sha256: c6e08f5fe9ea97b7377c23ea35d6c5b5a38dd931ee7a20f0f4de0b1edbd86fd7
Contents?: true
Size: 873 Bytes
Versions: 2
Compression:
Stored size: 873 Bytes
Contents
# PinterestSdkClient::ItemProcessingRecord ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **item_id** | **String** | The catalog item id in the merchant namespace | [optional] | | **errors** | [**Array<ItemValidationEvent>**](ItemValidationEvent.md) | Array with the validation errors for the item processing record. A non empty errors list causes the item processing to fail. | [optional] | | **warnings** | [**Array<ItemValidationEvent>**](ItemValidationEvent.md) | Array with the validation warnings for the item processing record | [optional] | | **status** | [**ItemProcessingStatus**](ItemProcessingStatus.md) | | [optional] | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::ItemProcessingRecord.new( item_id: DS0294-M, errors: null, warnings: null, status: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pinterest_sdk-1.1.0 | docs/ItemProcessingRecord.md |
pinterest_sdk-1.0.0 | docs/ItemProcessingRecord.md |