Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
873820b
AC-16808: Document the new Free Gift cart price rule action type
DeepaAdobe Jul 15, 2026
63168ae
AC-16808: Document the new Free Gift cart price rule action type
DeepaAdobe Jul 29, 2026
cff0c2e
Merge branch 'main' into AC-16808
DeepaAdobe Aug 4, 2026
194f5d9
AC-16808: Document the new Free Gift cart price rule action type
DeepaAdobe Aug 4, 2026
45f7e3d
Merge branch 'AC-16808' of https://github.com/DeepaAdobe/commerce-web…
DeepaAdobe Aug 4, 2026
228c8b2
Merge branch 'main' into AC-16808
DeepaAdobe Aug 5, 2026
0f65810
ACCS-1448: document search filter on customer.orders
kuflower Aug 10, 2026
e37a883
Document customer order history search functionality
keharper Aug 11, 2026
5811734
Merge branch 'main' into AC-16808
DeepaAdobe Aug 20, 2026
fb5aaab
configuration copy
Aug 26, 2026
d3d8eff
Apply batched suggestions from code review
jhadobe Aug 28, 2026
aaac63b
draft
Sep 2, 2026
28a34f6
COMDOX-1796 GraphQL for Per source availability
Sep 2, 2026
4115a0d
SCP Example
Sep 2, 2026
72776a0
update custom email
Sep 2, 2026
50149b3
AC-16808::Document the new Free Gift cart price rule action type
DeepaAdobe Sep 3, 2026
cdde8ba
add fragment
keharper Sep 3, 2026
d56d81f
Merge branch 'AC-16808' of https://github.com/DeepaAdobe/commerce-web…
keharper Sep 3, 2026
de7c932
linting
keharper Sep 3, 2026
3791fe6
add saas tag
Sep 3, 2026
b75d78c
review - template object unified
Sep 3, 2026
f19952e
heading change
Sep 3, 2026
66f1236
Merge pull request #607 from AdobeDocs/jh_scp-shopping-cart
jhadobe Sep 3, 2026
6478e50
Comment out reference section
keharper Sep 3, 2026
c041018
Merge pull request #590 from DeepaAdobe/AC-16808
keharper Sep 3, 2026
959d5cd
Merge pull request #600 from kuflower/ACCS-1448-customer-order-search…
keharper Sep 3, 2026
ef0e711
Merge branch 'september-accs-release' into COMDOX-1796-per-source
jhadobe Sep 4, 2026
2225be8
Add availability info
Sep 4, 2026
1e2e293
Merge branch 'september-accs-release' into jh_update-custom-email-api
jhadobe Sep 4, 2026
4d693c4
Merge pull request #608 from AdobeDocs/jh_update-custom-email-api
jhadobe Sep 4, 2026
232ac00
Merge branch 'september-accs-release' into jh_saas-config-copy
jhadobe Sep 4, 2026
f7506a7
Merge pull request #603 from AdobeDocs/jh_saas-config-copy
jhadobe Sep 4, 2026
8565b02
Add/uncomment GraphQL reference sections
keharper Sep 4, 2026
5f1f0b2
typo
keharper Sep 4, 2026
36ae938
Merge pull request #609 from AdobeDocs/reference-sections
keharper Sep 4, 2026
632e13e
Update src/pages/graphql/schema/products/queries/source-availability.md
jhadobe Sep 4, 2026
6bcd989
review
Sep 4, 2026
7eb2b01
Merge pull request #606 from AdobeDocs/COMDOX-1796-per-source
jhadobe Sep 4, 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
3 changes: 3 additions & 0 deletions src/pages/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
- [Login as Customer](/rest/saas-integrations/login-as-customer/index.md)
- [Order management](/rest/saas-integrations/order-management/index.md)
- [S3 uploads](/rest/saas-integrations/s3-uploads/index.md)
- [System configuration](/rest/saas-integrations/system-config/index.md)
- [Introduction](/graphql/index.md)
- [Usage](/graphql/usage/index.md)
- [Authorization](/graphql/usage/authorization-tokens.md)
Expand Down Expand Up @@ -229,6 +230,7 @@
- [removeItemFromCart](/graphql/schema/cart/mutations/remove-item.md)
- [removeRewardPointsFromCart](/graphql/schema/cart/mutations/remove-reward-points.md)
- [removeStoreCreditFromCart](/graphql/schema/cart/mutations/remove-store-credit.md)
- [selectFreeGiftForCart](/graphql/schema/cart/mutations/select-free-gift.md)
- [setBillingAddressOnCart](/graphql/schema/cart/mutations/set-billing-address.md)
- [setGiftOptionsOnCart](/graphql/schema/cart/mutations/set-gift-options.md)
- [setGuestEmailOnCart](/graphql/schema/cart/mutations/set-guest-email.md)
Expand Down Expand Up @@ -383,6 +385,7 @@
- [products](/graphql/schema/products/queries/products.md)
- [productReviewRatingsMetadata](/graphql/schema/products/queries/product-review-ratings-metadata.md)
- [route](/graphql/schema/products/queries/route.md)
- [sourceAvailability](/graphql/schema/products/queries/source-availability.md)
- [urlResolver](/graphql/schema/products/queries/url-resolver.md)
- [Mutations](/graphql/schema/products/mutations/index.md)
- [addProductsToCompareList](/graphql/schema/products/mutations/add-products-to-compare-list.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ The `assignChildCompany` mutation allows company administrators to assign a chil
}
```

[//]: # (## Reference)
[//]: # ()
[//]: # (The [`assignChildCompany`](/reference/graphql/saas/mutations.md#assignchildcompany) reference provides detailed information about the types and fields defined in this mutation.)
## Reference

The [`assignChildCompany`](/reference/graphql/saas/mutations.md#assignchildcompany) reference provides detailed information about the types and fields defined in this mutation.

## Example usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ mutation {
}
```

## Reference

The [`createCompanyAddress`](/reference/graphql/saas/mutations.md#createcompanyaddress) reference provides detailed information about the types and fields defined in this mutation.

## Example usage

### Create a company address (type: billing)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ mutation {
}
```

## Reference

The [`deleteCompanyAddress`](/reference/graphql/saas/mutations.md#deletecompanyaddress) reference provides detailed information about the types and fields defined in this mutation.

## Example usage

### Delete a company address
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ mutation {
}
```

## Reference

The [`setDefaultCompanyAddress`](/reference/graphql/saas/mutations.md#setdefaultcompanyaddress) reference provides detailed information about the types and fields defined in this mutation.

## Example usage

### Set a company address as default (BILLING/SHIPPING)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ The `unassignChildCompany` mutation allows company administrators to unassign a
}
```

[//]: # (## Reference)
[//]: # ()
[//]: # (The [`unassignChildCompany`](/reference/graphql/saas/mutations.md#unassignchildcompany) reference provides detailed information about the types and fields defined in this mutation.)
## Reference

The [`unassignChildCompany`](/reference/graphql/saas/mutations.md#unassignchildcompany) reference provides detailed information about the types and fields defined in this mutation.

## Example usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ mutation {
}
```

## Reference

The [`updateCompanyAddress`](/reference/graphql/saas/mutations.md#updatecompanyaddress) reference provides detailed information about the types and fields defined in this mutation.

## Example usage

### Update a company address
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ The `importSharedRequisitionList` mutation allows recipients within the same com
}
```

[//]: # (## Reference)
[//]: # ()
[//]: # (The [`importSharedRequisitionList`](/reference/graphql/saas/mutations.md#importsharedrequisitionlist) reference provides detailed information about the types and fields defined in this mutation.)
## Reference

The [`importSharedRequisitionList`](/reference/graphql/saas/mutations.md#importsharedrequisitionlist) reference provides detailed information about the types and fields defined in this mutation.

## Example usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ The `shareRequisitionListByEmail` mutation enables B2B customers to share a requ
}
```

[//]: # (## Reference)
[//]: # ()
[//]: # (The [`shareRequisitionListByEmail`](/reference/graphql/saas/mutations.md#sharerequisitionlistbyemail) reference provides detailed information about the types and fields defined in this mutation.)
## Reference

The [`shareRequisitionListByEmail`](/reference/graphql/saas/mutations.md#sharerequisitionlistbyemail) reference provides detailed information about the types and fields defined in this mutation.

## Example usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ The `shareRequisitionListByToken` mutation enables B2B customers to share a requ
}
```

[//]: # (## Reference)
[//]: # ()
[//]: # (The [`shareRequisitionListByToken`](/reference/graphql/saas/mutations.md#sharerequisitionlistbytoken) reference provides detailed information about the types and fields defined in this mutation.)
## Reference

The [`shareRequisitionListByToken`](/reference/graphql/saas/mutations.md#sharerequisitionlistbytoken) reference provides detailed information about the types and fields defined in this mutation.

## Example usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ The `sharedRequisitionList` query uses a token to retrieve a shared requisition
}
```

[//]: # (## Reference)
[//]: # ()
[//]: # (The [`sharedRequisitionList`](/reference/graphql/saas/index.md#sharedrequisitionlist) reference provides detailed information about the types and fields defined in this query.)
## Reference

The [`sharedRequisitionList`](/reference/graphql/saas/index.md#sharedrequisitionlist) reference provides detailed information about the types and fields defined in this query.

## Example usage

Expand Down
1 change: 1 addition & 0 deletions src/pages/graphql/schema/cart/mutations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The cart mutations allow you to perform the following operations:
* [`clearCart`](clear-cart.md)
* [`addVirtualProductsToCart`](add-virtual-products.md)
* [`removeItemFromCart`](remove-item.md)
* [`selectFreeGiftForCart`](select-free-gift.md)
* [`setGiftOptionsOnCart`](set-gift-options.md)
* [`updateCartItems`](update-items.md)

Expand Down
Loading
Loading