Skip to content

[Question] Will this library be affected by Shopify REST API deprecation in 2024? #751

Closed as not planned
@nasudadada

Description

@nasudadada

Thank you for maintaining this great library.

Question: Impact of Shopify REST API Deprecation

Context

According to Shopify's announcement, the REST Admin API became legacy as of October 1, 2024.

  • Public apps must migrate by February 2025
  • Custom apps must migrate by April 2025

Current Understanding

This library appears to primarily use REST API for its core functionality. For example:

shop = shopify.Shop.current()  # Uses REST API
product = shopify.Product.find(179761209)  # Uses REST API

Question

Is my understanding correct that this library will need to migrate from REST API to GraphQL API due to the REST API deprecation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions