Back to catalog
πŸ›’

Shopify

OAuth

Manage sales channels, customers, products, and discounts for a retail business

πŸ›’ShoppingHTTPS

No items to display.

Sample Response

response.json
1{
2 "products": [
3 {
4 "title": "Merino Wool Crew Sweater",
5 "vendor": "Nordic Basics",
6 "price": "$89.00",
7 "inventory_quantity": 234,
8 "status": "active"
9 },
10 {
11 "title": "Ceramic Pour-Over Coffee Set",
12 "vendor": "Atelier Brew",
13 "price": "$62.00",
14 "inventory_quantity": 18,
15 "status": "active"

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://shopify.dev/docs/api" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs