docs: fix create fulfillment parameter descriptions (#4653)
Co-authored-by: daniel99k <dk99@divcodes.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
co-authored by
daniel99k
Shahed Nasser
parent
554af1abf3
commit
1d70b46bb9
@@ -1360,9 +1360,9 @@ class OrderService extends TransactionBaseService {
|
||||
* In a situation where the order has more than one shipping method,
|
||||
* we need to partition the order items, such that they can be sent
|
||||
* to their respective fulfillment provider.
|
||||
* @param orderId - id of order to cancel.
|
||||
* @param orderId - id of order to fulfil.
|
||||
* @param itemsToFulfill - items to fulfil.
|
||||
* @param config - the config to cancel.
|
||||
* @param config - the config to fulfil.
|
||||
* @return result of the update operation.
|
||||
*/
|
||||
async createFulfillment(
|
||||
|
||||
Reference in New Issue
Block a user