Skip to content

Commit 2fb916a

Browse files
Merge branch 'main' into DEVDOCS-6540
2 parents a28528a + 456541f commit 2fb916a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/integrations/webhooks/events/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ Payload objects with the following scopes take the form that follows:
607607
"store_id": "1025646",
608608
"data": {
609609
"type": "transaction", // will always be transaction
610-
"order_id": 250, // ID of the order associated with the transaction
610+
"order_id": "250", // ID of the order associated with the transaction
611611
"transaction_id": "176342342", // ID of the transaction; created by the payment provider
612612
"transaction_status": "complete",
613613
"transaction_type": "capture",

docs/storefront/cart-checkout/checkout-url.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ https://{store-url}/checkout/?products={id}:{quantity},{id}:{quantity}&coupon={c
2828
* facebookshop
2929
* facebookmarketplace
3030
* www
31+
* buybutton
32+
* mcp
3133

3234
## Examples
3335

docs/webhooks/callbacks/store_order_transaction_created.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ properties:
1818
type: object
1919
properties:
2020
order_id:
21-
type: integer
21+
type: string
2222
transaction_id:
2323
type: string
2424
type:

0 commit comments

Comments
 (0)