We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9063964 commit c802fa8Copy full SHA for c802fa8
1 file changed
bigcommerce/resources/variants.py
@@ -0,0 +1,7 @@
1
+from .base import *
2
+
3
4
+class Variants(ListableApiResource, CreateableApiResource,
5
+ UpdateableApiResource, DeleteableApiResource,
6
+ CollectionDeleteableApiResource, CountableApiResource):
7
+ resource_name = 'variants'
0 commit comments