phpclassic / php-shopify

PHP SDK for Shopify API
Apache License 2.0
568 stars 211 forks source link

Can't find the customer from the order #320

Open knivo1982 opened 6 months ago

knivo1982 commented 6 months ago

$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?