FreelistingsprogramCheckoutsettings
class FreelistingsprogramCheckoutsettings extends Resource (View source)
The "checkoutsettings" collection of methods.
Typical usage is:
$contentService = new Google\Service\ShoppingContent(...);
$checkoutsettings = $contentService->freelistingsprogram_checkoutsettings;
Methods
Deletes Checkout
settings and unenrolls merchant from Checkout
program.
Gets Checkout settings for the given merchant. This includes information about review state, enrollment state and URL settings. (checkoutsettings.get)
Enrolls merchant in Checkout
program. (checkoutsettings.insert)
Details
delete(string $merchantId, array $optParams = [])
Deletes Checkout
settings and unenrolls merchant from Checkout
program.
(checkoutsettings.delete)
CheckoutSettings
get(string $merchantId, array $optParams = [])
Gets Checkout settings for the given merchant. This includes information about review state, enrollment state and URL settings. (checkoutsettings.get)
CheckoutSettings
insert(string $merchantId, InsertCheckoutSettingsRequest $postBody, array $optParams = [])
Enrolls merchant in Checkout
program. (checkoutsettings.insert)