Warranty Line Items
Get Warranty Line Item
StateSet One API Documentation
Orders
- GETList Orders
- GETRetrieve Order
- POSTAdd Item to Order
- POSTRemove Item from Order
- Add discount
- POSTRemove Discount
- POSTApply Promotion
- POSTRemove Promotion
- POSTCreate Order
- POSTCancel Order
- POSTHold Order
- POSTRelease Order
- POSTShip Order
- POSTReturn Order
- POSTRefund Order
- POSTExchange Order
- POSTSplit Order
- POSTMerge Order
- POSTTag Order
- POSTUpdate Order
Returns
Return Line Items
Warranty Line Items
Wholesale Orders
Inventory Items
Packing List
Packing List Items
Purchase Orders
Bill of Materials
Bill of Materials Line Item
Work Orders
Work Order Line Items
Cycle Counts
Manufacture Orders
Manufacture Order Line Items
Leads
Cases
Warranty Line Items
Get Warranty Line Item
This endpoint gets or creates a new warranty line item.
GET
/
v1
/
warranty_line_item
curl --location --request GET 'https://api.stateset.com/v1/warranty_line_item' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "0901f083-aa1c-43c5-af5c-0a9d2fc64e30",
}'
{
"data": {
"warranty_line_items": [
{
"id": "0901f083-aa1c-43c5-af5c-0a9d2fc64e30",
"sku": "123456789",
"name": "Warranty Item",
"price": "100.00",
"condition": "New",
"tax_refunded": false,
"flat_rate_shipping": "10.00",
"warranty_id": "0901f083-aa1c-43c5-af5c-0a9d2fc64e30",
"serial_number": "123456789",
"amount": "110.00",
"image_1": "https://www.example.com/image1.jpg",
"image_2": "https://www.example.com/image2.jpg",
"image_3": "https://www.example.com/image3.jpg",
"match": "123456789"
}
]
}
}
Body
This is the id of the warranty line item.
Response
This is the id of the warranty line item.
This is the amount of the warranty line item.
This is the condition of the warranty line item.
This is the flat rate shipping of the warranty line item.
This is the name of the warranty line item.
This is the price of the warranty line item.
This is the id of the warranty associated with the line item.
This is the serial number of the warranty line item.
This is the sku of the warranty line item.
curl --location --request GET 'https://api.stateset.com/v1/warranty_line_item' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "0901f083-aa1c-43c5-af5c-0a9d2fc64e30",
}'
{
"data": {
"warranty_line_items": [
{
"id": "0901f083-aa1c-43c5-af5c-0a9d2fc64e30",
"sku": "123456789",
"name": "Warranty Item",
"price": "100.00",
"condition": "New",
"tax_refunded": false,
"flat_rate_shipping": "10.00",
"warranty_id": "0901f083-aa1c-43c5-af5c-0a9d2fc64e30",
"serial_number": "123456789",
"amount": "110.00",
"image_1": "https://www.example.com/image1.jpg",
"image_2": "https://www.example.com/image2.jpg",
"image_3": "https://www.example.com/image3.jpg",
"match": "123456789"
}
]
}
}
curl --location --request GET 'https://api.stateset.com/v1/warranty_line_item' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "0901f083-aa1c-43c5-af5c-0a9d2fc64e30",
}'
{
"data": {
"warranty_line_items": [
{
"id": "0901f083-aa1c-43c5-af5c-0a9d2fc64e30",
"sku": "123456789",
"name": "Warranty Item",
"price": "100.00",
"condition": "New",
"tax_refunded": false,
"flat_rate_shipping": "10.00",
"warranty_id": "0901f083-aa1c-43c5-af5c-0a9d2fc64e30",
"serial_number": "123456789",
"amount": "110.00",
"image_1": "https://www.example.com/image1.jpg",
"image_2": "https://www.example.com/image2.jpg",
"image_3": "https://www.example.com/image3.jpg",
"match": "123456789"
}
]
}
}