Multiple times use fullfillment in one order

  • we want to send the multiple fulfillment data like this way , same order we are sending fulfllment data 1 today and fullfillment data2 tomorrow

  • but the api not letting us to pass the fullfillment data for day2

  • it is expecting we need to send the multiple data at once, Can anyone help us which api i can use that

Hi Arnab,

Could you share more info on this issue, eg the mutations you’re attempting and errors you’re seeing?

we are using graphql for uploading multiple tracking id , thats working ,
But we are looking for an option for multiple time fulfillment , means one order we have 5 line items,
Today we are shipment 3 products and tomorrow we are shipment another two products in same orders, How can i do that?
Please see the diagram

order1
order1-line1 sku1 qty10
order1-line2 sku2 qty5
shipment
order1 f1 tracking number url Date1

|shipment||||||
||order1|f1|tarcking no1|url1|Date1|
||order1|f2|tarcking no2|url2|Date2|