Shopfront Developers
Build something brilliant.
Everything you need to register applications, call the Shopfront API, and ship integrations that stores love.
query {
products(first: 5) {
edges {
node {
id
name
status
}
}
}
}