Shopify Api get all field names of a resource

Shopify Api get all field names of a resource

antonioreale
Shopify Partner
19 1 3

Hello is it possible to get all field names of a resource, a Product resource of the rest admin API or graphql API?

For example, I know how to get resource values but I need the resource field names, Product has title, description, options, vendor etc..., all the field names and nested object field names.

How to accomplish that?

Reply 1 (1)

ShopifyDevSup
Shopify Staff
1453 238 508

Hey @antonioreale good question!  Each resource should have an example page/code box that goes over each of the fields available on its page in our developer documentation. For example, the product resource here in REST shows each available property on the resource. In GraphQL, nested object fields can be a little trickier for sure, but let's use the product object in GraphQL as an example here. We can look at the nested fields and connections on the right side of the page:

 

If you click into the page for each nested field on the product object, it will show you the fields and connections for each respective sub-field in the same sort of nested menu. Let us know if we can clarify anything further on our end - hope this helps!

 

Al | Shopify Developer Support 

Developer Support @ Shopify
- Was this reply helpful? Click Like to let us know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog