Sha256: 7c6d15f4fb3ab1b7ee49fa2699ad4ed10c21fe4067d0388ccdae146f2e8dfbe5

Contents?: true

Size: 1.24 KB

Versions: 1

Compression:

Stored size: 1.24 KB

Contents

# VoucherifySdk::OrderItemSku

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | A unique identifier that represents the SKU and is assigned by Voucherify. | [optional] |
| **source_id** | **String** | The merchant's SKU ID (if it is different than Voucherify's SKU ID). It is really useful in case of integration between multiple systems. It can be an ID from an eCommerce site, a database or a 3rd party service. | [optional] |
| **override** | **Boolean** | The override set to `true` is used to store the product information in the system. If the product does not exist, it will be created with a source_id; if it does exist, the provided values for the name, price, and metadata will replace those already stored in the system. | [optional] |
| **sku** | **String** | The SKU name. | [optional] |
| **price** | **Float** | SKU price. A positive integer in the smallest currency unit (e.g. 100 cents for $1.00). | [optional] |
| **metadata** | **Object** | A set of custom key/value pairs that you can attach to an order item. It can be useful for storing additional information about the order item in a structured format. It can be used to create product collections. | [optional] |

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
voucherify-8.0.2 docs/OrderItemSku.md