

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.

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

In diesem Thema wird aufgeführt, welche Felder in Shopify-Objekten Feldern im Standardprofilobjekt in Connect Customer Customer Profiles zugeordnet sind.

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

Es folgt eine Liste aller Felder in einem Shopify-Customer Objekt.


+ accepts\_marketing
+ accepts\_marketing\_updated\_at
+ Adressen
+ currency
+ created\_at
+ default\_address.address1
+ default\_address.address2
+ default\_address.city
+ default\_address.company
+ default\_address.country
+ default\_address.country\_code
+ default\_address.country\_name
+ default\_address.customer\_id
+ default\_address.default
+ default\_address.first\_name
+ default\_address.id
+ default\_address.last\_name
+ default\_address.name
+ default\_address.phone
+ default\_address.province
+ default\_address.province\_code
+ default\_address.zip
+ E-Mail
+ first\_name
+ id
+ last\_name
+ last\_order\_id
+ last\_order\_name
+ metafield.key
+ metafield.value
+ metafield.namespace
+ metafield.value\_type
+ marketing\_opt\_in\_level
+ multipass\_identifier
+ note
+ orders\_count
+ phone
+ sms\_marketing\_consent.state
+ sms\_marketing\_consent.opt\_in\_level
+ sms\_marketing\_consent.consent\_updated\_at
+ sms\_marketing\_consent.consent\_collected\_from
+ state
+ tags
+ tax\_exempt
+ tax\_exemptions
+ total\_spent
+ updated\_at
+ verified\_email

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

Eine Teilmenge der Felder im Shopify-Customer Objekt ist dem Standardprofilobjekt in Kundenprofilen zugeordnet. 

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


| Shopify-Customer Quellfeld | Zielfeld „Standardprofil“ | 
| --- | --- | 
| id | Attributes.ShopifyCustomerId | 
| email | EmailAddress | 
| first\_name | FirstName | 
| last\_name | LastName | 
| note | AdditionalInformation | 
| phone | PhoneNumber | 
| default\_address.address1 | Address.Address1 | 
| default\_address.address2 | Address.Address2 | 
| default\_address.city | Address.City | 
| default\_address.province | Address.Province | 
| default\_address.country | Address.Country | 
| default\_address.zip | Address.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 Connect-Kundenprofil verknüpft.


| Standardindexname | Shopify-Customer Quellfeld | 
| --- | --- | 
| \_shopifyCustomerId | 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 Connect-Kundenprofil zu finden. Sie können die mit einem bestimmten Profil Shopify-Customer verknüpften Objekte finden, indem Sie die [ListProfileObjects](https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListProfileObjects.html)API verwenden, wobei `ProfileId` und auf `ObjectTypeName` gesetzt ist`Shopify-Customer`.