Fixed

Fixed Jobs bulk customer file uploads

Bulk customer file uploads through Jobs work again. Uploads that failed before your file could be sent now complete successfully, so you can import batch customer files without workarounds.

  • Signed upload URLs accept browser preflight checks, so CSV and other batch files upload from your application without being blocked.
  • You can create a Job through /v3/accounts/{account-id}/jobs and upload your customer batch file using the signed URL returned for that Job.
  • Bulk customer imports no longer fail at the upload step when your integration sends the file from a browser or web app.
  • Retry uploads that previously failed; the same Job flow should complete once you upload through the signed URL.