SDK:
ServiceHttpWrapper -> IServiceHttpWrapper
.The
ServiceHttpWrapper
class is no longer exposed directly. UseIServiceHttpWrapper
instead.
MetaSearchField
is nowabstract
.If you are initializing
MetaSearchField
directly in your code, please useMetaSearchFieldMetaField
orMetaSearchFieldProperty
instead.
ParentGroupId
removed fromMetaFieldGroupRequest
constructor.Nested metafield groups are no longer supported. If you are using the
MetaFieldGroupRequest
constructor, please remove theParentGroupId
argument.