Converters
List of Available Converters
AccountConverter
Converts shopify customer information to Poq contract classes.
Methods
ConvertToShopifyCustomerRequestconvertsRegisterRequesttoShopifyCustomerRequestConvertToShopifyAccountDetailsResponseconvertsShopifyCustomerResponsetoProfileResponseConvertToShopifyCustomerRequestSecureconvertsProfileRequesttoShopifyCustomerRequestomitting security related fields.
ShopifyCategoryConverter
Converts list of ShopifyMenuItem obtained with ShopifyNavigationClient to NavigationCategory returned from /shop endpoint.
Methods
ToNavigationCategoriesconvertsShopifyMenuItemtoNavigationCategory
IdentifierConverter
Converts Shopify identifier from to Global ID
Methods
ToGidProductVariantIdconverts provided variant id long value to GID. If the provided value is not long literal it will be returned as result.ToGidCollectionIdconverts provided collection id long value to GID. If the provided value is not long literal it will be returned as result.ToGidProductIdconverts provided product id long value to GID. If the provided value is not long literal it will be returned as result.FromGlobalIdconverts provided GID to long string literal.