All of the documentation is wrong - every object has at least 1 typo

All of the documentation is wrong - every object has at least 1 typo

cfc_webmaster
Explorer
47 0 126

EVERY single one of these items in the documentation has the incorrect syntax,

None of them should be "capital" letters

every single item here is therefore wrong: 

https://shopify.dev/api/storefront/unstable/objects/Brand#field-brand-logo

https://shopify.dev/api/storefront/unstable/objects/Shop#field-shop-brand 

 

Allow me to demonstrate:

NONE of these work:

 

{{ Shop.Brand.logo }}
{{ Shop.brand.logo }}
{{ Shop.description }}
{{ Shop.name }}

 

 

These will...

 

{{ shop.brand.logo }}
{{ shop.description }}
{{ shop.name }}

 

 

QED

I have thus demonstrated that every object ref in the documentation has at least 1 typo. 

 

Can I trust any of the CamelCase items?

For example: https://shopify.dev/api/storefront/unstable/objects/CommentAuthor

Or: https://shopify.dev/api/storefront/unstable/objects/MenuItem

Or: https://shopify.dev/api/storefront/unstable/objects/ShopPolicy 

 

Clearly we can not trust any of the single objects...

 

Suggestion:

Since the code is clearly "case sensitive" please correct the documentation. 

I think this is a reasonable expectation and professional standard/courtesy
"I should be able to trust the documentation before wasting people's time on the forums or losing hours of life troubleshooting something that was copied from the documentation that was wrong IN the documentation" 

Replies 0 (0)