Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find the customer from the order #320

Open
knivo1982 opened this issue Feb 5, 2024 · 0 comments
Open

Can't find the customer from the order #320

knivo1982 opened this issue Feb 5, 2024 · 0 comments

Comments

@knivo1982
Copy link

$config= array(
'ShopUrl' => $store->shopUrl,
'AccessToken' => $store->accessToken,
);
$shopify = new \PHPShopify\ShopifySDK($config);

print_r($shopify->Order->get($options));

With these commands I can get all the orders, but not the customers associated with them? what am I doing wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant