slince / shopify-api-php

:rocket: Shopify API Client for PHP
MIT License
128 stars 47 forks source link

Shopify IDs are QWORD long, not DWORD #25

Closed fotonfarmer closed 4 years ago

fotonfarmer commented 5 years ago

When displaying a product ID or variant ID, the number displayed is incorrect. The numbers should be QWORD long (e.g., 9007468310) instead of the DWORD value (417533718).

maximzasorin commented 5 years ago

Hello, library works only with 64-bit integers, same issue: https://github.com/slince/shopify-api-php/issues/21