chore(docs): Generated API Reference (automated) (#12943)

Co-authored-by: shahednasser <shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-07-14 13:41:40 +03:00
committed by GitHub
co-authored by shahednasser
parent e153ef491d
commit 3028425a86
7 changed files with 50 additions and 107 deletions
@@ -33,8 +33,18 @@ properties:
- gte
- nin
value:
type: string
title: value
oneOf:
- type: string
title: value
description: The shipping option rule's value.
example: 'true'
- type: array
description: The shipping option rule's values.
items:
type: string
title: value
description: A value of the shipping option rule.
example: 'true'
shipping_option_id:
type: string
title: shipping_option_id
@@ -1,24 +0,0 @@
type: object
description: The gift card invitation's details.
x-schemaName: StoreGiftCardInvitation
required:
- id
- email
- status
- gift_card
properties:
id:
type: string
title: id
description: The gift card invitation's ID.
email:
type: string
title: email
description: The gift card invitation's email.
format: email
status:
type: string
title: status
description: The gift card invitation's status.
gift_card:
$ref: ./StoreGiftCard.yaml