Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Apr 27, 2023
1 parent 7d9e7c2 commit ab8f617
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api-specs/api/resources/product-projections-search.raml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ post:
],
},
]
description: Search Product Projection
description: Product Projection Search
body:
application/x-www-form-urlencoded:
type: string
Expand All @@ -30,7 +30,7 @@ post:
type: ProductProjectionPagedSearchResponse
get:
displayName: Search Products by get
description: Search Product Projection
description: Product Projection Search
queryParameters:
fuzzy?:
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion api-specs/api/types/common/ScopedPrice.raml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ displayName: ScopedPrice
type: object
description: |
Scoped Price is contained in a [ProductVariant](ctp:api:type:ProductVariant) which is returned in response to a
[Search Product Projection](ctp:api:type:ProductProjectionSearchFilterScopedPrice) request when Price Selection is used.
[Product Projection Search](ctp:api:type:ProductProjectionSearchFilterScopedPrice) request when [Scoped Price Search](ctp:api:type:ScopedPriceSearch) is used.
properties:
id:
type: string
Expand Down

0 comments on commit ab8f617

Please sign in to comment.