https://shopify.com/admin/api/2021-01/application_credits.jsonhttps://shopify.dev/docs/admin-api/rest/reference/billing/applicationcredit#index-2021-01
A comma-separated list of fields to include in the response.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://shopify.com/admin/api/2021-01/application_credits.json' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://shopify.com/admin/api/2021-01/application_credits.jsonhttps://shopify.dev/docs/admin-api/rest/reference/billing/applicationcredit#index-2021-01
A comma-separated list of fields to include in the response.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://shopify.com/admin/api/2021-01/application_credits.json' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}