How to decode the response and get the data from response.

$response = curl_exec($curl); $jsonArray = json_decode($response, true); if($jsonArray[‘status’] == 200) { $responseArray=$jsonArray[‘response’]; $freight_option=$responseArray[‘freight_option’]; $freight_minimum_amount=$responseArray[‘freight_minimum_amount’]; }

Published
Categorized as Magento

Dunning procedure Bulk Assigning

Using the Dunning Bulk assignment page we can assign the dunning procedure for customers. To bulk assign dunning procedures to customers: Go to Dunning > Setup > Dunning Bulk Assignment. In the Applies To field, select Customer. In the Dunning Procedure field, select the dunning procedure you want to assign to multiplecustomers. Select customers by… Continue reading Dunning procedure Bulk Assigning

Subsidiary Configuration: Dunning

After installing the Dunning SuiteApp. All Active Subsidiaries Dunning Configuration will be automatically performed. Additionally, each new subsidiary you create will come with an automatic the associated system-generated dunning configuration record. The Default Settings: Automatically Assign to New Customers box is checked – This means that each new customerrecord created for the subsidiary is automatically assigned… Continue reading Subsidiary Configuration: Dunning

WMS fulfill orders in packed status directly using System Rule

When wave has released to WMS. We can pick the order using the Picking icon in WMS. NetSuite WMS generates fulfillment records from completed pick tasks. It follows your preference to generate fulfillments per order or per order line. By default, it marks the generated fulfillments record as Picked. You can change this default status… Continue reading WMS fulfill orders in packed status directly using System Rule