chore(docs): Updated API Reference (automated) (#10258)

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-11-25 14:33:22 +00:00
committed by GitHub
co-authored by Oli Juhl Shahed Nasser
parent 3ab056e572
commit 7865909891
73 changed files with 2943 additions and 275 deletions
@@ -209,6 +209,8 @@ paths:
$ref: paths/store_carts_{id}.yaml
/store/carts/{id}/complete:
$ref: paths/store_carts_{id}_complete.yaml
/store/carts/{id}/customer:
$ref: paths/store_carts_{id}_customer.yaml
/store/carts/{id}/line-items:
$ref: paths/store_carts_{id}_line-items.yaml
/store/carts/{id}/line-items/{line_id}:
@@ -239,6 +241,14 @@ paths:
$ref: paths/store_orders.yaml
/store/orders/{id}:
$ref: paths/store_orders_{id}.yaml
/store/orders/{id}/transfer/accept:
$ref: paths/store_orders_{id}_transfer_accept.yaml
/store/orders/{id}/transfer/cancel:
$ref: paths/store_orders_{id}_transfer_cancel.yaml
/store/orders/{id}/transfer/decline:
$ref: paths/store_orders_{id}_transfer_decline.yaml
/store/orders/{id}/transfer/request:
$ref: paths/store_orders_{id}_transfer_request.yaml
/store/payment-collections:
$ref: paths/store_payment-collections.yaml
/store/payment-collections/{id}/payment-sessions: