Sha256: 9ad117457c71ea767bb8c06052bf26eb2ff47829e805a839123061d9a4c8b946

Contents?: true

Size: 1.06 KB

Versions: 2

Compression:

Stored size: 1.06 KB

Contents

# HelloextendApiClient::ProductIdentifiers

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sku** | **String** | A unique identifier for the product that is specific to your store | [optional] 
**gtin** | **String** | <p>Global Trade Item Number (GTIN) - A unique identifier for trade items, developed by GS1. <a href='https://www.gs1.org/standards/id-keys/gtin'>Learn more here</a></p> | [optional] 
**upc** | **String** | The Universal Product Code (UPC) barcode | [optional] 
**asin** | **String** | The Amazon Standard Identification Number (ASIN) | [optional] 
**barcode** | **String** | The product's barcode. Non-Standard | [optional] 

## Code Sample

```ruby
require 'HelloextendApiClient'

instance = HelloextendApiClient::ProductIdentifiers.new(sku: KS944RUR,
                                 gtin: 012345678901234,
                                 upc: 0123456789012,
                                 asin: 0123456789,
                                 barcode: 123)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
helloextend_api_client-1.0.3 docs/ProductIdentifiers.md
helloextend_api_client-1.0.2 docs/ProductIdentifiers.md