php-shopify icon indicating copy to clipboard operation
php-shopify copied to clipboard

Can't find the customer from the order

Open knivo1982 opened this issue 1 year ago • 0 comments

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

knivo1982 avatar Feb 05 '24 20:02 knivo1982