new FulfillmentRequest(shopify)
Creates a FulfillmentRequest instance.
Parameters:
Name | Type | Description |
---|---|---|
shopify |
Shopify | Reference to the Shopify instance |
Methods
accept() → {Promise}
Accepts a fulfillment request sent to a fulfillment service for a fulfillment
order.
Returns:
Promise that resolves with the result
- Type
- Promise
create() → {Promise}
Sends a fulfillment request to the fulfillment service of a fulfillment
order.
Returns:
Promise that resolves with the result
- Type
- Promise
reject() → {Promise}
Rejects a fulfillment request sent to a fulfillment service for a
fulfillment order.
Returns:
Promise that resolves with the result
- Type
- Promise