Skip to content

Commit

Permalink
Add the read assigned fulfillment orders scope
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgall committed Feb 9, 2023
1 parent 28e150d commit 539fb0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Shopify.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
class Shopify
{
const SCOPE_READ_ANALYTICS = 'read_analytics';
const SCOPE_READ_ASSIGNED_FULFILLMENT_ORDERS = 'read_assigned_fulfillment_orders';
const SCOPE_READ_CHECKOUTS = 'read_checkouts';
const SCOPE_READ_CONTENT = 'read_content';
const SCOPE_READ_CUSTOMERS = 'read_customers';
Expand Down Expand Up @@ -103,6 +104,7 @@ class Shopify
/** @var array $scopes */
public static $scopes = [
self::SCOPE_READ_ANALYTICS,
self::SCOPE_READ_ASSIGNED_FULFILLMENT_ORDERS,
self::SCOPE_READ_CHECKOUTS,
self::SCOPE_READ_CONTENT,
self::SCOPE_READ_CUSTOMERS,
Expand Down

0 comments on commit 539fb0a

Please sign in to comment.