Inhalte aufrufen

Profilbild

WebApi: Customer address


  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
Keine Antworten zum Thema vorhanden

#1 TripleNico

TripleNico

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 124 Beiträge

Geschrieben: 06 April 2020 - 13:07

From our database i add a new customer at the customer endpoint. However the address in the Customer overview page in Smartstore the address fields are empy, see attachment. However when you go to the Address tab in the Customer settings then the address is visible.

 

How i add a customer and address:

  1. Add new customer to the /Customer endpoint
  2. Add new address to the /address endpoint
  3. Assign address to customer by calling: $"{serverBaseUrlOData}Customers({CustomerID})/Addresses({AddressID})"

So what am i missing?

 

Angehängte Bilder