This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TI-API: changeRequestWindow in GET backlog orders

Part Number: TI-API

Tool/software:

Hi,
I was wondering what this value is used for on the "/backlog/orders" and /backlog/orders/test" routes.
When I request an order this key has an empty string.

The documentation for this key is missing. Should this represent the weeks until the lineItem can be changed?

Regards,
Linus 

Example:

"lineItems": [
        {
          "tiLineItemNumber": "000010",
          "tiPartNumber": "INA240A3PW",
          "customerLineItemNumber": "1",
          "customerPartNumber": "34053132",
          "status": "Not Delivered",
          "changeRequestWindow": "", ???
          "tiTotalOrderItemQuantity": 750,
          "customerAnticipatedUnitPrice": 1.45,
          "cancellationWindowWeeks": 5,
          "rescheduleWindowWeeks": 5,
          "nonCancellableNonReturnable": false,
          "productType": "STD",
          "customerCurrencyCode": "USD",
          "tiUnitPrice": 0,
          "tiCurrencyCode": "USD",
          "messages": [
            {
              "code": "TI-TXT-005",
              "type": "INFO",
              "reason": "Pricing could not be determined",
              "message": "Sales order created, but price is not set up. For further support, contact TI customer support https://support.ti.com/csm"
            },
            {
              "code": "TI-TXT-006",
              "type": "INFO",
              "reason": "Item is not scheduled and may require manual schedule",
              "message": "Item is pending manual schedule which may take up to 48 hours. If your item is not scheduled after 48 hours, please contact TI customer support https://support.ti.com/csm"
            }
          ],
          "schedules": [
            {
              "requestedQuantity": 750,
              "requestedDeliveryDate": "2025-02-21"
            }
          ]

**Attention** This is a public forum