Order processing (Multi supplier/warehouse case)

Hi Sophie,

My case:
A Store (Woo) is connected to Ordoro. Each product on my Ordoro account is attached to its Supplier and Warehouse. But the store does not know about product’s suppliers and warehouses.
An Order from my store is exporting to Ordoro with all products in one Shipment.

What I want to do:

  • Split the order by Supplier
  • Change additional info for each Line
  • Send emails to warehouses. A warehouse should get only Lines which it responsible for.

Can you help me with API calls sequence or shortcut?

P.S. I read the doc for v2 and v3, App is using v3.

Hi,

You’ll need to get the orders to determine how to split based on the suppliers.

The following endpoints correspond to what you’d like to do.

  1. https://devapiverson.docs.apiary.io/#reference/order/orderordernumbersplit/post to split the order by order line.
  2. https://devapiverson.docs.apiary.io/#reference/order/orderordernumberlineorderlineid/put to update details on a line level.
  3. https://devapiverson.docs.apiary.io/#reference/order/orderordernumberprocessdropshipments/post to process a drop shipment by the order.

There may be an alternative flow with automatic processed products, but you’d have to look into support articles regarding that behavior to see if it suits your needs.

Hope this helps!

Hi,

  • There is not line id field in order lines.
  • What are the requirements for process_dropshipments? Did this for my orders and got nothing.
Results for order number

array:11 [▼
“1-1285” => “[]”
“1-1286” => “[]”
“1-1290” => “[]”
“1-1289” => “[]”
“1-1288” => “[]”
“1-1284-1” => “[]”
“1-1284-2” => “[]”
“1-1284-3” => “[]”
“1-1287-1” => “[]”
“1-1287-2” => “[]”
“1-1287-3” => “[]”
]

Also, I want that Ordoro will route order (send order details) to a warehouse. It will fulfill items to a customer.

Please contact our support team about Ordoro application behavior questions such as the following.

What are the requirements for process_dropshipments? Did this for my orders and got nothing.
Also, I want that Ordoro will route order (send order details) to a warehouse. It will fulfill items to a customer.

This is API related:

There is not line id field in order lines.

You are correct.