5 lines
155 B
TypeScript
5 lines
155 B
TypeScript
import api from '~/api/instance'
|
|
|
|
export const getProductsVariationsList = async (productId: number) =>
|
|
await api.wc.v3ProductsVariationsList(productId)
|