Skip to content

Rethink how we're calling the Shopify API #242

Description

@arobbins

Right now, we're calling our WP REST API endpoints which then make the real calls to Shopify. We made this decision to improve the security of the Storefront API keys.

However, there are major reasons why we should make these calls in JS directly:

  1. Takes the load off the WordPress sever, when many customers are buying at once
  2. Allows for faster load times by removing a middle-man server call

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

Status
Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions