diff --git a/theme.go b/theme.go index 2d1072f8..55861e0a 100644 --- a/theme.go +++ b/theme.go @@ -29,7 +29,7 @@ type ThemeServiceOp struct { // Theme represents a Shopify theme type Theme struct { ID int `json:"id"` - Name string `json:"string"` + Name string `json:"name"` Previewable bool `json:"previewable"` Processing bool `json:"processing"` Role string `json:"role"`