paxton-front/api/endpoints/getProductsVariationsList.ts
2025-09-16 23:14:47 +03:00

5 lines
173 B
TypeScript

import api from '~/api/instance'
export const getProductsVariationsList = async (productId: number) =>
await api.wc.v3ProductsVariationsList(productId, { per_page: 99 })