Request Data Format | application/json |
---|---|
Request related java object | com.intershop.sellside.rest.common.capi.resource.OrderListResource com.intershop.sellside.rest.common.capi.resourceobject.OrderDescriptionRO |
Request Example | { "basketID": "mwnAqMgoQWUAAAE8irJXwIE5", "acceptTermsAndConditions": "true" } If Payment method is Credit Credit and a Credit Card Security Code has to be used this code has to be added here: { "basketID": "mwnAqMgoQWUAAAE8irJXwIE5", "acceptTermsAndConditions": "true", "creditCardSecurityCode" : "123" } |
Response Data Format | application/json |
Response related java object | com.intershop.sellside.rest.common.capi.resource.OrderListResource com.intershop.sellside.rest.common.capi.resourceobject.OrderDescriptionRO com.intershop.component.rest.capi.resourceobject.LinkRO |
Response Example | Successful order { "name": "ConfirmedOrder", "type": "Link", "uri": "PrimeTech-PrimeTechSpecials-Site/-/orders/mwnAqMgoQWUAAAE8irJXwIE5" } Create Order failed { "type": "OrderValidation", "errorMessage": "An order with this basket was already created.", "validOrder": false, "basketLink": { "title": "BasketLink", "type": "Link", "uri": "PrimeTech-PrimeTechSpecials-Site/-/baskets/mwnAqMgoQWUAAAE8irJXwIE5" } } |
XML Request Data Format | text/xml |
---|---|
XML Request Java Objects | com.intershop.sellside.rest.common.capi.resource.OrderListResource com.intershop.sellside.rest.common.capi.resourceobject.OrderDescriptionRO |
XML Request Example | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <OrderDescription> <acceptTermsAndConditions>true</acceptTermsAndConditions> <basketID>mwnAqMgoQWUAAAE8irJXwIE5</basketID> </OrderDescription> If Payment method is Credit Credit and a Credit Card Security Code has to be used this code has to be added here: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <OrderDescription> <acceptTermsAndConditions>true</acceptTermsAndConditions> <basketID>mwnAqMgoQWUAAAE8irJXwIE5</basketID> <creditCardSecurityCode>123</creditCardSecurityCode> </OrderDescription> |
XML Response Data Format | text/xml |
XML Response Java Objects | com.intershop.sellside.rest.common.capi.resource.OrderListResource com.intershop.sellside.rest.common.capi.resourceobject.OrderDescriptionRO com.intershop.component.rest.capi.resourceobject.LinkRO |
XML Response Example | Successful order <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Link name="ConfirmedOrder" type="Link"> <uri>PrimeTech-PrimeTechSpecials-Site/-/orders/mwnAqMgoQWUAAAE8irJXwIE5</uri> </Link> Create Order failed <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <OrderValidation type="OrderValidation"> <basketLink name="BasketLink" type="Link"> <title>BasketLink</title> <uri>PrimeTech-PrimeTechSpecials-Site/-/baskets/mwnAqMgoQWUAAAE8irJXwIE5</uri> </basketLink> <errorMessage>An order with this basket was already created.</errorMessage> <validOrder>false</validOrder> </OrderValidation> |
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.