Skip to content
This repository was archived by the owner on May 18, 2022. It is now read-only.

Shopify

Jordan Banasik edited this page Nov 18, 2019 · 1 revision

Shopify object

def __init__(self, url)

Examples:

shopify = Shopify('https://dixiemech.store')

Shopify.load

Loads the data from the Shopify object into self.products

async def load()

Shopify.parse

Parses the loaded in products and reformats them to my own standard, then storing them in self.vendor.products

async def parse()

Clone this wiki locally