Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
320 views
in Technique[技术] by (71.8m points)

What is the maximum length of Shopify CustomerID in customer response JSON

Did anyone knows the length of CustomerID field of Shopify Customer JSON, because I want to store the customerID into my database where column length is restricted that I can not change. So I need to know the length. Thanks in advance.

question from:https://stackoverflow.com/questions/65897104/what-is-the-maximum-length-of-shopify-customerid-in-customer-response-json

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

There isn't a predefined length on CostumerID, as their resources follow the ActiveRecord pattern of incrementing integers as IDs (for the time being at least). As of now, it's around 12 digits max, but that is growing.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...