Zuordnen von Shopify-Objekten zur Standardbestellung in Amazon Connect Customer Profiles - Amazon Connect

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 zur Standardbestellung in Amazon Connect Customer Profiles

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

Shopify-Objekt DraftOrder

Eine Liste aller Felder in einem DraftOrder Shopify-Objekt finden Sie unter Das DraftOrder Objekt in der Shopify-Dokumentation.

Ein DraftOrder Shopify-Objekt einer Standardbestellung zuordnen

Eine Teilmenge der Felder im Shopify-Objekt ist dem DraftOrder Standardbestellobjekt in Kundenprofilen zugeordnet.

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

StatusCode ist ACTIVATED wenn order_status_url in der Quelle vorhanden ist. Andernfalls ist StatusCode DRAFT.

Shopify-Quellfeld DraftOrder Standardzielfeld für Bestellung
id Attribute. ShopifyOrderId
customer.id Attribute. ShopifyCustomerId
note AdditionalInformation
E-Mail CustomerEmail
currency Währung
created_at CreatedDate
updated_at UpdatedDate
name Name
Status Status
order_status_url StatusCode
billing_address.address1 BillingAddress. Adresse 1
billing_address.address2 BillingAddress. Adresse 2
billing_address.city BillingAddress.Stadt
billing_address.zip BillingAddress.PostalCode
billing_address.province BillingAddress.Provinz
billing_address.country BillingAddress.Land
billing_address.name BillingAddress.Name
shipping_address.address1 ShippingAddress. Adresse 1
shipping_address.address2 ShippingAddress. Adresse 2
shipping_address.city ShippingAddress.Stadt
shipping_address.zip ShippingAddress.PostalCode
shipping_address.province ShippingAddress.Provinz
shipping_address.country ShippingAddress.Land
shipping_address.name ShippingAddress.Name
invoice_url StatusUrl
total_price TotalPrice
total_tax TotalTax
line_items[].title OrderItems[] .Titel
line_items[].price OrderItems[] .Preis
line_items[].quantity OrderItems[] .Menge

Beispiel

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

"shopifyOrderId": { "Source": "_source.detail.event.detail.payload.id", "Target": "_order.Attributes.ShopifyOrderId" }

Die DraftOrder Shopify-Kundendaten aus dem Shopify-Objekt werden mithilfe des folgenden Index mit einer Amazon Connect Connect-Standardbestellung verknüpft.

Standardindexname Shopify-Quellfeld DraftOrder
_shopifyOrderId id

Sie können es beispielsweise ObjectFilter.KeyName zusammen mit der ListProfileObjectsAPI verwenden_shopifyOrderId, um eine Standardbestellung zu finden. Sie können die DraftOrder Shopify-Objekte finden, die einem bestimmten Profil zugeordnet sind, indem Sie die ListProfileObjectsAPI verwenden, wobei ProfileId und auf ObjectTypeName Shopify-DraftOrder gesetzt ist.

Shopify-Order-Objekt

Eine Liste aller Felder in einem Shopify-Order-Objekt finden Sie unter Das Order-Objekt in der Shopify-Dokumentation.

Zuordnen eines Shopify-Order-Objekts zu einer Standardbestellung

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

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

StatusCode ist ACTIVATED wenn order_status_url in der Quelle vorhanden ist. Andernfalls ist StatusCode DRAFT.

Quellfeld „Shopify-Order“ Standardzielfeld für Bestellung
id Attribute. ShopifyOrderId
customer.id Attribute. ShopifyCustomerId
cancelled_at CancelledDate
cancel_reason CancelReason
closed_at ClosedDate
created_at CreatedDate
currency Währung
E-Mail CustomerEmail
financial_status Status
order_status_url StatusCode
fulfillment_status FulfillmentStatus
Gateway Gateway
name Name
note AdditionalInformation
order_status_url StatusUrl
phone CustomerPhone
processed_at ProcessedDate
total_discounts TotalDiscounts
total_line_items_price TotalItemsPrice
total_price TotalPrice
total_shipping_price_set.shop_money.amount TotalShippingPrice
total_tax TotalTax
total_tip_received TotalTipReceived
total_weight TotalWeight
updated_at UpdatedDate
billing_address.address1 BillingAddress. Adresse 1
billing_address.address2 BillingAddress. Adresse 2
billing_address.city BillingAddress.Stadt
billing_address.zip BillingAddress.PostalCode
billing_address.province BillingAddress.Provinz
billing_address.country BillingAddress.Land
billing_address.name BillingAddress.Name
payment_details.credit_card_number CreditCardNumber
payment_details.credit_card_company CreditCardCompany
shipping_address.address1 ShippingAddress. Adresse 1
shipping_address.address2 ShippingAddress. Adresse 2
shipping_address.city ShippingAddress.Stadt
shipping_address.zip ShippingAddress.PostalCode
shipping_address.province ShippingAddress.Provinz
shipping_address.country ShippingAddress.Land
shipping_address.name ShippingAddress.Name
line_items[].title OrderItems[] .Titel
line_items[].price OrderItems[] .Preis
line_items[].quantity OrderItems[] .Menge

Beispiel

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

"shopifyOrderId": { "Source": "_source.detail.event.detail.payload.id", "Target": "_order.Attributes.ShopifyOrderId" }

Die Shopify-Order-Kundendaten aus dem Shopify-Objekt werden mithilfe des folgenden Index mit einer Amazon-Connect-Standardbestellung verknüpft.

Standardindexname Quellfeld „Shopify-Order“
_shopifyOrderId id

Sie können die ListProfileObjectsAPI _shopifyOrderId beispielsweise verwenden, um eine ObjectFilter.KeyName Standardbestellung zu finden. Du kannst die Shopify-Order-Objekte finden, die einem bestimmten Profil zugeordnet sind, indem du die ListProfileObjectsAPI verwendest, wobei und auf gesetzt ist. ProfileId ObjectTypeName Shopify-Order