Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2013
    Posts
    1

    Creating Shopify Database - Please help

    I don't know if anyone here uses it, but Shopify's ecommerce reports and database features are rudimentary, at best.

    Being an almost complete novice to Access, I would appreciate any help with being able to import my Shopify data into an Access database. I mean, Shopify doesn't even have a field for product cost (to me).
    I can export csv data individually for products, customers, and current and historic orders.

    I've attached a "Products" export that has both the original csv export and the "save as" Excel version, in case this helps...



    Thanks in advance,
    Phil
    Attached Files Attached Files

  2. #2
    Join Date
    Sep 2017
    Posts
    1
    You can actually store custom data using Metafields, but you can't change the Shopify database. With Metafields you can store additional information in a number of Shopify resources (for example Product, Blog and Page). Basically Metafields are a key-value store attached to a resource.

    You can access the Metafields in the templates using liquid and you can get and set those Metafields using the API.

    So to give a short example, you could create a Metafield "favorite_color" attached to the Shop resource. This Metafield will be accessible in all templates using the liquid {{ shop.metafields.NAMESPACE.favorite_color }} (the same NAMESPACE you used when creating the Metafield).
    Using Metafields is the only way to store custom data in the Shopify database. If your App needs to store more information (multiple objects with relations in between), you should create your own database. But you probably need to create and run your own database anyway, because you often want to store the authentication credentials for the shop who installed your App.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Creating Database
    By ThorstenG in forum Access
    Replies: 5
    Last Post: 08-07-2015, 09:18 AM
  2. Creating Many-to-Many Database - Need Help!
    By sjkwapien in forum Database Design
    Replies: 10
    Last Post: 01-24-2014, 08:01 AM
  3. Help with creating database
    By SamP in forum Access
    Replies: 3
    Last Post: 09-19-2013, 01:19 AM
  4. Creating an FAQ database
    By rescobar in forum Database Design
    Replies: 14
    Last Post: 08-01-2013, 02:53 PM
  5. need help creating database
    By johnnyb in forum Access
    Replies: 1
    Last Post: 02-18-2013, 10:10 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums