FrendsPlatform / FrendsTemplates

0 stars 0 forks source link

Shopify to Salesforce - Customers #98

Open jefim opened 2 weeks ago

jefim commented 2 weeks ago

Sync customer information (name, email, address) from Shopify to Salesforce.

GET /admin/api/2024-01/customers.json
Host: your-store.myshopify.com
X-Shopify-Access-Token: your-access-token
POST /services/data/v57.0/sobjects/Contact
Host: your-salesforce-instance.salesforce.com
Authorization: Bearer your-access-token
Content-Type: application/json

{
  "FirstName": "John",
  "LastName": "Doe",
  "Email": "john.doe@example.com",
  "MailingStreet": "123 Main St",
  "MailingCity": "Anytown",
  "MailingState": "CA",
  "MailingPostalCode": "12345",
  "MailingCountry": "USA"
}
sleekplan[bot] commented 2 weeks ago

This issue has been linked to frends-templates.sleekplan.app/feedback/164581. You can follow the discussion there!