Skip to content

Commit

Permalink
feat: Update OpenAPI file replicated from CMS4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 11, 2024
1 parent 9d9c00a commit b8b8027
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1128,8 +1128,8 @@ tags:
* `eshopId` - number of the e-shop, where the event happened


* `event` - event which invoked the call (see code list <a
href="#webhook-event-type">Webhook event types</a>)
* `event` - event which invoked the call (see code list
[Webhook event](#section/code-lists/webhook-event-types) types)


* `eventCreated` - accurate time, when the event happened
Expand Down Expand Up @@ -2244,15 +2244,14 @@ paths:
imageCuts | The information on image cuts (various sizes of the same image)
countries | Informations about eshop supported countries (name, validation atterns, ...)
cashDesk | Informations about eshop cash desk configuration
languages | Information about eshop languages settings - has meaning only if module foreign languages (Cizí jazyky) is enabled on current eshop
tags:
- Eshop
parameters:
-
name: include
in: query
description: 'Sections to include'
example: 'orderAdditionalFields,orderStatuses,paymentMethods,shippingMethods,imageCuts,countries,cashDesk,languages'
example: 'orderAdditionalFields,orderStatuses,paymentMethods,shippingMethods,imageCuts,countries,cashDesk'
schema:
type: string
-
Expand Down Expand Up @@ -3742,7 +3741,7 @@ paths:
relatedProducts | The response will also contain related products.
relatedVideos | The response will also contain related videos.
relatedFiles | The response will also contain related files.
perStockAmounts | The response will also contain amounts/claims per individual stocks.
perStockAmounts | The response will also contain amounts/claims per individual stocks. Requires the "wholesale" module to be enabled on the current e-shop.
perPricelistPrices | The response will also contain prices per individual price lists.
Result file is compressed using GZIP.
tags:
Expand Down Expand Up @@ -3895,7 +3894,7 @@ paths:
relatedProducts | The response will also contain related products.
relatedVideos | The response will also contain related videos.
relatedFiles | The response will also contain related files.
perStockAmounts | The response will also contain amounts/claims per individual stocks.
perStockAmounts | The response will also contain amounts/claims per individual stocks. Requires the "wholesale" module to be enabled on the current e-shop.
perPricelistPrices | The response will also contain prices per individual price lists.
tags:
- Products
Expand Down

0 comments on commit b8b8027

Please sign in to comment.