$ stripe products create --name "Red T-shirt" --data default-price-data[unit_amount]=1099 --data default-price-data[currency]=usd{"id"
:
"xxxxxx"
,
"object"
:
"product"
,
"active"
:
true
,
"attributes"
:
[]
,
"created"
:
1737445397
,
"default_price"
:
"xxxxxx"
,
"description"
:
null
,
"identifiers"
:
{}
,
"images"
:
[]
,
"livemode"
:
false
,
"metadata"
:
{}
,
"name"
:
"Red T-shirt"
,
"package_dimensions"
:
null
,
"price"
:
"xxxxxx"
,
"product_class"
:
null
,
"shippable"
:
null
,
"sku"
:
"red-t-shirt-1"
,
"statement_descriptor"
:
null
,
"tax_code"
:
null
,
"type"
:
"service"
,
"unit_label"
:
null
,
"updated"
:
1737445397
,
"url"
:
null
,
}
Welcome to the Stripe Shell!
Stripe Shell is a browser-based shell with the Stripe CLI pre-installed. Log in to your
Stripe account and press Control + Backtick (`) on your keyboard to start managing your Stripe
resources in test mode.
- View supported Stripe commands:
- Find webhook events:
- Listen for webhook events:
- Call Stripe APIs: stripe [api resource] [operation] (e.g., )
$