Public
Documentation Settings

Magento 2 Free Gift GraphQL & Examples

POSTGet Customer Token

{{magento_base_url}}rest/V1/integration/customer/token
HEADERS
Content-Type

application/json

Authorization

Bearer {{admin_token}}

Bodyraw
{
	"username":"roni_cost@example.com",
	"password":"roni_cost3@example.com"
}

POSTGet configuration of Free Gifts

{{magento_base_url}}graphql
AUTHORIZATIONBearer Token
Token

<token>

POSTGet Gifts By Product SKU

{{magento_base_url}}graphql
HEADERS
Content-Type

application/json

Loading