AfterbuyOrderXmlApiRepository
in
Interface AfterbuyOrderXmlApiRepository
Table of Contents
- getRequest() : Request
- Returns the afterbuy request including orders of the given order id's.
- send() : void
- Sends the request information to the afterbuy.
Methods
getRequest()
Returns the afterbuy request including orders of the given order id's.
public
getRequest(OrderIds $orderIds) : Request
Parameters
- $orderIds : OrderIds
Tags
Return values
Request —send()
Sends the request information to the afterbuy.
public
send(Request $request, OrderId $orderId) : void