Edit line itemAsk AIput 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 ParamsarticleNumberstringlength ≤ 32e.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-timeThe planned delivery date.descriptionstringlength ≤ 255Any additional description, might be printed on the document. Size must be between 0 and 255.groupstringlength ≤ 64The 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.operatingSiteIdentstringOperating site of the item. Only predefined operating site identifiers are allowed.originalRowTotalGrossobjectGross total of all items before application of item.extras (unitQuantity * unitPriceNet). Mandatory, depending on tenant configuration. A monetary amount along with a currency.originalRowTotalGross objectoriginalRowTotalNetobjectNet total of all items without vat before application of item.extras (unitQuantity * unitPriceNet). A monetary amount along with a currency.originalRowTotalNet objectperformanceLocationobjectWhere the service has been provided. Used for tax calculation and can be printed on documents.performanceLocation objectperiodEndDatedate-timeEnd date for line items that span a certain period of time. Supports ISO 8601 offset information.periodStartDatedate-timeStart date for line items that span a certain period of time. Supports ISO 8601 offset information.postTaxExtrasarray of objectsPrice reductions (e.g. voucher) applied to this line item. These extras don't reduce the tax amount.postTaxExtrasADD objectpreTaxExtrasarrayPrice reductions (e.g. voucher) applied to this line item that also reduce the tax amount.preTaxExtrasADD ItemDiscountExtraCreationRequest | ItemSingleVoucherExtraCreationRequest | ItemVoucherExtraCreationRequestpropertiesarray of objectsAdditional item propertiespropertiesADD objectrowTotalGrossobjectGross total of all items after application of item.extras. Mandatory, depending on tenant configuration. A monetary amount along with a currency.rowTotalGross objectrowTotalNetobjectNet total of all items without vat after application of item.extras. A monetary amount along with a currency.rowTotalNet objectserviceCountrystringenumdeprecatedDEPRECATED. 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 valuesserviceLocationobjectdeprecatedDeprecated: Use detailedTaxLocation and detailedPerformanceLocation instead. The location where the product or service was sold.serviceLocation objecttaxInformationarray of objectsAll tax information for this order item.taxInformationADD objecttaxLocationobjectWhere the service is taxable. Can be provided, but might be overwritten during tax calculation.taxLocation objecttaxSchemestringenumIt defines tax trading procedure of an item.OSSDEFAULTAllowed:OSSDEFAULTtypestringenumType 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_BILLINGunitPriceGrossobjectGross price of one unit. Mandatory, depending on tenant configuration. A monetary amount along with a currency.unitPriceGross objectunitPriceNetobjectrequiredNet price of one unit without vat. A 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 7 months ago