Request data format | n.a. |
---|---|
Request related java object | n/a |
Request data example | n/a |
Response data format | application/json |
Response related java object | com.intershop.application.storefront.rest.b2b.capi.punchout.resource.PunchoutItemResource com.intershop.application.storefront.rest.b2b.capi.punchout.resourceobject.PunchoutItemRO com.intershop.application.storefront.rest.b2b.capi.punchout.resourceobject.PunchoutDataRO com.intershop.application.storefront.rest.b2b.capi.punchout.resourceobject.PunchoutDataItemRO com.intershop.application.storefront.rest.b2b.capi.punchout.resourceobject.PunchoutDataItemFieldRO |
Response data example | Response example without a basketId. { "type": "PunchoutItem", "punchoutType": "oci", "version": "ver5", "punchoutData": { "type": "PunchoutData" } } Response example with given basketId or searchTerm. { "type": "PunchoutItem", "punchoutType": "oci", "version": "ver5", "punchoutData": { "type": "PunchoutData", "dataItems": [ { "type": "PunchoutDataItem", "dataItemFields": [ { "name": "NEW_ITEM-PRICE", "type": "PunchoutDataItemField", "value": "0.0" }, { "name": "NEW_ITEM-UNIT", "type": "PunchoutDataItemField", "value": "" }, { "name": "NEW_ITEM-MATNR", "type": "PunchoutDataItemField", "value": "" }, { "name": "NEW_ITEM-DESCRIPTION", "type": "PunchoutDataItemField", "value": "Sony VPL-SW225" }, { "name": "NEW_ITEM-QUANTITY", "type": "PunchoutDataItemField", "value": "1" }, { "name": "NEW_ITEM-CURRENCY", "type": "PunchoutDataItemField", "value": "N/A" }, { "name": "NEW_ITEM-PRICEUNIT", "type": "PunchoutDataItemField", "value": "" }, { "name": "NEW_ITEM-LEADTIME", "type": "PunchoutDataItemField", "value": "" }, { "name": "NEW_ITEM-LONGTEXT", "type": "PunchoutDataItemField", "value": "Sony VPL-SW225, 2600 ANSI lumens, 3LCD, WXGA (1280x800), 6000h, 210W, UHP" }, { "name": "NEW_ITEM-VENDOR", "type": "PunchoutDataItemField", "value": "" }, { "name": "NEW_ITEM-VENDORMAT", "type": "PunchoutDataItemField", "value": "" }, { "name": "NEW_ITEM-MANUFACTCODE", "type": "PunchoutDataItemField", "value": "Sony" }, { "name": "NEW_ITEM-MANUFACTMAT", "type": "PunchoutDataItemField", "value": "VPL-SW225+TM-ST2" }, { "name": "NEW_ITEM-MATGROUP", "type": "PunchoutDataItemField", "value": "" }, { "name": "NEW_ITEM-CONTRACT", "type": "PunchoutDataItemField", "value": "" }, { "name": "NEW_ITEM-CONTRACT_ITEM", "type": "PunchoutDataItemField", "value": "" }, { "name": "NEW_ITEM-CUST_FIELD1", "type": "PunchoutDataItemField", "value": "external" }, { "name": "NEW_ITEM-CUST_FIELD2", "type": "PunchoutDataItemField", "value": "AA_0027242869158" }, { "name": "NEW_ITEM-CUST_FIELD3", "type": "PunchoutDataItemField", "value": "" }, { "name": "NEW_ITEM-CUST_FIELD4", "type": "PunchoutDataItemField", "value": "" }, { "name": "NEW_ITEM-CUST_FIELD5", "type": "PunchoutDataItemField", "value": "" }, { "name": "NEW_ITEM-EXT_PRODUCT_ID", "type": "PunchoutDataItemField", "value": "0027242869158" } ] } ] } } |
Request data format | n.a. |
---|---|
Request related java object | n/a |
Request data example | n/a |
Response data format | text/xml |
Response related java object | com.intershop.application.storefront.rest.b2b.capi.punchout.resource.PunchoutItemResource com.intershop.application.storefront.rest.b2b.capi.punchout.resourceobject.PunchoutItemRO com.intershop.application.storefront.rest.b2b.capi.punchout.resourceobject.PunchoutDataRO com.intershop.application.storefront.rest.b2b.capi.punchout.resourceobject.PunchoutDataItemRO com.intershop.application.storefront.rest.b2b.capi.punchout.resourceobject.PunchoutDataItemFieldRO |
Response data example | Response example without a basketId. <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <PunchoutItem type="PunchoutItem"><punchoutData type="PunchoutData"/> <punchoutType>oci</punchoutType> <version>ver5</version> </PunchoutItem> Response example with given basketId or searchTerm. <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <PunchoutItem type="PunchoutItem"> <punchoutType>oci</punchoutType> <version>ver5</version> <PunchoutData type="PunchoutData"> <dataItems> <PunchoutDataItem type="PunchoutDataItem"> <PunchoutDataItemField name="NEW_ITEM-PRICE" type="PunchoutDataItemField"> <value>0.0</value> </PunchoutDataItemField> <PunchoutDataItemField name="NEW_ITEM-UNIT" type="PunchoutDataItemField"> <value/> </PunchoutDataItemField> <PunchoutDataItemField name="NEW_ITEM-MATNR" type="PunchoutDataItemField"> <value/> </PunchoutDataItemField> <PunchoutDataItemField name="NEW_ITEM-DESCRIPTION" type="PunchoutDataItemField"> <value>Sony VPL-SW225</value> </PunchoutDataItemField> <PunchoutDataItemField name="NEW_ITEM-QUANTITY" type="PunchoutDataItemField"> <value>1</value> </PunchoutDataItemField> <PunchoutDataItemField name="NEW_ITEM-CURRENCY" type="PunchoutDataItemField"> <value>N/A</value> </PunchoutDataItemField> <PunchoutDataItemField name="NEW_ITEM-PRICEUNIT" type="PunchoutDataItemField"> <value/> </PunchoutDataItemField> <PunchoutDataItemField name="NEW_ITEM-LEADTIME" type="PunchoutDataItemField"> <value/> </PunchoutDataItemField> <PunchoutDataItemField name="NEW_ITEM-LONGTEXT" type="PunchoutDataItemField"> <value>Sony VPL-SW225, 2600 ANSI lumens, 3LCD, WXGA (1280x800), 6000h, 210W, UHP</value> </PunchoutDataItemField> <PunchoutDataItemField name="NEW_ITEM-VENDOR" type="PunchoutDataItemField"> <value/> </PunchoutDataItemField> <PunchoutDataItemField name="NEW_ITEM-VENDORMAT" type="PunchoutDataItemField"> <value/> </PunchoutDataItemField> <PunchoutDataItemField name="NEW_ITEM-MANUFACTCODE" type="PunchoutDataItemField"> <value>Sony</value> </PunchoutDataItemField> <PunchoutDataItemField name="NEW_ITEM-MANUFACTMAT" type="PunchoutDataItemField"> <value>VPL-SW225+TM-ST2</value> </PunchoutDataItemField> <PunchoutDataItemField name="NEW_ITEM-MATGROUP" type="PunchoutDataItemField"> <value/> </PunchoutDataItemField> <PunchoutDataItemField name="NEW_ITEM-CONTRACT" type="PunchoutDataItemField"> <value/> </PunchoutDataItemField> <PunchoutDataItemField name="NEW_ITEM-CONTRACT_ITEM" type="PunchoutDataItemField"> <value/> </PunchoutDataItemField> <PunchoutDataItemField name="NEW_ITEM-CUST_FIELD1" type="PunchoutDataItemField"> <value>external</value> </PunchoutDataItemField> <PunchoutDataItemField name="NEW_ITEM-CUST_FIELD2" type="PunchoutDataItemField"> <value>AA_0027242869158</value> </PunchoutDataItemField> <PunchoutDataItemField name="NEW_ITEM-CUST_FIELD3" type="PunchoutDataItemField"> <value/> </PunchoutDataItemField> <PunchoutDataItemField name="NEW_ITEM-CUST_FIELD4" type="PunchoutDataItemField"> <value/> </PunchoutDataItemField> <PunchoutDataItemField name="NEW_ITEM-CUST_FIELD5" type="PunchoutDataItemField"> <value/> </PunchoutDataItemField> <PunchoutDataItemField name="NEW_ITEM-EXT_PRODUCT_ID" type="PunchoutDataItemField"> <value>0027242869158</value> </PunchoutDataItemField> </PunchoutDataItem> </dataItems> </PunchoutData> </PunchoutItem> |
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.