

Die vorliegende Übersetzung wurde maschinell erstellt. Im Falle eines Konflikts oder eines Widerspruchs zwischen dieser übersetzten Fassung und der englischen Fassung (einschließlich infolge von Verzögerungen bei der Übersetzung) ist die englische Fassung maßgeblich.

# Zuordnen von Shopify-Objekten zum Standardprofilobjekt in Amazon Connect Customer Profiles
<a name="mapping-shopify-objects"></a>

In diesem Thema finden Sie eine Liste der Felder in Shopify-Objekten, die dem Standardprofilobjekt in Amazon Connect Customer Profiles zugeordnet sind.

## Shopify-Customer-Objekt
<a name="shopify-identify-object"></a>

Im Anschluss finden Sie eine Liste aller Felder in einem Shopify-Customer-Objekt.


+ accepts\$1marketing
+ accepts\$1marketing\$1updated\$1at
+ Adressen
+ currency
+ created\$1at
+ default\$1address.address1
+ default\$1address.address2
+ default\$1address.city
+ default\$1address.company
+ default\$1address.country
+ default\$1address.country\$1code
+ default\$1address.country\$1name
+ default\$1address.customer\$1id
+ default\$1address.default
+ default\$1address.first\$1name
+ default\$1address.id
+ default\$1address.last\$1name
+ default\$1address.name
+ default\$1address.phone
+ default\$1address.province
+ default\$1address.province\$1code
+ default\$1address.zip
+ E-Mail
+ first\$1name
+ id
+ last\$1name
+ last\$1order\$1id
+ last\$1order\$1name
+ metafield.key
+ metafield.value
+ metafield.namespace
+ metafield.value\$1type
+ marketing\$1opt\$1in\$1level
+ multipass\$1identifier
+ note
+ orders\$1count
+ phone
+ sms\$1marketing\$1consent.state
+ sms\$1marketing\$1consent.opt\$1in\$1level
+ sms\$1marketing\$1consent.consent\$1updated\$1at
+ sms\$1marketing\$1consent.consent\$1collected\$1from
+ state
+ tags
+ tax\$1exempt
+ tax\$1exemptions
+ total\$1spent
+ updated\$1at
+ verified\$1email

## Zuordnung eines Shopify-Customer-Objekts zu einem Standardprofil
<a name="mapping-shopify-customer-object"></a>

Eine Untermenge der Felder im Shopify-Customer-Objekt wird dem Standardprofilobjekt in Customer Profiles zugeordnet. 

In der folgenden Tabelle ist aufgeführt, welche Felder vom Shopify-Customer-Objekt dem Standardprofilobjekt zugeordnet werden können.


| Quellfeld „Shopify-Customer“ | Zielfeld „Standardprofil“ | 
| --- | --- | 
| id | Attribute. ShopifyCustomerId | 
| email | EmailAddress | 
| first\$1name | FirstName | 
| last\$1name | LastName | 
| note | AdditionalInformation | 
| phone | PhoneNumber | 
| default\$1address.address1 | Address.Address1 | 
| default\$1address.address2 | Address.Address2 | 
| default\$1address.city | Address.City | 
| default\$1address.province | Address.Province | 
| default\$1address.country | Address.Country | 
| default\$1address.zip | Adresse. PostalCode | 

### Beispiel
<a name="example-mapping-shopify-customer-object"></a>

Im folgenden Beispiel sehen Sie, wie Sie ein Quellfeld einem Zielfeld zuordnen.

```
"shopifyCustomerId": {
    "Source": "_source.detail.event.detail.payload.id",
    "Target": "_profile.Attributes.ShopifyCustomerId"
}
```

Die Shopify-Customer-Kundendaten aus dem Shopify-Objekt werden mithilfe des folgenden Index mit einem Amazon-Connect-Kundenprofil verknüpft.


| Standardindexname | Quellfeld „Shopify-Customer“ | 
| --- | --- | 
| \$1shopifyCustomerId | id | 

Sie können ihn beispielsweise `_shopifyCustomerId` als Schlüsselnamen mit der [SearchProfiles](https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html)API verwenden, um ein Amazon Connect Connect-Kundenprofil zu finden. Sie können die Shopify-Customer-Objekte finden, die einem bestimmten Profil zugeordnet sind, indem Sie die [ListProfileObjects](https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListProfileObjects.html)API verwenden, wobei und auf gesetzt ist. `ProfileId` `ObjectTypeName` `Shopify-Customer`