Webhook::create( array $args )

Summary

Sends a request to BigCommerce to create a webhook.


Parameters

$args

(array) (Required) Request arguments.


Return

(array) Webhook data or an error response on failure.


Source

File: src/BigCommerce/Webhooks/Webhook.php

	public function create( $args ) {
		return $this->api_client->createWebhook( $args );
	}


User Contributed Notes

You must log in before being able to contribute a note or feedback.