Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
e8b375d
ACP2E-3990: GraphQL B2B Schema Not Returning Customer ID
alzota Jul 14, 2025
16b1317
ACP2E-4046: [Documentation] placeOrder error field
aplapana Jul 28, 2025
ba6c4f3
Merge branch 'main' into ACP2E-4046
keharper Jul 28, 2025
edce96f
Update place-order.md
keharper Jul 28, 2025
d5ed212
Update place-order.md
keharper Jul 28, 2025
493ab9e
Merge pull request #470 from aplapana/ACP2E-4046
keharper Jul 28, 2025
f2a849f
Merge branch '2.4.9-develop' into ACP2E-3990
jeff-matthews Jul 29, 2025
64196f6
Merge pull request #464 from alzota/ACP2E-3990
jeff-matthews Jul 29, 2025
e1dd61d
Merge branch 'main' into 2.4.9-develop
keharper Jul 29, 2025
2c021fa
Merge branch 'main' into 2.4.9-develop
keharper Aug 7, 2025
1820c83
Update payflow-pro-vault.md
keharper Sep 16, 2025
1f666bd
Merge pull request #491 from AdobeDocs/kh_payflow-pro
keharper Sep 16, 2025
1bdcfcc
Update payflow-pro-vault.md
katmoon Sep 5, 2025
63c5236
Merge pull request #493 from katmoon/ACP2E-4064
keharper Sep 18, 2025
591dc3f
Merge branch 'main' into sync-develop
dshevtsov Dec 12, 2025
6c5137c
Merge branch 'main' into sync-develop
dshevtsov Mar 12, 2026
aa7adc8
Merge pull request #518 from commerce-docs/sync-develop
dshevtsov Mar 12, 2026
4e58825
Merge branch 'main' into 2.4.9-develop
dshevtsov Apr 3, 2026
cc4aefd
ACP2E-4454: [Documentation] Update devdocs how to keep inheritance of…
bubasuma Apr 6, 2026
b7de0a6
ACP2E-4454: [Documentation] Update devdocs how to keep inheritance of…
bubasuma Apr 6, 2026
bb559b3
Apply suggestions from code review
bubasuma Apr 9, 2026
d3774a1
Apply suggestions from code review
bubasuma Apr 9, 2026
34ffc31
Merge pull request #548 from adobe-commerce-tier-4/ACP2E-4454
keharper Apr 9, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/data/navigation/sections/rest.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,10 @@ module.exports = [
title: "Step 4. Delete an image of a product",
path: "/rest/tutorials/image/delete.md",
},
{
title: "Manage product images at the store view level",
path: "/rest/tutorials/image/product-image-store-scope.md",
},
],
},
],
Expand Down
2 changes: 2 additions & 0 deletions src/pages/graphql/payment-methods/payflow-pro-vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ The following conditions must be true to use this payment method:

You cannot use this payment method if the customer decides to use a credit or debit card that is not stored in the vault.

PayPal PayFlow Pro transaction IDs (PNREFs) are valid for use in Reference Transactions for a fixed period of 12 months. Once expired, the saved card will no longer be displayed and must be added again.

If the customer's stored payment information becomes outdated, use the [deletePaymentToken mutation](../schema/checkout/mutations/delete-payment-token.md) to remove the token. Then perform the actions described in the [PayPal Payflow Pro payment method](../payment-methods/payflow-pro.md) to generate a new token and process the order.

<InlineAlert variant="info" slots="text" />
Expand Down
13 changes: 9 additions & 4 deletions src/pages/graphql/schema/b2b/company/queries/company.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ query{
firstname
lastname
email
id
}
... on CompanyTeam {
name
Expand Down Expand Up @@ -143,7 +144,8 @@ query{
"__typename": "Customer",
"firstname": "Taina",
"lastname": "Garofalo",
"email": "donadmin@example.com"
"email": "donadmin@example.com",
"id": "Ng=="
}
},
{
Expand All @@ -159,7 +161,8 @@ query{
"__typename": "Customer",
"firstname": "B",
"lastname": "BB",
"email": "bbb@example.com"
"email": "bbb@example.com",
"id": "Nw=="
}
},
{
Expand All @@ -175,7 +178,8 @@ query{
"__typename": "Customer",
"firstname": "A",
"lastname": "AA",
"email": "aa@example.com"
"email": "aa@example.com",
"id": "NQ=="
}
},
{
Expand All @@ -191,7 +195,8 @@ query{
"__typename": "Customer",
"firstname": "C",
"lastname": "CC",
"email": "ccc@example.com"
"email": "ccc@example.com",
"id": "NQ=="
}
}
]
Expand Down
9 changes: 3 additions & 6 deletions src/pages/graphql/schema/cart/mutations/place-order.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Perform the following actions before using the `placeOrder` mutation:
- Set the payment method
- For guest customers, assign an email to the cart

As of Commerce 2.4.9, the `PlaceOrderOutput` object contains the errors available on the top of the response node. This assures easy error control and provides compatibility with older versions.

As of Commerce 2.4.7, the `PlaceOrderOutput` object can contain `orderV2`, which provides full details about the order. When the mutation runs, Commerce generates and returns a token in the `orderV2.token` field. You can supply the token value to the [`guestOrderByToken` query](../../orders/queries/guest-order-by-token.md) to retrieve details about an order created by a guest shopper.

<InlineAlert variant="info" slots="text" />
Expand Down Expand Up @@ -53,10 +55,6 @@ mutation {
number
token
}
errors {
message
code
}
}
}
```
Expand All @@ -70,8 +68,7 @@ mutation {
"orderV2": {
"number": "000000006",
"token": "0:3:OSScWU6PKLn3kFyMhNWyskG0opgVvFBnJmtuaFHKGwDFT83S6Kv9U39iYwixuU+vhwDz2AF4pCs3GtLhHbQ="
},
"errors": []
}
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions src/pages/rest/tutorials/image/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ This tutorial demonstrates how to use the Adobe Commerce REST APIs to:

1. [Delete an image](delete.md)

<InlineAlert variant="info" slots="text"/>

For multi-store environments, see [Manage product images at the store view level](product-image-store-scope.md) for how `media_gallery_entries` behaves across store views and how to restore inherited field values.

This **4-step tutorial** generally takes **30 minutes**.

## Before you begin
Expand Down
Loading
Loading