first steps on woocommerce integration

This commit is contained in:
Sam
2021-02-16 12:51:12 +00:00
parent 0a6762defd
commit 6e54d513c9
3 changed files with 83 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ class ProductViewSet(viewsets.ModelViewSet):
@action(detail=True, methods=['GET',])
def related(request):
# find the most similar products
# TODO: find the most similar products
return Response(data=[])