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

5 lines
158 B
TypeScript

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