Skip to content

Documentation ShoppingService (1.1)

Entities and methods to handle baskets and payments.

Download OpenAPI description
Languages
Servers

https://demo.storm.io/api/1.1/

Operations
Operations
Operations
Operations
Operations
Operations

Request

GetOrderRequest can be used on any 'Thanks for you order page' to get the actual order request used when creating the order. This can be used in combination with GetCheckout to get the last Checkout object as well.

Query
basketIdinteger(int32)required

The internal id of the basket used in the checkout.

cultureCodestring

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

curl -i -X GET \
  'https://demo.storm.io/api/1.1/ShoppingService.svc/rest/GetOrderRequest?basketId=0'

Responses

Success

Body
string
Response
"string"
Operations
Operations
Operations