Skip to main content

Authorization (SSO)

Data Flow

To provide better customer experience Shopboxo does not use guest order/checkout, hence it must create a customer in merchant backend if customer does not exist already.

note

Super app customer data is shared to Miniapp, not the other way around.

user creation flow

API reference

Search customer API

shopify.Customer.search(email=email)

Create customer API

shopify.Customer.create(customer_data)