Transfer serial numbers to WooCommerce

Hi,

we need to transfer serial numbers from Ordoro to WooCommerce.
According to your telephone support this is not possible via the Standard or Custom API integration.

Could you give me a feedback if it is possible to track the serial number on line item level in the order / shipment and transfer that to WooCommerce?

Thanks a lot for your feedback.

Hi Lena,

A good workaround for this use case would be to put the serial number for the product in the additional details when you’re fulfilling your orders. Then, using the V3 API, you would request all of your orders and grab those serial numbers from the order line’s details field, and write them back to WooCommerce.

Thanks,
-Jeffrey