This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
developer:batches [2011/03/03 16:54] irina |
developer:batches [2011/03/03 16:59] (current) irina |
||
---|---|---|---|
Line 5: | Line 5: | ||
Batch uploading is available through the [[merchant/console/uploads_new|Merchant Console]] and [[developer/soap|SOAP XML API]]. | Batch uploading is available through the [[merchant/console/uploads_new|Merchant Console]] and [[developer/soap|SOAP XML API]]. | ||
- | Use [[developer/soap-1.4/methods/createbatchupload| createBatchUpload]] to upload a batch using SOAP API. | ||
- | Examples of a file are located [[merchant/console/uploads_new#check_examples|here]]. | ||
+ | Use [[developer/soap-1.4/methods/createbatchupload| createBatchUpload]] to upload a batch, [[developer/soap-1.4/methods/runbatchupload |runBatchUpload]] to start paused process of uploading, [[developer/soap-1.4/methods/pausebatchupload|pauseBatchUpload]] to pause the current uploading, or [[developer/soap-1.4/methods/getbatchuploadstatus|getBatchUploadStatus]] method to get the status of the batch using SOAP API. | ||
- | ===== Check the status ===== | + | Examples of a file are located [[merchant/console/uploads_new#check_examples|here]]. |
- | ===== Pause/Start ===== |