Shopify Generate URL
App URL: https://wearepentagon.com/
API key: 5ba56a627a709741f97a5f3d27eba2de
API secret key: 64e9a6db0301d4b0779bae45d16f6b00
URL for generating credentials for HEMI:
https://{shopname}.myshopify.com/admin/oauth/authorize?client_id={client_id}&scope=read_orders,write_orders,read_assigned_fulfillment_orders,write_assigned_fulfillment_orders,read_checkouts,write_checkouts,read_content,write_content,read_customer_merge,write_customer_merge,read_customers,write_customers,read_discounts,write_discounts,read_draft_orders,write_draft_orders,read_files,write_files,read_fulfillments,write_fulfillments,read_gift_cards,write_gift_cards,read_inventory,write_inventory,read_legal_policies,read_locales,write_locales,read_locations,read_metaobject_definitions,write_metaobject_definitions,read_metaobjects,write_metaobjects,read_marketing_events,write_marketing_events,read_merchant_managed_fulfillment_orders,write_merchant_managed_fulfillment_orders,read_orders,write_orders,read_payment_terms,write_payment_terms,read_price_rules,write_price_rules,read_products,write_products,read_product_listings,read_publications,write_publications,read_purchase_options,write_purchase_options,read_reports,write_reports,read_resource_feedbacks,write_resource_feedbacks,read_script_tags,write_script_tags,read_shipping,write_shipping,read_shopify_payments_disputes,read_shopify_payments_payouts,read_returns,write_returns,read_themes,write_themes,read_translations,write_translations,read_third_party_fulfillment_orders,write_third_party_fulfillment_orders,read_order_edits,write_order_edits&redirect_uri=https://hemi.ai&state=code
The link structure should be:
https://{shop_url}/admin/oauth/authorize?client_id={WAP app API key}
&scope=read_products,write_products,read_product_listings,read_inventory,write_inventory,read_content,write_content,read_orders,write_orders,read_draft_orders,write_draft_orders,read_fulfillments,write_fulfillments,read_shipping,write_shipping
&redirect_uri={WAP ap URL}
&state=code
In the generated link after the redirect you will get the field
Code
which is required for the integration.