Skip to content

Commit

Permalink
update api/manager.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 10, 2024
1 parent f34a090 commit 542b860
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions api/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2404,6 +2404,11 @@ components:
format: date-time
description: The last modified date-time.
readOnly: true
overall_products_in_kg:
type: integer
format: int64
description: The overall amount of products available on KG after syncing.
readOnly: true
products_created:
type: integer
format: int32
Expand All @@ -2419,11 +2424,6 @@ components:
format: int32
description: The number of errored products
readOnly: true
products_in_kg_after_sync:
type: integer
format: int64
description: The number of products present in the KG after syncing.
readOnly: true
products_skipped:
type: integer
format: int32
Expand Down Expand Up @@ -2456,6 +2456,12 @@ components:
format: date-time
description: The stopped date-time.
readOnly: true
synced_products_in_kg:
type: integer
format: int64
description: The number of products synced by this process available in
KG.
readOnly: true
required:
- merchant_id
MerchantView:
Expand Down

0 comments on commit 542b860

Please sign in to comment.