FrendsPlatform / FrendsTemplates

0 stars 0 forks source link

Shopify to Salesforce - Products & Prices #97

Open jefim opened 2 weeks ago

jefim commented 2 weeks ago

Sync product information (name, description, price, SKU, and inventory) from Shopify to Salesforce.

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

{
  "Name": "Example Product",
  "SKU__c": "example-sku",
  "Description": "Example product description",
  "Price__c": 29.99,
  "Inventory__c": 100
}
sleekplan[bot] commented 2 weeks ago

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