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

@@ -8,14 +8,14 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
A Shipping Method represents a way in which an Order or Return can be shipped. Shipping Methods are created from a Shipping Option, but may contain additional details that can be necessary for the Fulfillment Provider to handle the shipment. If the shipping method is created for a return, it may be associated with a claim or a swap that the return is part of.
## Constructors
#### constructor
## constructor
`**new ShippingMethod**()`
A Shipping Method represents a way in which an Order or Return can be shipped. Shipping Methods are created from a Shipping Option, but may contain additional details that can be necessary for the Fulfillment Provider to handle the shipment. If the shipping method is created for a return, it may be associated with a claim or a swap that the return is part of.
___
## Properties
<ParameterTypes parameters={[
@@ -202,13 +202,15 @@ A Shipping Method represents a way in which an Order or Return can be shipped. S
}
]} />
___
## Methods
#### beforeInsert
### beforeInsert
`Private **beforeInsert**(): void`
##### Returns
#### Returns
`void`