HomeGuidesAPI ReferenceChangelogDiscussions
GuidesiMIS ProfessionaliMIS EnterpriseClient SupportLog In
API Reference

Executes an Order operation

Executes an operation of Order

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

  • OrderPriceUpdateRequest
  • OrderStageProcessingRequest

OrderPriceUpdateRequest

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

OrderStageProcessingRequest

BODY PARAMS:
{
  "$type": "Asi.Soa.Commerce.DataContracts.OrderStageProcessingRequest, Asi.Contracts",
  "EntityTypeName": "Order",
  "OperationName": "ProcessStage",
  "OrderId": "string value",
  "BatchId": "string value",
  "RequestCulture": "string value"
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!