E-commerce platforms
shop-pro.jp
カラーミーショップアプリストア sandbox and mock API
# カラーミーショップアプリストア API [アプリストア](https://app.shop-pro.jp/)にて公開するアプリに対して、一般公開している[カラーミーショップAPI](https://developer.shop-pro.jp/docs/colorme-api)に加えて、カラーミーショップアプリストアAPI(以下、アプリストアAPIといいます)を利用することが出来ます。アプリストアAPIでは以下のことが行えます。 - 課金データ(アプリ内課金、従量課金)の作成 - インラインスクリプトタグの取得・作成・更新・削除 - スクリプトタグの取得・作成・更新・削除 ## 利用手順 アプリストアAPIを利用するには、OAuth認証が必要です。OAuth認証の基本的な流れについては[カラーミーショップAPIドキュメント](https://developer.shop-pro.jp/d Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 18
- Collections
- -
- Event types
- -
example request
curl https://your-shop-pro-jp.slurry.io/appstore/v1/script_tags.json \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.0.0.
What gets simulated
Collections, relationships and state machines are worked out from the spec when you start the simulation.
- State. Creates, updates and deletes persist and show up in later reads.
- Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
- Webhooks. Every change emits a signed, retried event.
- Failure. Per-endpoint errors, latency and chaos rules, on demand.
Operations
First 12 of 18.
- POST/appstore/v1/application_charges.json
- DELETE/appstore/v1/installation.json
- POST/appstore/v1/recurring_application_charges/{recurringApplicationChargeId}/usage_charges.json
- GET/appstore/v1/script_tags.json
- POST/appstore/v1/script_tags.json
- GET/appstore/v1/script_tags/{scriptTagId}.json
- PUT/appstore/v1/script_tags/{scriptTagId}.json
- DELETE/appstore/v1/script_tags/{scriptTagId}.json
- GET/v1/inline_script_tags.json
- POST/v1/inline_script_tags.json
- GET/v1/inline_script_tags/{inlineScriptTagId}.json
- PUT/v1/inline_script_tags/{inlineScriptTagId}.json