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

View File

@@ -12,13 +12,13 @@ items and shipping methods.
## Methods
#### getTaxLines
### getTaxLines
`**getTaxLines**(itemLines, shippingLines, context): Promise<[ProviderTaxLine](../types/ProviderTaxLine.mdx)[]>`
Retrieves the numerical tax lines for a calculation context.
##### Parameters
#### Parameters
<ParameterTypes parameters={[
{
@@ -50,7 +50,7 @@ Retrieves the numerical tax lines for a calculation context.
}
]} />
##### Returns
#### Returns
Promise&#60;[ProviderTaxLine](../types/ProviderTaxLine.mdx)[]&#62;