Edit line itemCopy Pageput https://api.instellix.io/v2/orders/{orderIdent}/lineItems/{lineItemIdent}A request to edit an existing line item within an order.Path ParamsorderIdentstringrequiredlength between 1 and 100The ident of the order to edit a line itemlineItemIdentstringrequiredBody ParamsA request to update a line item. All the fields are optional - if provided, they will overwrite the value(with the exception of properties) Item properties will be merged based on property key(ident).articleNumberstring | nulle.g. article number, SKU, ISBN, not unique. Max 32 Chars. Size must be between 0 and 32.categorystringenumrequiredCategory of the line item, might be used for different tax rates. Must not be null.DIGITAL_PRODUCTDIGITAL_PRODUCT_RENTALLABOR_COSTLOGISTIC_COSTPHYSICAL_PRODUCTPHYSICAL_PRODUCT_RENTALSERVICEVOUCHERELECTRICITYELECTRICITY_RESALEShow 10 enum valuesdebitCreditIndicatorstringenumrequiredDetermines if the given item has a debit or credit impact on your business. Must not be null.DEBITCREDITAllowed:DEBITCREDITdeliveryDatedate-time | nullThe planned delivery date.descriptionstring | nullAny additional description, might be printed on the document. Size must be between 0 and 255.groupstring | nullThe group to which an item belongs. Max 64 chars. Size must be between 0 and 64.namestringrequiredlength ≤ 255Name of the item. Must not be blank. Size must be between 0 and 255.operatingSiteIdentstring | nullOperating site of the item. Only predefined operating site identifiers are allowed.originalRowTotalGrossobject | nullA monetary amount along with a currency.originalRowTotalGross object | nulloriginalRowTotalNetobject | nullA monetary amount along with a currency.originalRowTotalNet object | nullperformanceLocationobject | nullWhere the service has been provided. Used for tax calculation and can be printed on documents.performanceLocation object | nullperiodEndDatedate-time | nullEnd date for line items that span a certain period of time. Supports ISO 8601 offset information.periodStartDatedate-time | nullStart date for line items that span a certain period of time. Supports ISO 8601 offset information.postTaxExtrasarray of objects | nullPrice reductions (e.g. voucher) applied to this line item. These extras don't reduce the tax amount.postTaxExtrasADD objectpreTaxExtrasarray | nullPrice reductions (e.g. voucher) applied to this line item that also reduce the tax amount.preTaxExtrasADD ItemDiscountExtraCreationRequest | ItemSingleVoucherExtraCreationRequest | ItemVoucherExtraCreationRequestpropertiesarray of objects | nullAdditional item propertiespropertiesADD objectrowTotalGrossobject | nullA monetary amount along with a currency.rowTotalGross object | nullrowTotalNetobject | nullA monetary amount along with a currency.rowTotalNet object | nullserviceCountrystring | nullenumdeprecatedDEPRECATED. Deprecated: Use tax location and performance location instead. The country where the product or service was sold. Should be a valid ISO 3166-1 alpha-3 or alpha-2 code.DEUNDEFINEDACADAEAFAGAIALAMANAOAQARASATAUAWAXAZBABBBDBEBFBGBHBIBJBLBMBNBOBQBRBSBTBUBVBWBYBZCACCCDCFCGCHCICKCLCMCNCOCPCRCSCUCVCWCXCYCZDEDGDJDKDMDODZEAECEEEGEHERESETEUEZFIFJFKFMFOFRFXGAGBGDGEGFGGGHGIGLGMGNGPGQGRGSGTGUGWGYHKHMHNHRHTHUICIDIEILIMINIOIQIRISITJEJMJOJPKEKGKHKIKMKNKPKRKWKYKZLALBLCLILKLRLSLTLULVLYMAMCMDMEMFMGMHMKMLMMMNMOMPMQMRMSMTMUMVMWMXMYMZNANCNENFNGNINLNONPNRNTNUNZOMPAPEPFPGPHPKPLPMPNPRPSPTPWPYQARERORSRURWSASBSCSDSESFSGSHSISJSKSLSMSNSOSRSSSTSUSVSXSYSZTATCTDTFTGTHTJTKTLTMTNTOTPTRTTTVTWTZUAUGUKUMUSUYUZVAVCVEVGVIVNVUWFWSXIXUXKYEYTYUZAZMZRZWShow 272 enum valuesserviceLocationobject | nulldeprecatedDeprecated: Use detailedTaxLocation and detailedPerformanceLocation instead. The location where the product or service was sold.serviceLocation object | nulltaxInformationarray of objects | nullAll tax information for this order item.taxInformationADD objecttaxLocationobject | nullWhere the service is taxable. Can be provided, but might be overwritten during tax calculation.taxLocation object | nulltaxSchemestring | nullenumIt defines tax trading procedure of an item.OSSDEFAULTAllowed:OSSDEFAULTtypestring | nullenumType of the line item. Determines if this item was a service rendered to your customer (sales) or by your customer (self-billing)SALESSELF_BILLINGAllowed:SALESSELF_BILLINGunitPriceGrossobject | nullA monetary amount along with a currency.unitPriceGross object | nullunitPriceNetobjectrequiredA monetary amount along with a currency.unitPriceNet objectunitQuantitynumberrequiredNumber of units. Must not be null.unitQuantityTypestringenumrequiredThe type of quantity that units are measured in. Will be one of:. Must not be null.PCKWHSECONDMINUTEHOURDAYWEEKMONTHYEARShow 9 enum valuesResponses 200Standard response for successful HTTP requests. 4XXerror response for all http error codes in range 4XX 5XXerror response for all http error codes in range 5XXUpdated 27 days ago