ADO.NET Provider for Shopify

Build 26.0.9655

RejectFulfillmentRequest

Rejects a fulfillment request sent to a fulfillment service for a fulfillment order.

Input

Name Type Required Description
Id String True The unique identifier of the fulfillment order associated with the fulfillment request.
Message String False An optional message to include with the rejection of the fulfillment request.
Reason String False The reason for rejecting the fulfillment request.

The allowed values are INCORRECT_ADDRESS, INELIGIBLE_PRODUCT, INVENTORY_OUT_OF_STOCK, OTHER, UNDELIVERABLE_DESTINATION.

LineItems String False An optional array of line item rejection details. If omitted, all line items are assumed to be unfulfillable. Example: [{fulfillmentOrderLineItemId: 'xxx', message: 'xx'}]

Result Set Columns

Name Type Description
Success Boolean Indicates whether the rejection of the fulfillment request executed successfully.
Details String Additional details about the execution of the operation.
FulfillmentOrderID String A globally unique identifier for the fulfillment order.
RequestStatus String The resulting status of the stored procedure execution.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655