docs: generate OAS with events (#12394)

* docs: generate OAS with events

* small change
This commit is contained in:
Shahed Nasser
2025-05-07 14:57:03 +03:00
committed by GitHub
parent 262064fe96
commit a3bdb3e383
515 changed files with 3808 additions and 189 deletions

View File

@@ -10,7 +10,7 @@ curl -X POST '{backend_url}/admin/customers/{id}/addresses' \
"address_2": "{value}",
"city": "{value}",
"country_code": "{value}",
"province": "{value}",
"province": "us-ca",
"postal_code": "{value}",
"phone": "{value}",
"metadata": {}

View File

@@ -13,7 +13,7 @@ curl -X POST '{backend_url}/admin/fulfillments' \
"address_2": "{value}",
"city": "{value}",
"country_code": "{value}",
"province": "{value}",
"province": "us-ca",
"postal_code": "{value}",
"metadata": {}
},

View File

@@ -3,7 +3,7 @@ curl -X POST '{backend_url}/admin/tax-regions' \
-H 'Content-Type: application/json' \
--data-raw '{
"country_code": "{value}",
"province_code": "{value}",
"province_code": "us-ca",
"parent_id": "{value}",
"metadata": {}
}'