import api from '~/api/instance' export const postOrdersCreate = async (line_items: object[]) => await api.wc.v3OrdersCreate({ line_items })