docs: TSDoc + reference of fulfillment service (#5761)

This commit is contained in:
Shahed Nasser
2023-11-29 11:58:08 +00:00
committed by GitHub
parent 8f25ed8a10
commit f802e2460f
1479 changed files with 30259 additions and 16135 deletions
@@ -10,7 +10,7 @@ The price list's status.
## Enumeration Members
#### ACTIVE
### ACTIVE
**ACTIVE** = `"active"`
@@ -18,7 +18,7 @@ The price list is enabled and its prices can be used.
___
#### DRAFT
### DRAFT
**DRAFT** = `"draft"`
@@ -10,7 +10,7 @@ The price list's type.
## Enumeration Members
#### OVERRIDE
### OVERRIDE
**OVERRIDE** = `"override"`
@@ -18,7 +18,7 @@ The price list's prices override original prices. This affects the calculated pr
___
#### SALE
### SALE
**SALE** = `"sale"`
@@ -6,8 +6,6 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
# FilterablePriceListProps
#### Inteface
Filters to apply on price lists.
## Properties
@@ -10,7 +10,7 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
Exclude from T those types that are assignable to U
#### Type Parameters
## Type Parameters
<ParameterTypes parameters={[
{
@@ -8,7 +8,7 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
**JoinerRelationship**: `Object`
#### Type declaration
## Type declaration
<ParameterTypes parameters={[
{
@@ -10,7 +10,7 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
Construct a type with the properties of T except for those in type K.
#### Type Parameters
## Type Parameters
<ParameterTypes parameters={[
{
@@ -10,7 +10,7 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
From T, pick a set of properties whose keys are in the union K
#### Type Parameters
## Type Parameters
<ParameterTypes parameters={[
{
@@ -10,7 +10,7 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
Construct a type with a set of properties K of type T
#### Type Parameters
## Type Parameters
<ParameterTypes parameters={[
{