CData Python Connector for Shopify

Build 25.0.9454

SendFulfillmentRequest

Sends a fulfillment initiation request to the designated fulfillment service.

Input

Name Type Description
Id String The unique identifier of the fulfillment order for which the fulfillment request is being created.
Message String An optional note that provides additional details or context for the fulfillment request, visible to fulfillment service providers.
NotifyCustomer String Indicates whether the customer should automatically receive a notification when fulfillments are created for this order.
FulfillmentOrderLineItems String A JSON-formatted list of fulfillment order line items included in the request. If omitted, all line items in the fulfillment order are included. Example: [{id: 'xxx', quantity: 1}].

Result Set Columns

Name Type Description
Success Boolean Indicates whether the fulfillment request operation completed successfully.
Details String Additional information describing the outcome or status details of the fulfillment request execution.
FulfillmentOrderID String The globally unique identifier of the fulfillment order associated with this fulfillment request.
RequestStatus String The execution status of the stored procedure, showing whether the request was accepted, rejected, or encountered an error.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454