stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > BulkOperation > partialDataUrl

AdminTypes.BulkOperation.partialDataUrl property

The URL that points to the partial or incomplete response data (in [JSONL](http://jsonlines.org/) format) that was returned by a failed operation. The URL expires 7 days after the operation fails. Returns null when there’s no data available.

Signature:

partialDataUrl?: Maybe<Scalars['URL']['output']>;