first steps on woocommerce integration
This commit is contained in:
@@ -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=[])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user