SlideShare a Scribd company logo
Diving into Twitch Commerce
to sell your game and items
Introductions
Jon Pulsipher
Integration Success Engineer
Twitch: jonpulsipher_ise
What we’ll cover
• Why sell your games on Twitch
• What options we offer for commerce…
• …and how you should choose between them
• …and the technical work involved
• How to get started
Why sell your games on Twitch?
25M
38%Mobile users
Daily chat interactions
Monthly active devices
100M
SOURCE | Twitch Internal Data
Why sell your games on Twitch?
• Twitch App Game Library
• Twitch distributes the game bits
• Premium downloads
• Twitch Entitlement Service
• Twitch Account linking
• REST API
• Twitch Commerce SDK
• C++ SDK
• Runtime ownership checks
• In-game commerce
Twitch Commerce Options
Why sell your games on Twitch?
Think about…
• …what you’ll sell?
• …how will customers get it?
• …what Twitch Crate bonus items can you provide?
• Emotes, Chat badges, In-game content, etc.
Game	
Distribution?
Twitch Non-Twitch
In-game	
store,	ownership	
check?
In-game	items?
Game	Library Game	Library	+	SDK
No Yes
Twitch	Entitlement	
Service	(TES)
Server?
Yes
Yes
STOP
No
No
Game	
Distribution?
Twitch Non-Twitch
In-game	
store,	ownership	
check?
In-game	items?
Game	Library Game	Library	+	SDK
No Yes
Twitch	Entitlement	
Service	(TES)
Server?
Yes
Yes
STOP
No
No
Game	
Distribution?
Twitch Non-Twitch
In-game	
store,	ownership	
check?
In-game	items?
Game	Library Game	Library	+	SDK
No Yes
Twitch	Entitlement	
Service	(TES)
Server?
Yes
Yes
STOP
No
No
Game	
Distribution?
Twitch Non-Twitch
In-game	
store,	ownership	
check?
In-game	items?
Game	Library Game	Library	+	SDK
No Yes
Twitch	Entitlement	
Service	(TES)
Server?
Yes
Yes
STOP
No
No
Game	
Distribution?
Twitch Non-Twitch
In-game	
store,	ownership	
check?
In-game	items?
Game	Library Game	Library	+	SDK
No Yes
Twitch	Entitlement	
Service	(TES)
Server?
Yes
Yes
STOP
No
No
Game	
Distribution?
Twitch Non-Twitch
In-game	
store,	ownership	
check?
In-game	items?
Game	Library Game	Library	+	SDK
No Yes
Twitch	Entitlement	
Service	(TES)
Server?
Yes
Yes
STOP
No
No
Game	
Distribution?
Twitch Non-Twitch
In-game	
store,	ownership	
check?
In-game	items?
Game	Library Game	Library	+	SDK
No Yes
Twitch	Entitlement	
Service	(TES)
Server?
Yes
Yes
STOP
No
No
Game	
Distribution?
Twitch Non-Twitch
In-game	
store,	ownership	
check?
In-game	items?
Game	Library Game	Library	+	SDK
No Yes
Twitch	Entitlement	
Service	(TES)
Server?
Yes
Yes
STOP
No
No
Game	
Distribution?
Twitch Non-Twitch
In-game	
store,	ownership	
check?
In-game	items?
Game	Library Game	Library	+	SDK
No Yes
Twitch	Entitlement	
Service	(TES)
Server?
Yes
Yes
STOP
No
No
Game	
Distribution?
Twitch Non-Twitch
In-game	
store,	ownership	
check?
In-game	items?
Game	Library Game	Library	+	SDK
No Yes
Twitch	Entitlement	
Service	(TES)
Server?
Yes
Yes
STOP
No
No
The Games Library & 

the Commerce SDK
Game Library Integration
• You give us the game bits
• We publish them (and future updates)
• Simplest way to sell your game on Twitch
• Optionally, you can use the SDK
• Runtime entitlement check
• In-game commerce
Twitch Commerce SDK
• C++ SDK
• Check for Twitch Entitlement Service entitlements from your client
• Build an in-game store that sells items through the Twitch Commerce system
• Ensure a signed in Twitch user is running the game from the Twitch App
Twitch Entitlement Service
Account Linking Best Practices
• Scopes: think broadly
• Use the Authorization Code Flow
• Store both access and refresh tokens
• Handle auth failures (40x)
• retry, refresh, re-link
• Support unlinking from your side
Reference: https://dev.twitch.tv/docs/authentication
Sample code: https://github.com/TwitchDev/authentication-samples
Forums: https://discuss.dev.twitch.tv
Twitch Entitlement Service
Customer
Viewing Channel
Page
Twitch Your Game Server
Customer buys
item and
completes
purchase flow
Twitch stores
entitlement info
for user
Instructions on
Thank You page
to claim item
TES
Twitch Entitlement Service
Customer
Viewing Channel
Page
Twitch Your Game Server
Customer buys
item and
completes
purchase flow
Twitch stores
entitlement info
for user
Instructions on
Thank You page
to claim item
TES
Link Twitch Acct
Get list of goods
Store Oauth
tokens
/commerce/user/goods
Parse list for
“Fulfill” or
“Revoke”
{
"goods": [
{
"receipt_id": "b8018fd4-9d8b-45b7-87e1-cfd6fdc1d8ed",
"sku": "AmazingGame_001",
"next_instruction": "NOOP"
},
{
"receipt_id": "7dc926fe-75bb-41e3-ad83-a99ed5b00d3e",
"sku": "SuperFunPack_001",
"next_instruction": "REVOKE"
},
{
"receipt_id": "6a1b755e-7703-46ce-8464-7eae4802a4e3",
"sku": "AnotherSuperFunPack_002",
"next_instruction": "FULFILL"
}
]
}
Complete fulfill/
revoke actions
Call Fulfill
endpoint
Game/item
entitlement
/commerce/user/fulfill
Ready…Steady…Go!
Next Steps
• Engage with our Business Development team
• Register your app on dev.twitch.tv
• We’ll provide additional documentation and support
• Explore your goals and the best option for your game and 

your business
Thank you

More Related Content

What's hot

Using Twitch to Differentiate Your Game with Streamers - TwitchCon Developer ...
Using Twitch to Differentiate Your Game with Streamers - TwitchCon Developer ...Using Twitch to Differentiate Your Game with Streamers - TwitchCon Developer ...
Using Twitch to Differentiate Your Game with Streamers - TwitchCon Developer ...Twitch Developers
 
Mods and UGC in Games - TwitchCon Developer Day 2017
Mods and UGC in Games - TwitchCon Developer Day 2017Mods and UGC in Games - TwitchCon Developer Day 2017
Mods and UGC in Games - TwitchCon Developer Day 2017Twitch Developers
 
Engaging Your Community with Twitch
Engaging Your Community with TwitchEngaging Your Community with Twitch
Engaging Your Community with TwitchTwitch Developers
 
Use Twitch Commerce and Twitch Prime to Fuel Your Community - TwitchCon Devel...
Use Twitch Commerce and Twitch Prime to Fuel Your Community - TwitchCon Devel...Use Twitch Commerce and Twitch Prime to Fuel Your Community - TwitchCon Devel...
Use Twitch Commerce and Twitch Prime to Fuel Your Community - TwitchCon Devel...Twitch Developers
 
Making Twitch Interactive with Twitch Extensions
Making Twitch Interactive with Twitch ExtensionsMaking Twitch Interactive with Twitch Extensions
Making Twitch Interactive with Twitch ExtensionsTwitch Developers
 

What's hot (6)

Using Twitch to Differentiate Your Game with Streamers - TwitchCon Developer ...
Using Twitch to Differentiate Your Game with Streamers - TwitchCon Developer ...Using Twitch to Differentiate Your Game with Streamers - TwitchCon Developer ...
Using Twitch to Differentiate Your Game with Streamers - TwitchCon Developer ...
 
Mods and UGC in Games - TwitchCon Developer Day 2017
Mods and UGC in Games - TwitchCon Developer Day 2017Mods and UGC in Games - TwitchCon Developer Day 2017
Mods and UGC in Games - TwitchCon Developer Day 2017
 
Engaging Your Community with Twitch
Engaging Your Community with TwitchEngaging Your Community with Twitch
Engaging Your Community with Twitch
 
Use Twitch Commerce and Twitch Prime to Fuel Your Community - TwitchCon Devel...
Use Twitch Commerce and Twitch Prime to Fuel Your Community - TwitchCon Devel...Use Twitch Commerce and Twitch Prime to Fuel Your Community - TwitchCon Devel...
Use Twitch Commerce and Twitch Prime to Fuel Your Community - TwitchCon Devel...
 
Twitch + Games
Twitch + GamesTwitch + Games
Twitch + Games
 
Making Twitch Interactive with Twitch Extensions
Making Twitch Interactive with Twitch ExtensionsMaking Twitch Interactive with Twitch Extensions
Making Twitch Interactive with Twitch Extensions
 

Similar to Diving into Twitch Commerce to Sell Your Game and Items - TwitchCon Developer Day 2017

Powering-Up Your Game with Twitch
Powering-Up Your Game with TwitchPowering-Up Your Game with Twitch
Powering-Up Your Game with TwitchTwitch Developers
 
Enable Drops to Increase Your Game’s Engagement - TwitchCon Developer Day 2017
Enable Drops to Increase Your Game’s Engagement - TwitchCon Developer Day 2017Enable Drops to Increase Your Game’s Engagement - TwitchCon Developer Day 2017
Enable Drops to Increase Your Game’s Engagement - TwitchCon Developer Day 2017Twitch Developers
 
Improving Game Performance and Streaming with Twitch Insights
Improving Game Performance and Streaming with Twitch Insights Improving Game Performance and Streaming with Twitch Insights
Improving Game Performance and Streaming with Twitch Insights Twitch Developers
 
Zing OpenPlatform APIs
Zing OpenPlatform APIsZing OpenPlatform APIs
Zing OpenPlatform APIswe20
 
Blockchain in enterprise - Challenges, Considerations and Designs
Blockchain in enterprise - Challenges, Considerations and DesignsBlockchain in enterprise - Challenges, Considerations and Designs
Blockchain in enterprise - Challenges, Considerations and DesignsMichael Chi
 
G2E Social Gaming Technology- Building a Winner
G2E Social Gaming Technology- Building a WinnerG2E Social Gaming Technology- Building a Winner
G2E Social Gaming Technology- Building a WinnerPeakMarketing
 
Twitch Insights: Player Research and Interaction
Twitch Insights: Player Research and InteractionTwitch Insights: Player Research and Interaction
Twitch Insights: Player Research and InteractionTwitch Developers
 
Five ways to make your game great on twitch | Jon Pulsipher
Five ways to make your game great on twitch | Jon PulsipherFive ways to make your game great on twitch | Jon Pulsipher
Five ways to make your game great on twitch | Jon PulsipherJessica Tams
 
5 Ways to Make Your Game Better on Twitch
5 Ways to Make Your Game Better on Twitch5 Ways to Make Your Game Better on Twitch
5 Ways to Make Your Game Better on TwitchTwitch Developers
 
Securing APIs with OAuth 2.0
Securing APIs with OAuth 2.0Securing APIs with OAuth 2.0
Securing APIs with OAuth 2.0Kai Hofstetter
 
Intelligent Decision Dimensions SAP certified Add-on
Intelligent Decision Dimensions SAP certified Add-onIntelligent Decision Dimensions SAP certified Add-on
Intelligent Decision Dimensions SAP certified Add-onTatiana Kojar
 
Commsverse 2022 Kai Stenberg.pptx
Commsverse 2022 Kai Stenberg.pptxCommsverse 2022 Kai Stenberg.pptx
Commsverse 2022 Kai Stenberg.pptxKai Stenberg
 
Tips for Acquiring Quality Users
Tips for Acquiring Quality UsersTips for Acquiring Quality Users
Tips for Acquiring Quality UsersChartboost
 
Secure your app with keycloak
Secure your app with keycloakSecure your app with keycloak
Secure your app with keycloakGuy Marom
 
bitLanders gaming for good
bitLanders gaming for goodbitLanders gaming for good
bitLanders gaming for goodbitLanders_
 
The Road to Amazon and Beyond
The Road to Amazon and BeyondThe Road to Amazon and Beyond
The Road to Amazon and BeyondVasiliy Fomichev
 
Intelligent Decision Dimensions SAP certified Add-on
Intelligent Decision Dimensions SAP certified Add-onIntelligent Decision Dimensions SAP certified Add-on
Intelligent Decision Dimensions SAP certified Add-onTatiana Kojar
 

Similar to Diving into Twitch Commerce to Sell Your Game and Items - TwitchCon Developer Day 2017 (20)

Powering-Up Your Game with Twitch
Powering-Up Your Game with TwitchPowering-Up Your Game with Twitch
Powering-Up Your Game with Twitch
 
Enable Drops to Increase Your Game’s Engagement - TwitchCon Developer Day 2017
Enable Drops to Increase Your Game’s Engagement - TwitchCon Developer Day 2017Enable Drops to Increase Your Game’s Engagement - TwitchCon Developer Day 2017
Enable Drops to Increase Your Game’s Engagement - TwitchCon Developer Day 2017
 
PlayFab ugc gdc
PlayFab ugc gdcPlayFab ugc gdc
PlayFab ugc gdc
 
Improving Game Performance and Streaming with Twitch Insights
Improving Game Performance and Streaming with Twitch Insights Improving Game Performance and Streaming with Twitch Insights
Improving Game Performance and Streaming with Twitch Insights
 
Zing OpenPlatform APIs
Zing OpenPlatform APIsZing OpenPlatform APIs
Zing OpenPlatform APIs
 
Blockchain in enterprise - Challenges, Considerations and Designs
Blockchain in enterprise - Challenges, Considerations and DesignsBlockchain in enterprise - Challenges, Considerations and Designs
Blockchain in enterprise - Challenges, Considerations and Designs
 
Explorer setting
Explorer settingExplorer setting
Explorer setting
 
G2E Social Gaming Technology- Building a Winner
G2E Social Gaming Technology- Building a WinnerG2E Social Gaming Technology- Building a Winner
G2E Social Gaming Technology- Building a Winner
 
Twitch Developer Tour
Twitch Developer Tour Twitch Developer Tour
Twitch Developer Tour
 
Twitch Insights: Player Research and Interaction
Twitch Insights: Player Research and InteractionTwitch Insights: Player Research and Interaction
Twitch Insights: Player Research and Interaction
 
Five ways to make your game great on twitch | Jon Pulsipher
Five ways to make your game great on twitch | Jon PulsipherFive ways to make your game great on twitch | Jon Pulsipher
Five ways to make your game great on twitch | Jon Pulsipher
 
5 Ways to Make Your Game Better on Twitch
5 Ways to Make Your Game Better on Twitch5 Ways to Make Your Game Better on Twitch
5 Ways to Make Your Game Better on Twitch
 
Securing APIs with OAuth 2.0
Securing APIs with OAuth 2.0Securing APIs with OAuth 2.0
Securing APIs with OAuth 2.0
 
Intelligent Decision Dimensions SAP certified Add-on
Intelligent Decision Dimensions SAP certified Add-onIntelligent Decision Dimensions SAP certified Add-on
Intelligent Decision Dimensions SAP certified Add-on
 
Commsverse 2022 Kai Stenberg.pptx
Commsverse 2022 Kai Stenberg.pptxCommsverse 2022 Kai Stenberg.pptx
Commsverse 2022 Kai Stenberg.pptx
 
Tips for Acquiring Quality Users
Tips for Acquiring Quality UsersTips for Acquiring Quality Users
Tips for Acquiring Quality Users
 
Secure your app with keycloak
Secure your app with keycloakSecure your app with keycloak
Secure your app with keycloak
 
bitLanders gaming for good
bitLanders gaming for goodbitLanders gaming for good
bitLanders gaming for good
 
The Road to Amazon and Beyond
The Road to Amazon and BeyondThe Road to Amazon and Beyond
The Road to Amazon and Beyond
 
Intelligent Decision Dimensions SAP certified Add-on
Intelligent Decision Dimensions SAP certified Add-onIntelligent Decision Dimensions SAP certified Add-on
Intelligent Decision Dimensions SAP certified Add-on
 

More from Twitch Developers

Embracing the Hobbyist Persona
Embracing the Hobbyist PersonaEmbracing the Hobbyist Persona
Embracing the Hobbyist PersonaTwitch Developers
 
Using Insights to Build Better Products and Grow on Twitch
Using Insights to Build Better Products and Grow on TwitchUsing Insights to Build Better Products and Grow on Twitch
Using Insights to Build Better Products and Grow on TwitchTwitch Developers
 
Building Extensions With You
Building Extensions With YouBuilding Extensions With You
Building Extensions With YouTwitch Developers
 
TwitchCon Developer Day Keynote
TwitchCon Developer Day KeynoteTwitchCon Developer Day Keynote
TwitchCon Developer Day KeynoteTwitch Developers
 
Rapid Prototyping Twitch Extensions: Five Lessons Learned
Rapid Prototyping Twitch Extensions: Five Lessons LearnedRapid Prototyping Twitch Extensions: Five Lessons Learned
Rapid Prototyping Twitch Extensions: Five Lessons LearnedTwitch Developers
 
Monetize Your Extension a Bit at a Time
Monetize Your Extension a Bit at a TimeMonetize Your Extension a Bit at a Time
Monetize Your Extension a Bit at a TimeTwitch Developers
 
Twitch Extension Review Process: The Missing Manual
Twitch Extension Review Process: The Missing ManualTwitch Extension Review Process: The Missing Manual
Twitch Extension Review Process: The Missing ManualTwitch Developers
 
Responding to Feedback: What's New in the Twitch API
Responding to Feedback: What's New in the Twitch APIResponding to Feedback: What's New in the Twitch API
Responding to Feedback: What's New in the Twitch APITwitch Developers
 
Making Your Game a Success With Twitch
Making Your Game a Success With TwitchMaking Your Game a Success With Twitch
Making Your Game a Success With TwitchTwitch Developers
 
Extension Design Patterns for Twitch Scale
Extension Design Patterns for Twitch ScaleExtension Design Patterns for Twitch Scale
Extension Design Patterns for Twitch ScaleTwitch Developers
 
Get Your Extension Discovered
Get Your Extension DiscoveredGet Your Extension Discovered
Get Your Extension DiscoveredTwitch Developers
 
Bots Bots Bots: Building Chatbots
Bots Bots Bots: Building ChatbotsBots Bots Bots: Building Chatbots
Bots Bots Bots: Building ChatbotsTwitch Developers
 
How Streaming is Changing the Way We Play
How Streaming is Changing the Way We PlayHow Streaming is Changing the Way We Play
How Streaming is Changing the Way We PlayTwitch Developers
 
Using Twitch Drops to Promote Viewer Engagement
Using Twitch Drops to Promote Viewer Engagement Using Twitch Drops to Promote Viewer Engagement
Using Twitch Drops to Promote Viewer Engagement Twitch Developers
 
Twitch Extensions: Live Apps for Live Streams
Twitch Extensions: Live Apps for Live StreamsTwitch Extensions: Live Apps for Live Streams
Twitch Extensions: Live Apps for Live StreamsTwitch Developers
 
Empowering Extensions with Game APIs
Empowering Extensions with Game APIsEmpowering Extensions with Game APIs
Empowering Extensions with Game APIsTwitch Developers
 
Empowering Content Creators to Promote Your Game
Empowering Content Creators to Promote Your GameEmpowering Content Creators to Promote Your Game
Empowering Content Creators to Promote Your GameTwitch Developers
 
Accelerating Development of Twitch Extensions for Your Game
Accelerating Development of Twitch Extensions for Your GameAccelerating Development of Twitch Extensions for Your Game
Accelerating Development of Twitch Extensions for Your GameTwitch Developers
 

More from Twitch Developers (20)

Embracing the Hobbyist Persona
Embracing the Hobbyist PersonaEmbracing the Hobbyist Persona
Embracing the Hobbyist Persona
 
Using Insights to Build Better Products and Grow on Twitch
Using Insights to Build Better Products and Grow on TwitchUsing Insights to Build Better Products and Grow on Twitch
Using Insights to Build Better Products and Grow on Twitch
 
Twitch for Game Developers
Twitch for Game DevelopersTwitch for Game Developers
Twitch for Game Developers
 
Building Extensions With You
Building Extensions With YouBuilding Extensions With You
Building Extensions With You
 
TwitchCon Developer Day Keynote
TwitchCon Developer Day KeynoteTwitchCon Developer Day Keynote
TwitchCon Developer Day Keynote
 
Twitch Extensions 101
Twitch Extensions 101Twitch Extensions 101
Twitch Extensions 101
 
Rapid Prototyping Twitch Extensions: Five Lessons Learned
Rapid Prototyping Twitch Extensions: Five Lessons LearnedRapid Prototyping Twitch Extensions: Five Lessons Learned
Rapid Prototyping Twitch Extensions: Five Lessons Learned
 
Monetize Your Extension a Bit at a Time
Monetize Your Extension a Bit at a TimeMonetize Your Extension a Bit at a Time
Monetize Your Extension a Bit at a Time
 
Twitch Extension Review Process: The Missing Manual
Twitch Extension Review Process: The Missing ManualTwitch Extension Review Process: The Missing Manual
Twitch Extension Review Process: The Missing Manual
 
Responding to Feedback: What's New in the Twitch API
Responding to Feedback: What's New in the Twitch APIResponding to Feedback: What's New in the Twitch API
Responding to Feedback: What's New in the Twitch API
 
Making Your Game a Success With Twitch
Making Your Game a Success With TwitchMaking Your Game a Success With Twitch
Making Your Game a Success With Twitch
 
Extension Design Patterns for Twitch Scale
Extension Design Patterns for Twitch ScaleExtension Design Patterns for Twitch Scale
Extension Design Patterns for Twitch Scale
 
Get Your Extension Discovered
Get Your Extension DiscoveredGet Your Extension Discovered
Get Your Extension Discovered
 
Bots Bots Bots: Building Chatbots
Bots Bots Bots: Building ChatbotsBots Bots Bots: Building Chatbots
Bots Bots Bots: Building Chatbots
 
How Streaming is Changing the Way We Play
How Streaming is Changing the Way We PlayHow Streaming is Changing the Way We Play
How Streaming is Changing the Way We Play
 
Using Twitch Drops to Promote Viewer Engagement
Using Twitch Drops to Promote Viewer Engagement Using Twitch Drops to Promote Viewer Engagement
Using Twitch Drops to Promote Viewer Engagement
 
Twitch Extensions: Live Apps for Live Streams
Twitch Extensions: Live Apps for Live StreamsTwitch Extensions: Live Apps for Live Streams
Twitch Extensions: Live Apps for Live Streams
 
Empowering Extensions with Game APIs
Empowering Extensions with Game APIsEmpowering Extensions with Game APIs
Empowering Extensions with Game APIs
 
Empowering Content Creators to Promote Your Game
Empowering Content Creators to Promote Your GameEmpowering Content Creators to Promote Your Game
Empowering Content Creators to Promote Your Game
 
Accelerating Development of Twitch Extensions for Your Game
Accelerating Development of Twitch Extensions for Your GameAccelerating Development of Twitch Extensions for Your Game
Accelerating Development of Twitch Extensions for Your Game
 

Recently uploaded

1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...JeyaPerumal1
 
The Use of AI in Indonesia Election 2024: A Case Study
The Use of AI in Indonesia Election 2024: A Case StudyThe Use of AI in Indonesia Election 2024: A Case Study
The Use of AI in Indonesia Election 2024: A Case StudyDamar Juniarto
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shoplaozhuseo02
 
Article writing on excessive use of internet.pptx
Article writing on excessive use of internet.pptxArticle writing on excessive use of internet.pptx
Article writing on excessive use of internet.pptxabhinandnam9997
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxGal Baras
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxlaozhuseo02
 
ER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAEER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAEHimani415946
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesSanjeev Rampal
 
一比一原版UTS毕业证悉尼科技大学毕业证成绩单如何办理
一比一原版UTS毕业证悉尼科技大学毕业证成绩单如何办理一比一原版UTS毕业证悉尼科技大学毕业证成绩单如何办理
一比一原版UTS毕业证悉尼科技大学毕业证成绩单如何办理aagad
 
The AI Powered Organization-Intro to AI-LAN.pdf
The AI Powered Organization-Intro to AI-LAN.pdfThe AI Powered Organization-Intro to AI-LAN.pdf
The AI Powered Organization-Intro to AI-LAN.pdfSiskaFitrianingrum
 

Recently uploaded (12)

1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
 
The Use of AI in Indonesia Election 2024: A Case Study
The Use of AI in Indonesia Election 2024: A Case StudyThe Use of AI in Indonesia Election 2024: A Case Study
The Use of AI in Indonesia Election 2024: A Case Study
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
 
Article writing on excessive use of internet.pptx
Article writing on excessive use of internet.pptxArticle writing on excessive use of internet.pptx
Article writing on excessive use of internet.pptx
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
 
ER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAEER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAE
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
 
Stay Ahead with 2024's Top Web Design Trends
Stay Ahead with 2024's Top Web Design TrendsStay Ahead with 2024's Top Web Design Trends
Stay Ahead with 2024's Top Web Design Trends
 
一比一原版UTS毕业证悉尼科技大学毕业证成绩单如何办理
一比一原版UTS毕业证悉尼科技大学毕业证成绩单如何办理一比一原版UTS毕业证悉尼科技大学毕业证成绩单如何办理
一比一原版UTS毕业证悉尼科技大学毕业证成绩单如何办理
 
The AI Powered Organization-Intro to AI-LAN.pdf
The AI Powered Organization-Intro to AI-LAN.pdfThe AI Powered Organization-Intro to AI-LAN.pdf
The AI Powered Organization-Intro to AI-LAN.pdf
 
The Best AI Powered Software - Intellivid AI Studio
The Best AI Powered Software - Intellivid AI StudioThe Best AI Powered Software - Intellivid AI Studio
The Best AI Powered Software - Intellivid AI Studio
 

Diving into Twitch Commerce to Sell Your Game and Items - TwitchCon Developer Day 2017