Request Data Format | application/json |
---|---|
Request related java object | n/a |
Request Example | n/a |
Response Data Format | application/json |
Response related java object | com.intershop.sellside.rest.common.capi.resource.basket.BasketLineItemResource com.intershop.sellside.rest.common.capi.resourceobject.DependentBasketLineItemRO |
Response Example | Subline type: warranty Uri: /baskets/XkoKDACqjEkAAAFCHClCMC0h/items/zCYKDACqIpAAAAFCPH9OhDGN/sublineitems/warranty { "name": "dependentLineItem", "type": "DependentLineItem", "displayName": "2-year LED TV Support", "id": "_EwKDgAOFf0AAAFCZ5JMhFWH", "shortDesc": "Insurance against breakdown. Warranty period: 2 years.", "longDesc": "Insurance against breakdown. Warranty period: 2 years.", "sku": "2YLEDTVSUP", "subType": "WARRANTY", "price": { "type": "Money", "value": 0, "currencyMnemonic": "N/A" } } Subline type: gift wrap Uri: /baskets/XkoKDACqjEkAAAFCHClCMC0h/items/zCYKDACqIpAAAAFCPH9OhDGN/sublineitems/giftwrap { "name": "dependentLineItem", "type": "DependentLineItem", "displayName": "Ordinary Gift Wrap", "id": "MY0KDgAOi2wAAAFCL4xHoFXq", "shortDesc": "Ordinary wrapping paper.", "longDesc": "Ordinary wrapping paper suitable for almost all kinds of gifts.", "sku": "OrdinaryGiftWrap", "subType": "GIFTWRAP", "price": { "type": "Money", "value": 0, "currencyMnemonic": "N/A" } } Subline type: gift message Uri: /baskets/XkoKDACqjEkAAAFCHClCMC0h/items/zCYKDACqIpAAAAFCPH9OhDGN/sublineitems/giftmessage { "name": "dependentLineItem", "type": "DependentLineItem", "message": "'Hello World!'", "displayName": "Ordinary Gift Message", "id": "M8gKDgAOUEwAAAFCe.k.ZFX5", "from": "Patricia", "to": "Charles", "shortDesc": "An ordinary gift message card.", "longDesc": "An ordinary gift message card.", "sku": "OrdinaryGiftMessage", "subType": "GIFTMESSAGE", "price": { "type": "Money", "value": 0, "currencyMnemonic": "N/A" } } |
XML Request Data Format | text/xml |
---|---|
XML Request Java Objects | n/a |
XML Request Example | n/a |
XML Response Data Format | text/xml |
XML Response Java Objects | com.intershop.sellside.rest.common.capi.resource.basket.BasketLineItemResource com.intershop.sellside.rest.common.capi.resourceobject.DependentBasketLineItemRO |
XML Response Example | Subline type: warranty Uri: /baskets/XkoKDACqjEkAAAFCHClCMC0h/items/zCYKDACqIpAAAAFCPH9OhDGN/sublineitems/warranty <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <DependentLineItem name="dependentLineItem" type="DependentLineItem"> <displayName>2-year LED TV Support</displayName> <ID>_EwKDgAOFf0AAAFCZ5JMhFWH</ID> <longDesc>Insurance against breakdown. Warranty period: 2 years.</longDesc> <price type="Money"> <currencyMnemonic>N/A</currencyMnemonic> <value>0.0</value> </price> <shortDesc>Insurance against breakdown. Warranty period: 2 years.</shortDesc> <sku>2YLEDTVSUP</sku> <subType>WARRANTY</subType> </DependentLineItem> Subline type: gift wrap Uri: /baskets/XkoKDACqjEkAAAFCHClCMC0h/items/zCYKDACqIpAAAAFCPH9OhDGN/sublineitems/giftwrap <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <DependentLineItem name="dependentLineItem" type="DependentLineItem"> <displayName>Ordinary Gift Wrap</displayName> <ID>MY0KDgAOi2wAAAFCL4xHoFXq</ID> <longDesc>Ordinary wrapping paper suitable for almost all kinds of gifts.</longDesc> <price type="Money"> <currencyMnemonic>N/A</currencyMnemonic> <value>0.0</value> </price> <shortDesc>Ordinary wrapping paper.</shortDesc> <sku>OrdinaryGiftWrap</sku> <subType>GIFTWRAP</subType> </DependentLineItem> Subline type: gift message Uri: /baskets/XkoKDACqjEkAAAFCHClCMC0h/items/zCYKDACqIpAAAAFCPH9OhDGN/sublineitems/giftmessage <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <DependentLineItem name="dependentLineItem" type="DependentLineItem"> <displayName>Ordinary Gift Message</displayName> <from>Patricia</from> <ID>M8gKDgAOUEwAAAFCe.k.ZFX5</ID> <longDesc>An ordinary gift message card.</longDesc> <message>'Hello World!'</message> <price type="Money"> <currencyMnemonic>N/A</currencyMnemonic> <value>0.0</value> </price> <shortDesc>An ordinary gift message card.</shortDesc> <sku>OrdinaryGiftMessage</sku> <subType>GIFTMESSAGE</subType> <to>Charles</to> </DependentLineItem> |
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.