Lines Matching refs:merchantId

73    * @param string $merchantId The ID of the account that manages the order. This
80 …public function acknowledge($merchantId, $orderId, OrdersAcknowledgeRequest $postBody, $optParams … argument
82 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
90 * @param string $merchantId The ID of the account that manages the order. This
96 public function advancetestorder($merchantId, $orderId, $optParams = []) argument
98 $params = ['merchantId' => $merchantId, 'orderId' => $orderId];
105 * @param string $merchantId The ID of the account that manages the order. This
112 public function cancel($merchantId, $orderId, OrdersCancelRequest $postBody, $optParams = []) argument
114 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
121 * @param string $merchantId The ID of the account that manages the order. This
128 …public function cancellineitem($merchantId, $orderId, OrdersCancelLineItemRequest $postBody, $optP… argument
130 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
138 * @param string $merchantId The ID of the account that manages the order. This
145 …public function canceltestorderbycustomer($merchantId, $orderId, OrdersCancelTestOrderByCustomerRe… argument
147 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
165 * @param string $merchantId Required. The ID of the account that manages the
172 …public function captureOrder($merchantId, $orderId, CaptureOrderRequest $postBody, $optParams = []) argument
174 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
181 * @param string $merchantId The ID of the account that should manage the order.
187 …public function createtestorder($merchantId, OrdersCreateTestOrderRequest $postBody, $optParams = … argument
189 $params = ['merchantId' => $merchantId, 'postBody' => $postBody];
196 * @param string $merchantId The ID of the account that manages the order. This
203 …public function createtestreturn($merchantId, $orderId, OrdersCreateTestReturnRequest $postBody, $… argument
205 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
212 * @param string $merchantId The ID of the account that manages the order. This
218 public function get($merchantId, $orderId, $optParams = []) argument
220 $params = ['merchantId' => $merchantId, 'orderId' => $orderId];
227 * @param string $merchantId The ID of the account that manages the order. This
233 public function getbymerchantorderid($merchantId, $merchantOrderId, $optParams = []) argument
235 $params = ['merchantId' => $merchantId, 'merchantOrderId' => $merchantOrderId];
243 * @param string $merchantId The ID of the account that should manage the order.
252 public function gettestordertemplate($merchantId, $templateName, $optParams = []) argument
254 $params = ['merchantId' => $merchantId, 'templateName' => $templateName];
269 * @param string $merchantId The ID of the account that manages the order. This
276 …public function instorerefundlineitem($merchantId, $orderId, OrdersInStoreRefundLineItemRequest $p… argument
278 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
285 * @param string $merchantId The ID of the account that manages the order. This
311 public function listOrders($merchantId, $optParams = []) argument
313 $params = ['merchantId' => $merchantId];
320 * @param string $merchantId The ID of the account that manages the order. This
327 …public function refunditem($merchantId, $orderId, OrdersRefundItemRequest $postBody, $optParams = … argument
329 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
336 * @param string $merchantId The ID of the account that manages the order. This
343 …public function refundorder($merchantId, $orderId, OrdersRefundOrderRequest $postBody, $optParams … argument
345 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
352 * @param string $merchantId The ID of the account that manages the order. This
359 …public function rejectreturnlineitem($merchantId, $orderId, OrdersRejectReturnLineItemRequest $pos… argument
361 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
374 * @param string $merchantId The ID of the account that manages the order. This
381 …public function returnrefundlineitem($merchantId, $orderId, OrdersReturnRefundLineItemRequest $pos… argument
383 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
394 * @param string $merchantId The ID of the account that manages the order. This
401 …public function setlineitemmetadata($merchantId, $orderId, OrdersSetLineItemMetadataRequest $postB… argument
403 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
410 * @param string $merchantId The ID of the account that manages the order. This
417 …public function shiplineitems($merchantId, $orderId, OrdersShipLineItemsRequest $postBody, $optPar… argument
419 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
427 * @param string $merchantId The ID of the account that manages the order. This
434 …public function updatelineitemshippingdetails($merchantId, $orderId, OrdersUpdateLineItemShippingD… argument
436 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
444 * @param string $merchantId The ID of the account that manages the order. This
451 …public function updatemerchantorderid($merchantId, $orderId, OrdersUpdateMerchantOrderIdRequest $p… argument
453 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
461 * @param string $merchantId The ID of the account that manages the order. This
468 …public function updateshipment($merchantId, $orderId, OrdersUpdateShipmentRequest $postBody, $optP… argument
470 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];