Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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: 2 additions & 2 deletions spectaql/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,8 @@ info:
# A non-standard array of items to display in your Introduction Area
x-introItems:
# Can be a Title (for the Nav panel) + URL to simply add a link to somewhere
- title: Back to the GraphQL guide
url: https://developer.adobe.com/commerce/webapi/graphql/reference/
- title: GraphQL guide
url: https://developer.adobe.com/commerce/webapi/graphql/
# Can be a Title (for the Nav panel) + description (for the Content panel)
# - title: Important thing 1
# description: Some important stuff we wanted you to know. Supports `markdown`
Expand Down
4 changes: 2 additions & 2 deletions spectaql/config_saas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,8 @@ info:
# A non-standard array of items to display in your Introduction Area
x-introItems:
# Can be a Title (for the Nav panel) + URL to simply add a link to somewhere
- title: Back to the GraphQL guide
url: https://developer.adobe.com/commerce/webapi/graphql/reference/
- title: GraphQL guide
url: https://developer.adobe.com/commerce/webapi/graphql/
# Can be a Title (for the Nav panel) + description (for the Content panel)
# - title: Important thing 1
# description: Some important stuff we wanted you to know. Supports `markdown`
Expand Down
232 changes: 229 additions & 3 deletions spectaql/schema_saas.json
Original file line number Diff line number Diff line change
Expand Up @@ -11029,6 +11029,91 @@
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "CategoryProductView",
"description": "Defines the category fields available to the ProductView.",
"fields": [
{
"name": "name",
"description": "The name of the category.",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "slug",
"description": "The slug of the category.",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "level",
"description": "The level of the category.",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "parents",
"description": "The parents of the category.",
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CategoryProductView",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
{
"kind": "INTERFACE",
"name": "CategoryViewV2",
"ofType": null
}
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "CategoryTree",
Expand Down Expand Up @@ -11805,11 +11890,11 @@
{
"kind": "INTERFACE",
"name": "CategoryViewV2",
"description": null,
"description": "Defines a category with essential identifying fields.",
"fields": [
{
"name": "slug",
"description": null,
"description": "The slug of the category.",
"args": [],
"type": {
"kind": "NON_NULL",
Expand All @@ -11825,7 +11910,7 @@
},
{
"name": "name",
"description": null,
"description": "The name of the category.",
"args": [],
"type": {
"kind": "NON_NULL",
Expand All @@ -11849,6 +11934,11 @@
"name": "CategoryNavigationView",
"ofType": null
},
{
"kind": "OBJECT",
"name": "CategoryProductView",
"ofType": null
},
{
"kind": "OBJECT",
"name": "CategoryTreeView",
Expand Down Expand Up @@ -12393,6 +12483,33 @@
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "CommerceOptimizerContext",
"description": "Commerce Optimizer entities",
"fields": [
{
"name": "priceBookId",
"description": "The priceBookId for current customer session.",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "CompaniesSortFieldEnum",
Expand Down Expand Up @@ -15719,6 +15836,37 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "categories",
"description": "A list of categories in which the product is present.",
"args": [
{
"name": "family",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CategoryProductView",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "queryType",
"description": "Indicates if the product was retrieved from the primary or the backup query",
Expand Down Expand Up @@ -54531,6 +54679,37 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "categories",
"description": "A list of categories in which the product is present.",
"args": [
{
"name": "family",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CategoryProductView",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "queryType",
"description": "Indicates if the product was retrieved from the primary or the backup query",
Expand Down Expand Up @@ -58755,6 +58934,22 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "commerceOptimizer",
"description": "Provide necessary information to build headless storefront when Adobe Commerce is connected to Commerce Optimizer.",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CommerceOptimizerContext",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "company",
"description": "Return detailed information about the customer's company within the current company context.",
Expand Down Expand Up @@ -68472,6 +68667,37 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "categories",
"description": "A list of categories in which the product is present.",
"args": [
{
"name": "family",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CategoryProductView",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "queryType",
"description": "Indicates if the product was retrieved from the primary or the backup query",
Expand Down
3 changes: 3 additions & 0 deletions src/openapi/accs-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26423,6 +26423,9 @@ definitions:
sales-data-invoice-creation-arguments-extension-interface:
type: object
description: ExtensionInterface class for @see \Magento\Sales\Api\Data\InvoiceCreationArgumentsInterface
properties:
custom_capture_amount:
type: number
sales-rule-data-rule-interface:
type: object
description: Interface RuleInterface
Expand Down
Loading