Magidoc

NauticalOrderLinesCsvUpload
Object

Uploads lines for a draft order via CSV. This mutation must be sent as a multipart request. More detailed specs of the upload format can be found here: https://github.com/jaydenseric/graphql-multipart-request-spec

Fields

#

csvFile

The csv file download link with error annotations.

failedLines

The number of lines that failed to upload.

nauticalOrder

The nautical order.

orderErrors

Non-null

successfulLines

The number of successfully uploaded lines from the csv.

Usages

#

References

#

  • Field nauticalOrderLinesCsvUpload from Mutation