import api from '~/api/instance' export const postOrdersCreate = async (parent_id: number | undefined) => await api.wc.v3OrdersCreate({ parent_id })