paxton-front/api/endpoints/wp/getProductsDetail.ts
alsaze 7a7d27c7ae
All checks were successful
Deploy / build (push) Successful in 45s
создаю телегу товаров
2025-10-03 19:26:39 +03:00

5 lines
139 B
TypeScript

import api from '~/api/instance'
export const getProductsDetail = async (productId: number) =>
await api.wc.v3ProductsDetail(productId)