cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to import bulk products through Odata Services ?

former_member613854
Discoverer
0 Likes
1,074

Hi , I am able to import one product through odat used below . how we can import multiple products through odat? URL: https://localhost:9002/odata2webservices/OutboundProduct/Products PayLoad: { "@odata.context": "$metadata#Product/$entity", "code": "test_article5", "name": "Original ", "catalogVersion": { "catalog": { "id": "Default" }, "version": "Staged" } }

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member613854
Discoverer
0 Likes

Thanks , It working .

Slava
Product and Topic Expert
Product and Topic Expert
0 Likes

Your point of reference is not clear: are you importing from hybris or into hybris.

Anyway, import from hybris sends only one item at a time. Bulk functionality is not supported yet, - mainly because SCPI was not capable of accepting $batch payloads. However, spikes were done for outboundsync and this possibility is confirmed. This feature will be added to outboundsync when the time is right.

Import into hybris supports bulk payloads. Details are in this document https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/1811/en-US/0d45f25361294a99997837ccbdf1...