WC_API_Orders::array_contains()
Method: Utility function to see if the meta array contains data from variations
Source: includes/legacy/api/v2/class-wc-api-orders.php:1007
Method: Utility function to see if the meta array contains data from variations
Source: includes/legacy/api/v2/class-wc-api-orders.php:1007
Method: Create or update an order shipping method
Source: includes/legacy/api/v2/class-wc-api-orders.php:1025
Method: Create or update an order fee
Source: includes/legacy/api/v2/class-wc-api-orders.php:1077
Method: Create or update an order coupon
Source: includes/legacy/api/v2/class-wc-api-orders.php:1148
Method: Create or update a line item
Source: includes/legacy/api/v2/class-wc-api-orders.php:860
Method: Given a product ID & API provided variations, find the correct variation ID to use for calculation We can’t just trust input from the API to pass a variation_id manually, otherwise you could pass the cheapest variation ID but provide other information so we have to look up the variation ID.
Source: includes/legacy/api/v2/class-wc-api-orders.php:968
Method: Update address.
Source: includes/legacy/api/v2/class-wc-api-orders.php:766
Method: Helper method to add/update order meta, with two restrictions:
Source: includes/legacy/api/v2/class-wc-api-orders.php:784
Method: Helper method to check if the resource ID associated with the provided item is null
Source: includes/legacy/api/v2/class-wc-api-orders.php:803
Method: Wrapper method to create/update order items
Source: includes/legacy/api/v2/class-wc-api-orders.php:829