SAP Open Connectors

Bulk

Learn about bulk services and how to use them for uploading or downloading large numbers of records.

Articles

About Bulk
offers generic bulk service for downloading and uploading large numbers of records (vendor API limit-restricted), working with any with a GET (list) resource and pagination implemented to our standards. Bulk can be used on catalog, custom-built, o...
Using Bulk
In this article, you'll learn how to create bulk download and upload jobs using 's APIs. All bulk APIs are available for catalog , and most bulk APIs are available for custom-built or Community . If you need to use the POST bulk/download API...
Bulk FAQ
Bulk Job Status and Errors APIs Use the GET /bulk/{id}/status API to check the status of a bulk job. Bulk Job Statuses Status Description CREATED The bulk job has been created, but has not yet begun. STARTED The bulk job has been ...
Best Practices for Bulk Queries
Why Best Practices Are Important Bulk queries are a powerful tool to retrieve records in greater numbers than possible when using standard endpoints. Because of bulk's potential to return large amounts of records from providers, bulk jobs them...
Retrieving Bulk Results with Special Characters
When using the bulk feature to download data containing special characters, the API call GET/bulk/{id}/{objectName} should have the content-type manually set as  application/json;charset=UTF-8  in the application calling the bulk endp...