@@ -134,14 +134,14 @@ type Seller {
134134 page_layout : String @doc (description : " Page Layout" )
135135 status : Int @doc (description : " Status" )
136136 position : Int @doc (description : " Position" )
137- twitter_id : Int @doc (description : " Twitter Id" )
138- facebook_id : Int @doc (description : " Facebook Id" )
139- gplus_id : Int @doc (description : " Gplus Id" )
140- youtube_id : Int @doc (description : " Youtube Id" )
141- vimeo_id : Int @doc (description : " Vimeo Id" )
142- instagram_id : Int @doc (description : " Instagram Id" )
143- pinterest_id : Int @doc (description : " Pinterest Id" )
144- linkedin_id : Int @doc (description : " Linkedin Id" )
137+ twitter_id : String @doc (description : " Twitter Id" )
138+ facebook_id : String @doc (description : " Facebook Id" )
139+ gplus_id : String @doc (description : " Gplus Id" )
140+ youtube_id : String @doc (description : " Youtube Id" )
141+ vimeo_id : String @doc (description : " Vimeo Id" )
142+ instagram_id : String @doc (description : " Instagram Id" )
143+ pinterest_id : String @doc (description : " Pinterest Id" )
144+ linkedin_id : String @doc (description : " Linkedin Id" )
145145 tw_active : Int @doc (description : " Tw Active" )
146146 fb_active : Int @doc (description : " Fb Active" )
147147 gplus_active : Int @doc (description : " Gplus Active" )
@@ -151,6 +151,7 @@ type Seller {
151151 linkedin_active : Int @doc (description : " Linkedin Active" )
152152 banner_pic : String @doc (description : " Banner Pic" )
153153 shop_url : String @doc (description : " Shop Url" )
154+ url_key : String @doc (description : " Shop url_key" )
154155 logo_pic : String @doc (description : " Logo Pic" )
155156 verify_status : Int @doc (description : " verify_status" )
156157 product_count : Int @doc (description : " product_count" )
0 commit comments