Lines Matching refs:params

82     $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
83 $params = array_merge($params, $optParams);
84 return $this->call('acknowledge', [$params], OrdersAcknowledgeResponse::class);
98 $params = ['merchantId' => $merchantId, 'orderId' => $orderId];
99 $params = array_merge($params, $optParams);
100 return $this->call('advancetestorder', [$params], OrdersAdvanceTestOrderResponse::class);
114 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
115 $params = array_merge($params, $optParams);
116 return $this->call('cancel', [$params], OrdersCancelResponse::class);
130 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
131 $params = array_merge($params, $optParams);
132 return $this->call('cancellineitem', [$params], OrdersCancelLineItemResponse::class);
147 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
148 $params = array_merge($params, $optParams);
149 …return $this->call('canceltestorderbycustomer', [$params], OrdersCancelTestOrderByCustomerResponse…
174 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
175 $params = array_merge($params, $optParams);
176 return $this->call('captureOrder', [$params], CaptureOrderResponse::class);
189 $params = ['merchantId' => $merchantId, 'postBody' => $postBody];
190 $params = array_merge($params, $optParams);
191 return $this->call('createtestorder', [$params], OrdersCreateTestOrderResponse::class);
205 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
206 $params = array_merge($params, $optParams);
207 return $this->call('createtestreturn', [$params], OrdersCreateTestReturnResponse::class);
220 $params = ['merchantId' => $merchantId, 'orderId' => $orderId];
221 $params = array_merge($params, $optParams);
222 return $this->call('get', [$params], Order::class);
235 $params = ['merchantId' => $merchantId, 'merchantOrderId' => $merchantOrderId];
236 $params = array_merge($params, $optParams);
237 … return $this->call('getbymerchantorderid', [$params], OrdersGetByMerchantOrderIdResponse::class);
254 $params = ['merchantId' => $merchantId, 'templateName' => $templateName];
255 $params = array_merge($params, $optParams);
256 … return $this->call('gettestordertemplate', [$params], OrdersGetTestOrderTemplateResponse::class);
278 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
279 $params = array_merge($params, $optParams);
280 …return $this->call('instorerefundlineitem', [$params], OrdersInStoreRefundLineItemResponse::class);
313 $params = ['merchantId' => $merchantId];
314 $params = array_merge($params, $optParams);
315 return $this->call('list', [$params], OrdersListResponse::class);
329 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
330 $params = array_merge($params, $optParams);
331 return $this->call('refunditem', [$params], OrdersRefundItemResponse::class);
345 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
346 $params = array_merge($params, $optParams);
347 return $this->call('refundorder', [$params], OrdersRefundOrderResponse::class);
361 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
362 $params = array_merge($params, $optParams);
363 … return $this->call('rejectreturnlineitem', [$params], OrdersRejectReturnLineItemResponse::class);
383 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
384 $params = array_merge($params, $optParams);
385 … return $this->call('returnrefundlineitem', [$params], OrdersReturnRefundLineItemResponse::class);
403 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
404 $params = array_merge($params, $optParams);
405 return $this->call('setlineitemmetadata', [$params], OrdersSetLineItemMetadataResponse::class);
419 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
420 $params = array_merge($params, $optParams);
421 return $this->call('shiplineitems', [$params], OrdersShipLineItemsResponse::class);
436 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
437 $params = array_merge($params, $optParams);
438 …return $this->call('updatelineitemshippingdetails', [$params], OrdersUpdateLineItemShippingDetails…
453 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
454 $params = array_merge($params, $optParams);
455 …return $this->call('updatemerchantorderid', [$params], OrdersUpdateMerchantOrderIdResponse::class);
470 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
471 $params = array_merge($params, $optParams);
472 return $this->call('updateshipment', [$params], OrdersUpdateShipmentResponse::class);