function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nevil shuklaNevil shukla 

Can anyone guide me how to create order and its order items using Bulk API?

Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Nevil,

May I suggest you please refer the below link for reference. hope it helps.

Please mark it as best answer if the information is informative.so that question is removed from an unanswered question and appear as a proper solution.

Thanks
Rahul Kumar
Nevil shuklaNevil shukla
Thanks Rahul. 
I have already gone through the links provided by you.

Let me give more detail - I am looking to create order and orderitem in one csv file using bulk api. If you find anything related to that please let me know. I have been successful to create order and order item in individual bulk call but want to create order and order item in one shot together using csv file by bulk api