nauticalOrderLinesCsvUpload
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
nauticalOrderLinesCsvUpload(
file: Upload!
orderId: ID!
): NauticalOrderLinesCsvUpload
Arguments
nauticalOrderLinesCsvUpload.file ● Upload! non-null scalar
Represents a csv file, must have at least 3 columns, one being titled 'id_type', one being 'id', and one being 'quantity'.
nauticalOrderLinesCsvUpload.orderId ● ID! non-null scalar
ID of the nautical order to update lines for.
Type
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