| 开发者 | blloyddev |
|---|---|
| 更新时间 | 2026年5月6日 21:28 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
blloyddev-customer-sync-for-salesforce folder to /wp-content/plugins/, or install via Plugins > Add New.The customer's billing first name, last name, email address, and phone number. No order totals, payment details, or line items are sent in the free version.
json
{
"firstName": "Jane",
"lastName": "Smith",
"email": "jane@example.com",
"phone": "07700900000"
}
Full access (full) scope (or more restrictive as needed).The error is written to your server error log when WP_DEBUG_LOG is enabled. For automatic retry and an admin UI for failed syncs, upgrade to Pro.
The Client ID and Client Secret are stored in the WordPress options table. The access token is cached as a transient and expires automatically. All plugin data is removed when the plugin is deleted.