These docs are for v20.3.44. Click to read the latest docs for v20.3.202.

Executes an Order operation

Executes an operation of Order

Log in to see full request history

With the Order service, you can perform the following operations on the execute endpoint:

  • ProcessStage
  • UpdatePricing

ProcessStage

BODY PARAMS:
{
	"$type": "Asi.Soa.Commerce.DataContracts.OrderStageProcessingRequest, Asi.Contracts",
	"EntityTypeName": "Order",
	"OperationName": "ProcessStage",
	"OrderId": "string value",
	"BatchId": "string value"
}

UpdatePricing

BODY PARAMS:
{
	"$type": "Asi.Soa.Commerce.DataContracts.OrderPriceUpdateRequest, Asi.Contracts",
	"EntityTypeName": "Order",
	"OperationName": "UpdatePricing",
	"Order": {
		"$type": "Asi.Soa.Commerce.DataContracts.OrderData, Asi.Contracts"
	}
}
Body Params

OrderStageProcessingRequest object to execute

string
required
Defaults to Asi.Soa.Commerce.DataContracts.OrderStageProcessingRequest, Asi.Contracts

The DataType must be "Asi.Soa.Commerce.DataContracts.OrderStageProcessingRequest, Asi.Contracts"

string

Gets or sets the id of the batch supplied to the Execute request.

string

Gets the identifier of the entity whose persistence strategy is to process this request via its Execute method.

string

Gets the name of the operation associated with this Execute request.

string

Gets or sets the id of the order supplied to the Execute request.

Responses
200

The request was successful.

201

The resource was successfully created.

202

The resource was asynchronously created.

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!

Contact us
Copyright © Advanced Solutions International, All rights reserved.