Skip to content

Commit

Permalink
Regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
asprouse committed Feb 3, 2023
1 parent 1a1db57 commit 09706df
Show file tree
Hide file tree
Showing 32 changed files with 4,056 additions and 3,918 deletions.
947 changes: 493 additions & 454 deletions docs/api/admin-spec3.json

Large diffs are not rendered by default.

4,463 changes: 2,251 additions & 2,212 deletions docs/api/admin-spec3.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ properties:
description: The ids of the customers to remove
type: array
items:
type: object
required:
- id
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ properties:
description: The resources to be deleted from the discount condition
type: array
items:
type: object
required:
- id
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ properties:
description: The ids of the customers to add
type: array
items:
type: object
required:
- id
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ properties:
groups:
type: array
items:
type: object
required:
- id
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ properties:
description: The resources to be added to the discount condition
type: array
items:
type: object
required:
- id
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ properties:
description: The Claim Items that the Claim will consist of.
type: array
items:
type: object
required:
- id
- images
Expand Down Expand Up @@ -60,6 +61,7 @@ properties:
description: The Shipping Methods to send the additional Line Items with.
type: array
items:
type: object
properties:
id:
description: The ID of an existing Shipping Method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ properties:
description: The Claim Items that the Claim will consist of.
type: array
items:
type: object
required:
- item_id
- quantity
Expand Down Expand Up @@ -63,6 +64,7 @@ properties:
description: The new items to send to the Customer when the Claim type is Replace.
type: array
items:
type: object
required:
- variant_id
- quantity
Expand All @@ -77,6 +79,7 @@ properties:
description: The Shipping Methods to send the additional Line Items with.
type: array
items:
type: object
properties:
id:
description: The ID of an existing Shipping Method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ properties:
description: The Line Items to include in the Fulfillment.
type: array
items:
type: object
required:
- item_id
- quantity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ properties:
description: The Line Items that will be returned.
type: array
items:
type: object
required:
- item_id
- quantity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ properties:
description: The Line Items to return as part of the Swap.
type: array
items:
type: object
required:
- item_id
- quantity
Expand Down Expand Up @@ -38,6 +39,7 @@ properties:
description: The new items to send to the Customer.
type: array
items:
type: object
required:
- variant_id
- quantity
Expand All @@ -52,6 +54,7 @@ properties:
description: The custom shipping options to potentially create a Shipping Method from.
type: array
items:
type: object
required:
- option_id
- price
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ properties:
description: The prices to update or add.
type: array
items:
type: object
required:
- amount
- variant_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ properties:
description: The prices of the Price List.
type: array
items:
type: object
required:
- amount
- variant_id
Expand Down Expand Up @@ -66,6 +67,7 @@ properties:
type: array
description: A list of customer groups that the Price List applies to.
items:
type: object
required:
- id
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ properties:
description: The prices of the Price List.
type: array
items:
type: object
required:
- amount
- variant_id
Expand Down Expand Up @@ -68,6 +69,7 @@ properties:
type: array
description: A list of customer groups that the Price List applies to.
items:
type: object
required:
- id
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ properties:
description: Tags to associate the Product with.
type: array
items:
type: object
required:
- value
properties:
Expand All @@ -65,6 +66,7 @@ properties:
description: '[EXPERIMENTAL] Sales channels to associate the Product with.'
type: array
items:
type: object
required:
- id
properties:
Expand All @@ -75,6 +77,7 @@ properties:
description: A list of Product Variants to create with the Product.
type: array
items:
type: object
properties:
id:
description: The ID of the Product Variant.
Expand Down Expand Up @@ -135,6 +138,7 @@ properties:
prices:
type: array
items:
type: object
required:
- amount
properties:
Expand Down Expand Up @@ -166,6 +170,7 @@ properties:
options:
type: array
items:
type: object
required:
- option_id
- value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ properties:
prices:
type: array
items:
type: object
required:
- amount
properties:
Expand Down Expand Up @@ -93,6 +94,7 @@ properties:
options:
type: array
items:
type: object
required:
- option_id
- value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ properties:
prices:
type: array
items:
type: object
required:
- amount
properties:
Expand Down Expand Up @@ -89,6 +90,7 @@ properties:
options:
type: array
items:
type: object
required:
- option_id
- value
Expand Down
6 changes: 6 additions & 0 deletions docs/api/admin/components/schemas/AdminPostProductsReq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ properties:
description: Tags to associate the Product with.
type: array
items:
type: object
required:
- value
properties:
Expand All @@ -76,6 +77,7 @@ properties:
description: '[EXPERIMENTAL] Sales channels to associate the Product with.'
type: array
items:
type: object
required:
- id
properties:
Expand All @@ -88,6 +90,7 @@ properties:
the Product's Product Variants will differ.
type: array
items:
type: object
required:
- title
properties:
Expand All @@ -98,6 +101,7 @@ properties:
description: A list of Product Variants to create with the Product.
type: array
items:
type: object
required:
- title
properties:
Expand Down Expand Up @@ -158,6 +162,7 @@ properties:
prices:
type: array
items:
type: object
required:
- amount
properties:
Expand Down Expand Up @@ -186,6 +191,7 @@ properties:
options:
type: array
items:
type: object
required:
- value
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ properties:
description: The Line Items that have been received.
type: array
items:
type: object
required:
- item_id
- quantity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ properties:
available.
type: array
items:
type: object
required:
- type
- amount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ properties:
available.
type: array
items:
type: object
required:
- type
- amount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ properties:
tags:
type: array
items:
type: object
properties:
id:
description: The ID of the tag.
Expand Down

0 comments on commit 09706df

Please sign in to comment.